pipes-zlib 0.4.4 → 0.4.4.1
raw patch · 3 files changed
+12/−5 lines, 3 filesdep ~pipesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pipes, transformers
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- changelog.md +6/−0
- pipes-zlib.cabal +5/−4
LICENSE view
@@ -1,5 +1,5 @@ Copyright (c) 2012 Paolo Capriotti <p.capriotti@gmail.com>-Copyright (c) 2013-2014 Renzo Carbonara <renzocarbonaraλgmail.com>+Copyright (c) 2013-2016 Renzo Carbonara <renzocarbonaraλgmail.com> All rights reserved.
changelog.md view
@@ -1,3 +1,8 @@+# Version 0.4.4.1++* Bump upper bound dependency on `pipes`.++ # Version 0.4.4 * Depend on `streaming-commons` instead of `zlib` and `zlib-bindings`,@@ -8,6 +13,7 @@ * Bump upper bound dependency on `transformers`. * Add tests.+ # Version 0.4.3
pipes-zlib.cabal view
@@ -1,9 +1,9 @@ name: pipes-zlib-version: 0.4.4+version: 0.4.4.1 license: BSD3 license-file: LICENSE Copyright: Copyright (c) Paolo Capriotti 2012,- Renzo Carbonara 2013-2014+ Renzo Carbonara 2013-2016 author: Renzo Carbonara, Paolo Capriotti maintainer: renzocarbonaraλgmail.com stability: Experimental@@ -13,7 +13,7 @@ build-type: Simple synopsis: Zlib and GZip compression and decompression for Pipes streams description: Zlib and GZip compression and decompression for Pipes streams-cabal-version: >=1.8+cabal-version: >=1.10 extra-source-files: README.md PEOPLE changelog.md source-repository head@@ -26,10 +26,11 @@ Pipes.GZip build-depends: base >= 4.5 && < 5.0 , transformers >= 0.2 && < 0.6- , pipes >= 4.0 && < 4.2+ , pipes >= 4.0 && < 4.3 , bytestring >= 0.9.2.1 , streaming-commons >= 0.1.15 && < 0.2 ghc-options: -Wall -O2+ default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0