2008-01-22 08:26:57 -08:00
|
|
|
{cabal, zlib}:
|
2008-01-17 07:57:26 -08:00
|
|
|
|
2008-01-22 08:26:57 -08:00
|
|
|
cabal.mkDerivation (self : {
|
2008-01-17 07:57:26 -08:00
|
|
|
pname = "zlib";
|
2009-04-19 06:21:40 -07: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 07:57:26 -08:00
|
|
|
propagatedBuildInputs = [zlib];
|
|
|
|
meta = {
|
|
|
|
description = "Compression and decompression in the gzip and zlib formats";
|
|
|
|
};
|
|
|
|
})
|