Regenerated all Haskell packages with the latest version of cabal2nix.

svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
Peter Simons
2012-02-14 17:00:37 +00:00
parent 844d950d13
commit ac69747aa8
563 changed files with 1383 additions and 1119 deletions

View File

@@ -1,4 +1,4 @@
{ cabal, binary, digest, mtl, utf8String, zlib }:
{ cabal, binary, Cabal, digest, filepath, mtl, utf8String, zlib }:
cabal.mkDerivation (self: {
pname = "zip-archive";
@@ -6,7 +6,9 @@ cabal.mkDerivation (self: {
sha256 = "1q52v18kl1j049kk3yb7rp0k27p6q7r72mg1vcbdid6qd7a9dh48";
isLibrary = true;
isExecutable = true;
buildDepends = [ binary digest mtl utf8String zlib ];
buildDepends = [
binary Cabal digest filepath mtl utf8String zlib
];
meta = {
homepage = "http://github.com/jgm/zip-archive";
description = "Library for creating and modifying zip archives";