packages feed

classy-prelude-conduit 0.3.0.0 → 0.3.1

raw patch · 1 files changed

+3/−3 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:             0.3.0.0+version:             0.3.1 synopsis:            conduit instances for classy-prelude description:         conduit instances for classy-prelude homepage:            https://github.com/snoyberg/classy-prelude@@ -7,7 +7,7 @@ license-file:        LICENSE author:              Michael Snoyman maintainer:          michael@snoyman.com-category:            Control+category:            Control, Prelude build-type:          Simple cabal-version:       >=1.8 @@ -16,5 +16,5 @@   build-depends:       base                          >= 4          && < 5                      , conduit                       >= 0.5        && < 0.6                      , xml-conduit                   >= 1.0        && < 1.1-                     , classy-prelude                >= 0.3        && < 0.4+                     , classy-prelude                >= 0.3.1      && < 0.4   ghc-options:         -Wall -fno-warn-orphans