-- Initial hopencc.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hopencc version: 0.1.0.0 -- synopsis: synopsis: Haskell binding to libopencc -- description: description: Haskell binding to libopencc license: BSD3 license-file: LICENSE author: Paul Meng maintainer: mno2.csie@gmail.com -- copyright: category: Language build-type: Simple cabal-version: >=1.10 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, utf8-string == 0.3.*, bytestring == 0.9.* 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 >= 4 && < 5, QuickCheck == 2.4.*, hopencc Main-is: Test.hs