haskell-pipes-zlib: update to version 0.4.1
This commit is contained in:
parent
3d7289d5e3
commit
132b231345
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pipes-zlib";
|
pname = "pipes-zlib";
|
||||||
version = "0.4.0.1";
|
version = "0.4.1";
|
||||||
sha256 = "1k91q5hci4hk2kzaqfvg1nwbklqyg83wwhm3sdfhdn2famj0mls0";
|
sha256 = "0wjx51d3inhsjzqf16l46mhh0mdsa8fk7x1vvp2apg9s6zfw624k";
|
||||||
buildDepends = [ pipes transformers zlib zlibBindings ];
|
buildDepends = [ pipes transformers zlib zlibBindings ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/k0001/pipes-zlib";
|
homepage = "https://github.com/k0001/pipes-zlib";
|
||||||
description = "Zlib compression and decompression for Pipes streams";
|
description = "Zlib and GZip compression and decompression for Pipes streams";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user