-- Initial cndict.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: cndict version: 0.4.8 x-revision: 1 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 data-files: data/SUBTLEX_CH_131210_CE.utf8 data/cedict_1_0_ts_utf-8_mdbg.txt source-repository head type: git location: git://github.com/Lemmih/cndict.git library exposed-modules: Data.Chinese.CCDict, Data.Chinese.Pinyin, Data.Chinese.Frequency -- other-modules: build-depends: base >= 4 && < 4.8, text >= 0.11.0.0, file-embed >= 0.0.4.9, containers >= 0.5.0.0, vector >= 0.10.0.0, bytestring >= 0.9.0.0, cassava >= 0.3.0.0, binary hs-source-dirs: src ghc-options: -Wall ghc-prof-options: -auto-all