cabal-version: 2.4 name: opencc version: 0.1.2.0 synopsis: OpenCC bindings description: Open Chinese Convert (OpenCC, 開放中文轉換) is an opensource project for conversions between Traditional Chinese, Simplified Chinese and Japanese Kanji (Shinjitai). It supports character-level and phrase-level conversion, character variant conversion and regional idioms among Mainland China, Taiwan and Hong Kong. This library is the Haskell bindings. bug-reports: https://github.com/ksqsf/opencc-hs license: MIT author: ksqsf maintainer: i@ksqsf.moe copyright: (c) 2021-2025 ksqsf category: text extra-source-files: README.md, README.zh.md, CHANGELOG.md source-repository head type: git location: https://github.com/ksqsf/opencc-hs library exposed-modules: Text.OpenCC, Text.OpenCC.Raw other-extensions: DeriveFunctor, GeneralizedNewtypeDeriving build-depends: base >=4.14.1.0 && < 4.22.0.0, bytestring >=0.12.0.0 && < 0.13, mtl >= 2.3.1 && < 2.4, transformers >= 0.6.2 && < 0.7, text >= 2.1.2 && < 2.2 hs-source-dirs: src extra-libraries: opencc default-language: GHC2021 Test-Suite test-simple type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: test-simple.hs build-depends: base, bytestring, mtl, opencc, transformers, text default-language: GHC2021