2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-08 15:40:37 +04:00
|
|
|
{ cabal, pipes, transformers, zlib, zlibBindings }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pipes-zlib";
|
2014-10-13 14:46:23 +04:00
|
|
|
version = "0.4.3";
|
|
|
|
sha256 = "04iiw0r1mnxl4myyp87wqhff6jm0g2246gwismi7jnwy7xmllsmc";
|
2013-09-08 15:40:37 +04:00
|
|
|
buildDepends = [ pipes transformers zlib zlibBindings ];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/k0001/pipes-zlib";
|
2014-09-23 16:18:17 +04:00
|
|
|
description = "Zlib and GZip compression and decompression for Pipes streams";
|
2013-09-08 15:40:37 +04:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 15:48:22 +04:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-09-08 15:40:37 +04:00
|
|
|
};
|
|
|
|
})
|