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, happy }:
{ cabal, Cabal, happy }:
cabal.mkDerivation (self: {
pname = "haskell-src";
version = "1.0.1.3";
sha256 = "a7872900acd2293775a6bdc6dc8f70438ccd80e62d2d1e2394ddff15b1883e89";
buildDepends = [ Cabal ];
buildTools = [ happy ];
meta = {
description = "Manipulating Haskell source code";

View File

@@ -1,10 +1,10 @@
{ cabal, happy, syb }:
{ cabal, Cabal, happy, syb }:
cabal.mkDerivation (self: {
pname = "haskell-src";
version = "1.0.1.4";
sha256 = "02h33d7970641p9vi62sgcxb5v4yaz8xx9vf2yxyvxs3hglm7f0j";
buildDepends = [ syb ];
buildDepends = [ Cabal syb ];
buildTools = [ happy ];
meta = {
description = "Support for manipulating Haskell source code";

View File

@@ -1,10 +1,10 @@
{ cabal, happy, syb }:
{ cabal, Cabal, happy, syb }:
cabal.mkDerivation (self: {
pname = "haskell-src";
version = "1.0.1.5";
sha256 = "1ay3i2sbrp0pzg6fagg8gqrwq5lcnm5jb5sr11frbk274a82cdwz";
buildDepends = [ syb ];
buildDepends = [ Cabal syb ];
buildTools = [ happy ];
meta = {
description = "Support for manipulating Haskell source code";