haskell-zlib-bindings: update to version 0.1.1.5
This commit is contained in:
parent
3c7eb54a80
commit
4c8ea71d64
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "zlib-bindings";
|
pname = "zlib-bindings";
|
||||||
version = "0.1.1.4";
|
version = "0.1.1.5";
|
||||||
sha256 = "02ln0gv9kkq68s3n195q2mpqimxb6k4wqs731b1gg8wrbbkaxb6w";
|
sha256 = "02ciywlz4wdlymgc3jsnicz9kzvymjw1www2163gxidnz4wb8fy8";
|
||||||
buildDepends = [ zlib ];
|
buildDepends = [ zlib ];
|
||||||
testDepends = [ hspec QuickCheck zlib ];
|
testDepends = [ hspec QuickCheck zlib ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/zlib-bindings";
|
homepage = "http://github.com/snoyberg/zlib-bindings";
|
||||||
description = "Low-level bindings to the zlib package";
|
description = "Low-level bindings to the zlib package. (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
|
Loading…
Reference in New Issue