packages feed

cndict-0.7.0: cndict.cabal

-- Initial cndict.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                cndict
version:             0.7.0
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/cedict_1_0_ts_utf-8_mdbg.txt
  data/dict.txt.big

source-repository head
    type: git
    location: git://github.com/Lemmih/cndict.git

library
  exposed-modules:     Data.Chinese.CCDict, Data.Chinese.Pinyin,
                       Data.Chinese.Frequency, Data.Chinese.Segmentation
  other-modules:       Paths_cndict
  build-depends:       base       == 4.*,
                       text       >= 0.11.0.0,
                       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