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 = "HUnit";
version = "1.2.0.3";
sha256 = "954f584f7c096c3ddef677e70b3811195bb4fd18dfdb4727a260ca7d7465de12";
buildDepends = [ Cabal ];
meta = {
homepage = "http://hunit.sourceforge.net/";
description = "A unit testing framework for Haskell";

View File

@@ -1,4 +1,4 @@
{ cabal }:
{ cabal, Cabal }:
cabal.mkDerivation (self: {
pname = "HUnit";
@@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "47235503b666658588181795540d29212283059b21edc42e1b4f1998e46ac853";
isLibrary = true;
isExecutable = true;
buildDepends = [ Cabal ];
meta = {
homepage = "http://hunit.sourceforge.net/";
description = "A unit testing framework for Haskell";

View File

@@ -1,4 +1,4 @@
{ cabal }:
{ cabal, Cabal }:
cabal.mkDerivation (self: {
pname = "HUnit";
@@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "158i6s014ybh5bflzspd21qzdlhdyk89yqpmk8kwc59lxjvvjsxz";
isLibrary = true;
isExecutable = true;
buildDepends = [ Cabal ];
meta = {
homepage = "http://hunit.sourceforge.net/";
description = "A unit testing framework for Haskell";

View File

@@ -1,4 +1,4 @@
{ cabal }:
{ cabal, Cabal }:
cabal.mkDerivation (self: {
pname = "HUnit";
@@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "0yijvrjmmz6vvgi5h1195z4psmymvhq6rr7kkd26nqbd34lbrg7x";
isLibrary = true;
isExecutable = true;
buildDepends = [ Cabal ];
meta = {
homepage = "http://hunit.sourceforge.net/";
description = "A unit testing framework for Haskell";