forked from llelf/text-icu-translit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtext-icu-translit.cabal
79 lines (66 loc) · 1.75 KB
/
text-icu-translit.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name: text-icu-translit
version: 0.1.0.7
synopsis: ICU transliteration
description:
Bindings to the transliteration features by the
International Components for Unicode (ICU) library
license: BSD3
license-file: LICENSE
author: Antonio Nikishaev
maintainer: Antonio Nikishaev <[email protected]>
copyright: 2014 Antonio Nikishaev
bug-reports: https://github.com/llelf/text-icu-translit/issues
category: Text
build-type: Simple
cabal-version: >=1.10
extra-source-files: include/trans.h
library
exposed-modules:
Data.Text.ICU.Translit
Data.Text.ICU.Translit.IO
other-modules: Data.Text.ICU.Translit.ICUHelper
ghc-options: -Wall
c-sources: cbits/trans.c
include-dirs: include
extra-libraries: icuuc
if !(arch(x86_64) || arch(aarch64))
buildable: False
if os(windows)
extra-libraries:
icuin
icudt
else
extra-libraries:
icui18n
icudata
default-extensions:
BlockArguments
ViewPatterns
build-depends:
base >=4 && <5
, bytestring
, text >=2.0
-- hs-source-dirs:
default-language: GHC2021
test-suite text-icu-translit-test
type: exitcode-stdio-1.0
default-language: GHC2021
hs-source-dirs: test
main-is: Main.hs
ghc-options: -Wall
default-extensions:
BlockArguments
ViewPatterns
build-depends:
base
, hspec
, QuickCheck
, text
, text-icu
, text-icu-translit
source-repository head
type: darcs
location: http://hub.darcs.net/lelf/text-icu-translit
source-repository head
type: git
location: https://github.com/llelf/text-icu-translit