packages feed

zlib-conduit 0.2.0 → 0.2.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

zlib-conduit.cabal view
@@ -1,5 +1,5 @@ Name:                zlib-conduit-Version:             0.2.0+Version:             0.2.0.1 Synopsis:            Streaming compression/decompression via conduits. Description:         Streaming compression/decompression via conduits. License:             BSD3@@ -21,7 +21,7 @@                      , transformers             >= 0.2.2        && < 0.3                      , bytestring               >= 0.9                      , zlib-bindings            >= 0.0.3        && < 0.1-                     , conduit                  >= 0.2+                     , conduit                  >= 0.2          && < 0.3   ghc-options:     -Wall  test-suite test