name: streaming-with version: 0.2.0.0 x-revision: 1 synopsis: with/bracket-style idioms for use with streaming description: This package provides the foundations for a continuation-based approach for dealing with resources in the streaming ecosystem. license: MIT license-file: LICENSE author: Ivan Lazar Miljenovic maintainer: Ivan.Miljenovic@gmail.com copyright: Ivan Lazar Miljenovic category: Data, Streaming build-type: Simple extra-source-files: ChangeLog.md, README.md cabal-version: >=1.10 tested-with: GHC == 7.10.2, GHC == 8.0.2, GHC == 8.1.* source-repository head type: git location: https://github.com/ivan-m/streaming-with.git library exposed-modules: Streaming.With , Streaming.With.Lifted build-depends: base >= 4.8 && < 5 , exceptions >= 0.6 && < 0.9 , managed == 1.0.* , streaming-bytestring >= 0.1.0.3 && < 0.2 , temporary >= 1.2.1 && < 1.3 , transformers hs-source-dirs: src default-language: Haskell2010