mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
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: {
|
||||
pname = "zlib-bindings";
|
||||
version = "0.1.1.4";
|
||||
sha256 = "02ln0gv9kkq68s3n195q2mpqimxb6k4wqs731b1gg8wrbbkaxb6w";
|
||||
version = "0.1.1.5";
|
||||
sha256 = "02ciywlz4wdlymgc3jsnicz9kzvymjw1www2163gxidnz4wb8fy8";
|
||||
buildDepends = [ zlib ];
|
||||
testDepends = [ hspec QuickCheck zlib ];
|
||||
meta = {
|
||||
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;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
|
|
Loading…
Reference in a new issue