packages feed

classy-prelude-conduit 0.12.8 → 1.0.0

raw patch · 4 files changed

+14/−7 lines, 4 filesdep ~classy-preludePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: classy-prelude

API changes (from Hackage documentation)

Files

+ ChangeLog.md view
@@ -0,0 +1,3 @@+## 1.0.0++* Support for mono-traversable-1.0.0
ClassyPrelude/Conduit.hs view
@@ -9,4 +9,4 @@     ) where  import ClassyPrelude-import Conduit+import Conduit hiding (throwM)
+ README.md view
@@ -0,0 +1,3 @@+## classy-prelude-conduit++classy-prelude together with conduit functions
classy-prelude-conduit.cabal view
@@ -1,8 +1,8 @@ name:                classy-prelude-conduit-version:             0.12.8-synopsis:            conduit instances for classy-prelude-description:         conduit instances for classy-prelude-homepage:            https://github.com/snoyberg/classy-prelude+version:             1.0.0+synopsis:            classy-prelude together with conduit functions+description:         classy-prelude together with conduit functions+homepage:            https://github.com/snoyberg/mono-traversable license:             MIT license-file:        LICENSE author:              Michael Snoyman@@ -10,12 +10,13 @@ category:            Control, Prelude build-type:          Simple cabal-version:       >=1.8+extra-source-files:  README.md ChangeLog.md  library   exposed-modules:     ClassyPrelude.Conduit   build-depends:       base                          >= 4          && < 5                      , conduit                       >= 1.0        && < 1.3-                     , classy-prelude                >= 0.12.8     && < 0.12.9+                     , classy-prelude                >= 1.0.0      && < 1.0.1                      , transformers                      , monad-control                      , resourcet@@ -38,4 +39,4 @@  source-repository head   type:     git-  location: git://github.com/snoyberg/classy-prelude.git+  location: https://github.com/snoyberg/mono-traversable.git