cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: 16490c648a555bee319cb103d3456c72ddb655413e3e134ccdf466c100ccb146 name: bytestring-encoding version: 0.1.2.0 x-revision: 1 synopsis: ByteString ↔ Text converter based on GHC.IO.Encoding description: Please see the README on GitHub at category: Data, Text homepage: https://github.com/msakai/bytestring-encoding#readme bug-reports: https://github.com/msakai/bytestring-encoding/issues author: Masahiro Sakai maintainer: masahiro.sakai@gmail.com copyright: 2018 Masahiro Sakai license: BSD3 license-file: LICENSE build-type: Simple tested-with: GHC==7.10.3 GHC==8.0.2 GHC==8.2.2 GHC==8.4.4 GHC==8.6.5 GHC==8.8.4 GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.8 GHC==9.6.4 GHC==9.8.1 extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/msakai/bytestring-encoding library exposed-modules: Data.ByteString.Encoding Data.ByteString.Lazy.Encoding Data.ByteString.Lazy.Encoding.Internal other-modules: Paths_bytestring_encoding hs-source-dirs: src build-depends: base >=4.8 && <5 , bytestring >=0.10.6.0 && <0.13 , text >=1.2.2.2 && <2.2 default-language: Haskell2010 test-suite bytestring-encoding-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Base CodePage Iconv Paths_bytestring_encoding hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base >=4.8 && <5 , bytestring >=0.10.6.0 && <0.13 , bytestring-encoding , deepseq , tasty >=0.10.1 , tasty-hunit , tasty-quickcheck , tasty-th , text >=1.2.2.2 && <2.2 default-language: Haskell2010