packages feed

cereal-conduit 0.7.2.4 → 0.7.2.5

raw patch · 3 files changed

+13/−5 lines, 3 filesdep ~cerealPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: cereal

API changes (from Hackage documentation)

Files

+ ChangeLog.md view
@@ -0,0 +1,7 @@+## 0.7.2.5++* Support cereal 0.5++## 0.7++* Upgrade to conduit 1.0.0
+ README.md view
@@ -0,0 +1,3 @@+## cereal-conduit++Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits.
cereal-conduit.cabal view
@@ -1,5 +1,5 @@ name:            cereal-conduit-version:         0.7.2.4+version:         0.7.2.5 license:         BSD3 license-file:    LICENSE author:          Myles C. Maxfield <myles.maxfield@gmail.com>@@ -7,21 +7,19 @@ synopsis:        Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits description:     Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits.-    .-    [0.7]-        Upgrade to conduit 1.0.0 category:        Conduit stability:       Experimental cabal-version:   >= 1.8 build-type:      Simple homepage:        https://github.com/snoyberg/conduit bug-reports:     https://github.com/snoyberg/conduit/issues+extra-source-files: README.md ChangeLog.md  library     build-depends: base         >= 4       && < 5                  , conduit      >= 1.0.0   && < 1.3                  , resourcet    >= 0.4     && < 1.2-                 , cereal       >= 0.4.0.0 && < 0.5+                 , cereal       >= 0.4.0.0 && < 0.6                  , bytestring                  , transformers >= 0.2.0.0     exposed-modules: Data.Conduit.Cereal