conduit 1.2.3 → 1.2.3.1
raw patch · 2 files changed
+13/−5 lines, 2 filesdep −monad-controlPVP ok
version bump matches the API change (PVP)
Dependencies removed: monad-control
API changes (from Hackage documentation)
Files
- README.md +7/−0
- conduit.cabal +6/−5
+ README.md view
@@ -0,0 +1,7 @@+## conduit++`conduit` is a solution to the streaming data problem, allowing for production,+transformation, and consumption of streams of data in constant memory. It is an+alternative to lazy I\/O which guarantees deterministic resource handling.+For a tutorial, please visit+[https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview](https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview).
conduit.cabal view
@@ -1,8 +1,10 @@ Name: conduit-Version: 1.2.3+Version: 1.2.3.1 Synopsis: Streaming data processing library.-Description:- @conduit@ is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I\/O which guarantees deterministic resource handling, and fits in the same general solution space as @enumerator@\/@iteratee@ and @pipes@. For a tutorial, please visit <https://haskell.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.+description:+ Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/conduit>.+ .+ @conduit@ is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I\/O which guarantees deterministic resource handling, and fits in the same general solution space as @enumerator@\/@iteratee@ and @pipes@. For a tutorial, please visit <https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>. License: MIT License-file: LICENSE Author: Michael Snoyman@@ -12,6 +14,7 @@ Cabal-version: >=1.8 Homepage: http://github.com/snoyberg/conduit extra-source-files: test/main.hs+ , README.md , changelog.md , fusion-macros.h @@ -29,8 +32,6 @@ , exceptions >= 0.6 , lifted-base >= 0.1 , transformers-base >= 0.4.1 && < 0.5- , monad-control >= 0.3.1 && < 0.4- , containers , transformers >= 0.2.2 && < 0.5 , mtl , void >= 0.5.5