Cabal revisions of pipes-zlib-0.4.4.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: pipes-zlib version: 0.4.4.2+x-revision: 1 license: BSD3 license-file: LICENSE Copyright: Copyright (c) Paolo Capriotti 2012, Renzo Carbonara 2013-2018 source-repository head type: git- location: git://github.com/k0001/pipes-zlib.git+ location: https://github.com/k0001/pipes-zlib.git library hs-source-dirs: src exposed-modules: Pipes.Zlib Pipes.GZip- build-depends: base >= 4.5 && < 5.0+ build-depends: base >= 4.5 && < 4.14 || >= 4.16 && < 5+ -- Issue #36: build failure with GHC 9.0 = base-4.15 , transformers >= 0.2 , pipes >= 4.0 , bytestring >= 0.9.2.1