Cabal revisions of pipes-zlib-0.4.4.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: pipes-zlib-version: 0.4.4.1-license: BSD3-license-file: LICENSE-Copyright: Copyright (c) Paolo Capriotti 2012,- Renzo Carbonara 2013-2016-author: Renzo Carbonara, Paolo Capriotti-maintainer: renzocarbonaraλgmail.com-stability: Experimental-homepage: https://github.com/k0001/pipes-zlib-bug-reports: https://github.com/k0001/pipes-zlib/issues-category: Pipes, Compression-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.10-extra-source-files: README.md PEOPLE changelog.md--source-repository head- type: git- location: git://github.com/k0001/pipes-zlib.git--library- hs-source-dirs: src- exposed-modules: Pipes.Zlib- Pipes.GZip- build-depends: base >= 4.5 && < 5.0- , transformers >= 0.2 && < 0.6- , 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- hs-source-dirs: test- main-is: Main.hs- build-depends: base- , pipes-zlib- , pipes- , bytestring- , HUnit- , QuickCheck- , quickcheck-instances- , tasty- , tasty-quickcheck- , tasty-hunit- ghc-options: -threaded -rtsopts -with-rtsopts=-N- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/githubuser/twio+name: pipes-zlib +version: 0.4.4.1 +x-revision: 1 +license: BSD3 +license-file: LICENSE +Copyright: Copyright (c) Paolo Capriotti 2012, + Renzo Carbonara 2013-2016 +author: Renzo Carbonara, Paolo Capriotti +maintainer: renzocarbonaraλgmail.com +stability: Experimental +homepage: https://github.com/k0001/pipes-zlib +bug-reports: https://github.com/k0001/pipes-zlib/issues +category: Pipes, Compression +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.10 +extra-source-files: README.md PEOPLE changelog.md + +source-repository head + type: git + location: git://github.com/k0001/pipes-zlib.git + +library + hs-source-dirs: src + exposed-modules: Pipes.Zlib + Pipes.GZip + build-depends: base >= 4.5 && < 5.0 + , transformers >= 0.2 + , pipes >= 4.0 + , 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 + hs-source-dirs: test + main-is: Main.hs + build-depends: base + , pipes-zlib + , pipes + , bytestring + , HUnit + , QuickCheck + , quickcheck-instances + , tasty + , tasty-quickcheck + , tasty-hunit + ghc-options: -threaded -rtsopts -with-rtsopts=-N + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/githubuser/twio
revision 2
name: pipes-zlib version: 0.4.4.1 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE Copyright: Copyright (c) Paolo Capriotti 2012, hs-source-dirs: src exposed-modules: Pipes.Zlib Pipes.GZip - build-depends: base >= 4.5 && < 5.0 + build-depends: base >= 4.5 && < 4.15 , transformers >= 0.2 , pipes >= 4.0 , bytestring >= 0.9.2.1