packages feed

conduit-combinators 1.0.1 → 1.0.1.1

raw patch · 2 files changed

+5/−2 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Conduit: runIdentity :: Identity a -> a
+ Conduit: [runIdentity] :: Identity a -> a

Files

README.md view
@@ -1,4 +1,7 @@ conduit-combinators =================== -Commonly used conduit functions, for both chunked and unchunked data+Commonly used conduit functions, for both chunked and unchunked data. For more+information about conduit in general, and how this package in particular fits+into the ecosystem, see [the conduit+homepage](https://github.com/snoyberg/conduit#readme).
conduit-combinators.cabal view
@@ -1,5 +1,5 @@ name:                conduit-combinators-version:             1.0.1+version:             1.0.1.1 synopsis:            Commonly used conduit functions, for both chunked and unchunked data description:         Provides a replacement for Data.Conduit.List, as well as a convenient Conduit module. homepage:            https://github.com/fpco/conduit-combinators