cabal-version: 3.0 name: streamly-zip version: 0.0.1 synopsis: Stream data from zip archives using the streamly library. description: Please see the README on GitHub at category: Archive, Codec, Streaming, Streamly homepage: https://github.com/shlok/streamly-zip bug-reports: https://github.com/shlok/streamly-zip/issues author: Shlok Datye maintainer: sd-haskell@quant.is copyright: 2024 Shlok Datye license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-doc-files: ChangeLog.md README.md data-files: test/data/data.zip source-repository head type: git location: https://github.com/shlok/streamly-zip library exposed-modules: Streamly.External.Zip Streamly.External.Zip.Internal Streamly.External.Zip.Internal.Error Streamly.External.Zip.Internal.Foreign other-modules: Paths_streamly_zip autogen-modules: Paths_streamly_zip hs-source-dirs: src ghc-options: -Wall extra-libraries: zip build-depends: base >= 4.14 && < 5 , bytestring >= 0.10 && < 0.12 , containers >=0.6 && <0.7 , streamly >=0.10.0 && <0.11 , streamly-core >=0.2.0 && <0.3 default-language: Haskell2010 test-suite streamly-zip-test type: exitcode-stdio-1.0 main-is: TestSuite.hs other-modules: ReadmeMain Streamly.External.Zip.Tests Paths_streamly_zip autogen-modules: Paths_streamly_zip hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N extra-libraries: zip build-depends: base >= 4.14 && <5 , base16-bytestring >=1.0.1.0 && <1.1 , bytestring >= 0.10 && < 0.12 , containers >=0.6 && <0.7 , cryptohash >=0.11.9 && <0.12 , directory >=1.3.6.0 && <1.4 , filepath >=1.4.2.1 && <1.5 , QuickCheck >=2.13.2 && <2.15 , streamly >=0.10.0 && <0.11 , streamly-core >=0.2.0 && <0.3 , streamly-zip , tar >=0.5.1.1 && <0.6 , tasty >=1.2.3 && <1.5 , tasty-hunit >=0.10.0.2 && <0.11 , tasty-quickcheck >=0.10.1.1 && <0.11 , temporary >=1.3 && <1.4 , zlib >=0.6.2.1 && <0.7 default-language: Haskell2010