mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
18 lines
635 B
Nix
18 lines
635 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, pipes, transformers, zlib, zlibBindings }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "pipes-zlib";
|
|
version = "0.4.3";
|
|
sha256 = "04iiw0r1mnxl4myyp87wqhff6jm0g2246gwismi7jnwy7xmllsmc";
|
|
buildDepends = [ pipes transformers zlib zlibBindings ];
|
|
meta = {
|
|
homepage = "https://github.com/k0001/pipes-zlib";
|
|
description = "Zlib and GZip compression and decompression for Pipes streams";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|