2008-01-22 17:26:57 +01:00
|
|
|
{cabal, zlib}:
|
2008-01-17 16:57:26 +01:00
|
|
|
|
2008-01-22 17:26:57 +01:00
|
|
|
cabal.mkDerivation (self : {
|
2008-01-17 16:57:26 +01:00
|
|
|
pname = "zlib";
|
2009-04-19 15:21:40 +02:00
|
|
|
version = "0.5.0.0"; # Haskell Platform 2009.0.0
|
|
|
|
sha256 = "20e067cfbec87ec062ac144875a60e158ea6cf7836aac031ec367fcdd5446891";
|
|
|
|
# TODO: find out exactly why propagated is needed here (to build other
|
|
|
|
# packages depending on zlib):
|
2008-01-17 16:57:26 +01:00
|
|
|
propagatedBuildInputs = [zlib];
|
|
|
|
meta = {
|
|
|
|
description = "Compression and decompression in the gzip and zlib formats";
|
|
|
|
};
|
|
|
|
})
|