cndict-0.7.4: cndict.cabal
-- Initial cndict.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: cndict
version: 0.7.4
synopsis: Chinese/Mandarin <-> English dictionary, Chinese lexer.
-- description:
license: PublicDomain
license-file: LICENSE
author: Lemmih <lemmih@gmail.com>
maintainer: Lemmih <lemmih@gmail.com>
homepage: https://github.com/Lemmih/cndict
-- copyright:
category: Natural Language Processing
build-type: Simple
cabal-version: >=1.8
data-files:
data/dict.sorted
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
hs-source-dirs: src
ghc-options: -Wall
ghc-prof-options: -auto-all