packages feed

pipes-zlib 0.4.4.1 → 0.4.4.2

raw patch · 4 files changed

+14/−8 lines, 4 filesdep ~basedep ~streaming-commonssetup-changed

Dependency ranges changed: base, streaming-commons

Files

LICENSE view
@@ -1,5 +1,5 @@ Copyright (c) 2012 Paolo Capriotti <p.capriotti@gmail.com>-Copyright (c) 2013-2016 Renzo Carbonara <renzocarbonaraλgmail.com>+Copyright (c) 2013-2018 Renzo Carbonara <renλren.zone>  All rights reserved. 
Setup.hs view
@@ -1,2 +1,4 @@+#! /usr/bin/env nix-shell+#! nix-shell ./shell.nix -i runghc import Distribution.Simple main = defaultMain
changelog.md view
@@ -1,3 +1,8 @@+# Version 0.4.4.2++* Remove upper bound from all dependencies except `base`.++ # Version 0.4.4.1  * Bump upper bound dependency on `pipes`.
pipes-zlib.cabal view
@@ -1,11 +1,10 @@ name:               pipes-zlib-version:            0.4.4.1+version:            0.4.4.2 license:            BSD3 license-file:       LICENSE-Copyright:          Copyright (c) Paolo Capriotti 2012,-                                  Renzo Carbonara 2013-2016+Copyright:          Copyright (c) Paolo Capriotti 2012, Renzo Carbonara 2013-2018 author:             Renzo Carbonara, Paolo Capriotti-maintainer:         renzocarbonaraλgmail.com+maintainer:         renλren.zone stability:          Experimental homepage:           https://github.com/k0001/pipes-zlib bug-reports:        https://github.com/k0001/pipes-zlib/issues@@ -25,10 +24,10 @@     exposed-modules: Pipes.Zlib                      Pipes.GZip     build-depends:   base >= 4.5 && < 5.0-                   , transformers >= 0.2 && < 0.6-                   , pipes >= 4.0 && < 4.3+                   , transformers >= 0.2+                   , pipes >= 4.0                    , bytestring >= 0.9.2.1-                   , streaming-commons >= 0.1.15 && < 0.2+                   , streaming-commons >= 0.1.15     ghc-options: -Wall -O2     default-language:    Haskell2010