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 = "time";
version = "1.1.2.4";
sha256 = "11dfcb9b5ca76428a7a31019928c3c1898320f774e5d3df8e4407580d074fad3";
buildDepends = [ Cabal ];
meta = {
homepage = "http://semantic.org/TimeLib/";
description = "A time library";

View File

@@ -1,9 +1,10 @@
{ cabal }:
{ cabal, Cabal }:
cabal.mkDerivation (self: {
pname = "time";
version = "1.1.3";
sha256 = "46d32400bc0099ccef1fb670684c00a31055725403ea15c7a39278ff7dccc65b";
buildDepends = [ Cabal ];
meta = {
homepage = "http://semantic.org/TimeLib/";
description = "A time library";

View File

@@ -1,9 +1,10 @@
{ cabal }:
{ cabal, Cabal }:
cabal.mkDerivation (self: {
pname = "time";
version = "1.2.0.3";
sha256 = "acb1e3cf2b98a73632d35b0665808b05df6c03fcefd62796fe291f5b2ef4348e";
buildDepends = [ Cabal ];
meta = {
homepage = "http://semantic.org/TimeLib/";
description = "A time library";

View File

@@ -1,9 +1,10 @@
{ cabal }:
{ cabal, Cabal }:
cabal.mkDerivation (self: {
pname = "time";
version = "1.2.0.5";
sha256 = "0y4plv9qvpmzzzb5855zngm6lmd38m0vr2mzwm94xhz2xsqhdh2z";
buildDepends = [ Cabal ];
meta = {
homepage = "http://semantic.org/TimeLib/";
description = "A time library";

View File

@@ -1,10 +1,10 @@
{ cabal, deepseq }:
{ cabal, Cabal, deepseq }:
cabal.mkDerivation (self: {
pname = "time";
version = "1.4.0.1";
sha256 = "046jyz2xnbg2s94d9xhpphgq93mqlky7bc50vss40wdk6l7w8aws";
buildDepends = [ deepseq ];
buildDepends = [ Cabal deepseq ];
meta = {
homepage = "http://semantic.org/TimeLib/";
description = "A time library";