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,10 +1,10 @@
{ cabal, text }:
{ cabal, Cabal, text }:
cabal.mkDerivation (self: {
pname = "xml";
version = "1.3.12";
sha256 = "1lmqnzna0zy297y4q6qviv7a4966zz9mhfhk6anrp66cz890whai";
buildDepends = [ text ];
buildDepends = [ Cabal text ];
meta = {
homepage = "http://code.galois.com";
description = "A simple XML library";