pipes-zlib 0.4.0 → 0.4.0.1
raw patch · 3 files changed
+38/−32 lines, 3 filesdep ~transformers
Dependency ranges changed: transformers
Files
- changelog +0/−29
- changelog.md +35/−0
- pipes-zlib.cabal +3/−3
− changelog
@@ -1,29 +0,0 @@-# Version 0.4.0--* Backwards incompatible API. `compress` and `decompress` are now- functions of `Producer'`s as they need to perform actions at the- beginning and end of input. (Issue #3)--# Version 0.3.1--* Dependency upper bounds.---# Version 0.3.0--* Upgraded to work with pipes-4.0.0, creating a new backwards- incompatible API.--* Generalize base `IO` monad to `MonadIO`.---# Version 0.2.0.0--* New backwards incompatible API.--* Based on pipes-3.3 and zlib-bindings.---# Up to version 0.1.0--* Based on pipes-core and zlib-bindings.
+ changelog.md view
@@ -0,0 +1,35 @@+# Version 0.4.0.1++* Bump upper bound dependency on `transformers`.+++# Version 0.4.0++* Backwards incompatible API. `compress` and `decompress` are now+ functions of `Producer'`s as they need to perform actions at the+ beginning and end of input. (Issue #3)+++# Version 0.3.1++* Dependency upper bounds.+++# Version 0.3.0++* Upgraded to work with pipes-4.0.0, creating a new backwards+ incompatible API.++* Generalize base `IO` monad to `MonadIO`.+++# Version 0.2.0.0++* New backwards incompatible API.++* Based on pipes-3.3 and zlib-bindings.+++# Up to version 0.1.0++* Based on pipes-core and zlib-bindings.
pipes-zlib.cabal view
@@ -1,5 +1,5 @@ name: pipes-zlib-version: 0.4.0+version: 0.4.0.1 license: BSD3 license-file: LICENSE Copyright: Copyright (c) Paolo Capriotti 2012,@@ -14,7 +14,7 @@ synopsis: Zlib compression and decompression for Pipes streams description: Zlib compression and decompression for Pipes streams cabal-version: >=1.8-extra-source-files: README.md PEOPLE changelog+extra-source-files: README.md PEOPLE changelog.md source-repository head type: git@@ -24,7 +24,7 @@ hs-source-dirs: src exposed-modules: Pipes.Zlib build-depends: base (>= 4.5 && < 5.0)- , transformers (>= 0.2 && < 0.4)+ , transformers (>= 0.2 && < 0.5) , pipes (>= 4.0 && < 4.2) , bytestring (>= 0.9.2.1) , zlib (>= 0.5 && < 0.7)