classy-prelude-conduit 1.2.0 → 1.3.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~classy-preludePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: classy-prelude
API changes (from Hackage documentation)
Files
classy-prelude-conduit.cabal view
@@ -1,5 +1,5 @@ name: classy-prelude-conduit-version: 1.2.0+version: 1.3.0 synopsis: classy-prelude together with conduit functions description: classy-prelude together with conduit functions homepage: https://github.com/snoyberg/mono-traversable@@ -16,7 +16,7 @@ exposed-modules: ClassyPrelude.Conduit build-depends: base >= 4 && < 5 , conduit >= 1.0 && < 1.3- , classy-prelude >= 1.2.0 && < 1.2.1+ , classy-prelude >= 1.3.0 && < 1.3.1 , transformers , monad-control , resourcet