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,9 +1,10 @@
{ cabal }:
{ cabal, Cabal }:
cabal.mkDerivation (self: {
pname = "parsec";
version = "2.1.0.1";
sha256 = "2d85e5b5c8b2b1f341037ce67e1db7fa47b31c083136796cfef9e5b945c656df";
buildDepends = [ Cabal ];
meta = {
homepage = "http://www.cs.uu.nl/~daan/parsec.html";
description = "Monadic parser combinators";

View File

@@ -1,10 +1,10 @@
{ cabal, mtl }:
{ cabal, Cabal, mtl }:
cabal.mkDerivation (self: {
pname = "parsec";
version = "3.1.1";
sha256 = "0x34gwn9k68h69c3hw7yaah6zpdwq8hvqss27f3n4n4cp7dh81fk";
buildDepends = [ mtl ];
buildDepends = [ Cabal mtl ];
meta = {
homepage = "http://www.cs.uu.nl/~daan/parsec.html";
description = "Monadic parser combinators";

View File

@@ -1,10 +1,10 @@
{ cabal, mtl, text }:
{ cabal, Cabal, mtl, text }:
cabal.mkDerivation (self: {
pname = "parsec";
version = "3.1.2";
sha256 = "0lhn9j2j5jlh7g0qx9f6ms63n9x1xlxg9isdvm6z0ksy3ywj9wch";
buildDepends = [ mtl text ];
buildDepends = [ Cabal mtl text ];
meta = {
homepage = "http://www.cs.uu.nl/~daan/parsec.html";
description = "Monadic parser combinators";