-- Initial hopencc.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hopencc version: 0.2.0.0 synopsis: Haskell binding to libopencc description: opencc is the library for Simplified and Tranditional Chinese conversion. And this library is a binding for Haskell license: BSD3 license-file: LICENSE author: Paul Meng category: Language build-type: Simple cabal-version: >=1.10 maintainer: me@paulme.ng homepage: https://github.com/MnO2/hopencc bug-reports: https://github.com/MnO2/hopencc/issues source-repository head Type: git Location: git@github.com:MnO2/hopencc.git library default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: src -- exposed-modules: exposed-modules: Language.OpenCc Language.OpenCc.Monad -- other-modules: other-modules: Language.OpenCc.Internal.C2HS Language.OpenCc.Internal.OpenCc build-depends: base >= 4.5 && < 5, utf8-string, bytestring pkgconfig-depends: opencc >= 0.3.0 build-tools: c2hs Test-suite test-opencc Default-language: Haskell2010 Type: exitcode-stdio-1.0 Hs-source-dirs: tests Build-depends: base, QuickCheck, hopencc Main-is: Test.hs