cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 025212f67560e558928440828becf41e3f1e28c9e66cb82ac3e415918168f8e3 name: streamly-bytestring version: 0.1.0.1 synopsis: Library for streamly and bytestring interoperation. description: Please see the README on GitHub at category: Streamly, Stream, ByteString homepage: https://github.com/psibi/streamly-bytestring#readme bug-reports: https://github.com/psibi/streamly-bytestring/issues author: Sibi Prabakaran maintainer: sibi@psibi.in copyright: Sibi Prabakaran license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md Changelog.md source-repository head type: git location: https://github.com/psibi/streamly-bytestring library exposed-modules: Streamly.External.ByteString Streamly.External.ByteString.Lazy other-modules: Paths_streamly_bytestring hs-source-dirs: src ghc-options: -Wall -O2 build-depends: base >=4.7 && <5 , bytestring >=0.10.0 && <0.11 , streamly >=0.7.0 && <0.8 if impl(ghc < 8.1) build-depends: base-compat >=0.11 if impl(ghc < 8) build-depends: transformers >=0.4 default-language: Haskell2010 test-suite sb-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_streamly_bytestring hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , directory , filepath , hspec , hspec-discover , quickcheck-instances , random , streamly , streamly-bytestring , temporary if impl(ghc < 8.1) build-depends: base-compat >=0.11 if impl(ghc < 8) build-depends: transformers >=0.4 default-language: Haskell2010 benchmark sb-benchmark type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_streamly_bytestring hs-source-dirs: benchmark ghc-options: -Wall -O2 build-depends: base >=4.7 && <5 , bytestring , deepseq , gauge , random , streamly , streamly-bytestring if impl(ghc < 8.1) build-depends: base-compat >=0.11 if impl(ghc < 8) build-depends: transformers >=0.4 default-language: Haskell2010