packages feed

conduit-combinators 0.2.5 → 0.2.5.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~mono-traversablePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: mono-traversable

API changes (from Hackage documentation)

Files

conduit-combinators.cabal view
@@ -1,5 +1,5 @@ name:                conduit-combinators-version:             0.2.5+version:             0.2.5.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@@ -24,7 +24,7 @@                      , transformers                      , transformers-base                      , primitive-                     , mono-traversable >= 0.4 && < 0.5+                     , mono-traversable >= 0.4 && < 0.6                      , vector                      , system-fileio                      , system-filepath