haskell-zlib: drop version 0.5.3.2 again; it's causing lots of trouble

This change affects only GHC 7.2 or later.

svn path=/nixpkgs/trunk/; revision=31985
This commit is contained in:
Peter Simons
2012-02-02 17:03:01 +00:00
parent 9d9e33b98d
commit 798890b819
2 changed files with 2 additions and 28 deletions

View File

@@ -1,17 +0,0 @@
{ cabal, zlib }:
cabal.mkDerivation (self: {
pname = "zlib";
version = "0.5.3.2";
sha256 = "1a5xr59bw7hpgd7fwkpgkrpib7i46dsip7285pccvi2934k0628q";
extraLibraries = [ zlib ];
meta = {
description = "Compression and decompression in the gzip and zlib formats";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})