-
Notifications
You must be signed in to change notification settings - Fork 7
/
cndict.cabal
35 lines (31 loc) · 1.13 KB
/
cndict.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
-- Initial cndict.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: cndict
version: 0.10.0
synopsis: Chinese/Mandarin <-> English dictionary, Chinese lexer.
-- description:
license: PublicDomain
license-file: LICENSE
author: Lemmih <[email protected]>
maintainer: Lemmih <[email protected]>
homepage: https://github.com/Lemmih/cndict
-- copyright:
category: Natural Language Processing
build-type: Simple
cabal-version: >=1.8
extra-source-files: data/*.txt
source-repository head
type: git
location: git://github.com/Lemmih/cndict.git
library
exposed-modules: Data.Chinese.CCDict,
Data.Chinese.Pinyin,
Data.Chinese.Segmentation
other-modules: Paths_cndict
build-depends: base == 4.*,
text >= 0.11.0.0,
bytestring >= 0.9.0.0,
array,
file-embed
hs-source-dirs: src
ghc-options: -Wall