packages feed

classy-prelude-conduit 0.4.0 → 0.4.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~conduitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: conduit

API changes (from Hackage documentation)

Files

classy-prelude-conduit.cabal view
@@ -1,5 +1,5 @@ name:                classy-prelude-conduit-version:             0.4.0+version:             0.4.0.1 synopsis:            conduit instances for classy-prelude description:         conduit instances for classy-prelude homepage:            https://github.com/snoyberg/classy-prelude@@ -14,7 +14,7 @@ library   exposed-modules:     ClassyPrelude.Conduit   build-depends:       base                          >= 4          && < 5-                     , conduit                       >= 0.5.3      && < 0.6+                     , conduit                       >= 0.5.4.1    && < 0.6                      , xml-conduit                   >= 1.0        && < 1.1                      , classy-prelude                >= 0.4        && < 0.5   ghc-options:         -Wall -fno-warn-orphans