cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: ab054fa00fddfe974fe9cd1765c33fc4cc11003b1e3462f60657345d304b8499 name: bzlib-conduit version: 0.3.0.2 synopsis: Streaming compression/decompression via conduits. description: Please see the README and docs at category: Codec homepage: https://github.com/snoyberg/bzlib-conduit#readme bug-reports: https://github.com/snoyberg/bzlib-conduit/issues author: Hideyuki Tanaka maintainer: Michael Snoyman copyright: (c) 2012, Hideyuki Tanaka license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md data-files: test/sample1.bz2 test/sample2.bz2 test/sample3.bz2 test/sample4.bz2 test/sample5.bz2 test/sample1.ref test/sample2.ref test/sample3.ref test/sample4.ref test/sample5.ref source-repository head type: git location: https://github.com/snoyberg/bzlib-conduit library hs-source-dirs: src build-depends: base >=4.9 && <10 , bindings-DSL , bytestring >=0.9 , conduit >=1.3 , data-default-class , mtl >=2.0 , resourcet >=1.2 if !(os(windows)) extra-libraries: bz2 else include-dirs: cbits install-includes: bzlib.h bzlib_private.h c-sources: cbits/blocksort.c cbits/huffman.c cbits/crctable.c cbits/randtable.c cbits/compress.c cbits/decompress.c cbits/bzlib.c exposed-modules: Data.Conduit.BZlib Data.Conduit.BZlib.Internal other-modules: Paths_bzlib_conduit default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: test.hs hs-source-dirs: test build-depends: base >=4.9 && <10 , bindings-DSL , bytestring >=0.9 , bzlib-conduit , conduit >=1.3 , data-default-class , hspec >=1.3 , mtl >=2.0 , random , resourcet >=1.2 other-modules: Paths_bzlib_conduit default-language: Haskell2010 benchmark bench type: exitcode-stdio-1.0 main-is: bench.hs hs-source-dirs: bench build-depends: base >=4.9 && <10 , bindings-DSL , bytestring >=0.9 , bzlib-conduit , conduit >=1.3 , data-default-class , mtl >=2.0 , resourcet >=1.2 other-modules: Paths_bzlib_conduit default-language: Haskell2010