haskell-zlib: added version 0.5.3.2
This version is disabled for all versions of GHC older than 7.2, because it won't build. Upstream has been notified. svn path=/nixpkgs/trunk/; revision=31894
This commit is contained in:
17
pkgs/development/libraries/haskell/zlib/0.5.3.2.nix
Normal file
17
pkgs/development/libraries/haskell/zlib/0.5.3.2.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ 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
|
||||
];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user