2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 21:09:07 +00:00
|
|
|
{ cabal, hspec, QuickCheck, zlib }:
|
2011-07-07 22:40:35 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 22:40:35 +01:00
|
|
|
pname = "zlib-bindings";
|
2014-03-27 12:18:04 +00:00
|
|
|
version = "0.1.1.5";
|
|
|
|
sha256 = "02ciywlz4wdlymgc3jsnicz9kzvymjw1www2163gxidnz4wb8fy8";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ zlib ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [ hspec QuickCheck zlib ];
|
2011-07-07 22:40:35 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://github.com/snoyberg/zlib-bindings";
|
2014-03-27 12:18:04 +00:00
|
|
|
description = "Low-level bindings to the zlib package. (deprecated)";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-07-07 22:40:35 +01:00
|
|
|
};
|
|
|
|
})
|