-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: d2ff0dcb74b83abcf9bd574764e0d2acf0134cba6ae1d4a221fe6abf3d90b2ea name: conduit-algorithms version: 0.0.7.2 synopsis: Conduit-based algorithms description: Algorithms on Conduits, including higher level asynchronous processing and some other utilities. category: Conduit homepage: https://github.com/luispedro/conduit-algorithms#readme bug-reports: https://github.com/luispedro/conduit-algorithms/issues author: Luis Pedro Coelho maintainer: Luis Pedro Coelho license: MIT license-file: COPYING build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog README.md source-repository head type: git location: https://github.com/luispedro/conduit-algorithms library default-extensions: BangPatterns OverloadedStrings LambdaCase TupleSections ghc-options: -Wall build-depends: async , base >4.8 && <5 , bytestring , bzlib-conduit , conduit >=1.0.11 , conduit-combinators >=1.1.2 , conduit-extra , containers , deepseq , lzma-conduit , mtl , resourcet , stm , stm-conduit >=2.7 , streaming-commons , transformers , vector exposed-modules: Data.Conduit.Algorithms Data.Conduit.Algorithms.Utils Data.Conduit.Algorithms.Async Data.Conduit.Algorithms.Async.ByteString Data.Conduit.Algorithms.Storable default-language: Haskell2010 test-suite conduit-algorithms-test type: exitcode-stdio-1.0 main-is: Tests.hs hs-source-dirs: ./tests default-extensions: BangPatterns OverloadedStrings LambdaCase TupleSections ghc-options: -Wall build-depends: HUnit , async , base >4.8 && <5 , bytestring , bzlib-conduit , conduit >=1.0.11 , conduit-algorithms , conduit-combinators >=1.1.2 , conduit-extra , containers , deepseq , directory , lzma-conduit , mtl , resourcet , stm , stm-conduit >=2.7 , streaming-commons , test-framework , test-framework-hunit , test-framework-th , transformers , vector other-modules: Paths_conduit_algorithms default-language: Haskell2010