-- Initial cndict.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: cndict version: 0.9.0 synopsis: Chinese/Mandarin <-> English dictionary, Chinese lexer. -- description: license: PublicDomain license-file: LICENSE author: Lemmih maintainer: Lemmih 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