packages feed

classy-prelude-conduit 1.3.1 → 1.4.0

raw patch · 2 files changed

+11/−7 lines, 2 filesdep −conduit-combinatorsdep ~basedep ~classy-preludedep ~conduitPVP ok

version bump matches the API change (PVP)

Dependencies removed: conduit-combinators

Dependency ranges changed: base, classy-prelude, conduit

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,8 @@+## 1.4.0++* Upgrade to classy-prelude 1.4.0+* Upgrade to conduit 1.3.0+ ## 1.0.0  * Support for mono-traversable-1.0.0
classy-prelude-conduit.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 994df2ba5b04a61e7b5e57d5e82b85b947b973407dd26a11bfd402ec4fab3e67+-- hash: eac13775f728db935eb0e7d72b5aa866d73d53534db56878f47a54f6f22b1d83  name:           classy-prelude-conduit-version:        1.3.1+version:        1.4.0 synopsis:       classy-prelude together with conduit functions description:    See docs and README at <http://www.stackage.org/package/classy-prelude-conduit> category:       Control, Prelude@@ -31,11 +31,10 @@       src   ghc-options: -Wall -fno-warn-orphans   build-depends:-      base >=4 && <5+      base >=4.9 && <5     , bytestring-    , classy-prelude >=1.3.1 && <1.3.2-    , conduit >=1.0 && <1.3-    , conduit-combinators >=0.2.8+    , classy-prelude >=1.4.0 && <1.4.1+    , conduit >=1.3 && <1.4     , monad-control     , resourcet     , transformers@@ -53,7 +52,7 @@       test   build-depends:       QuickCheck-    , base >=4 && <5+    , base >=4.9 && <5     , bytestring     , classy-prelude-conduit     , conduit