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, mtl, network, parsec, xhtml }:
{ cabal, Cabal, mtl, network, parsec, xhtml }:
cabal.mkDerivation (self: {
pname = "cgi";
version = "3001.1.7.1";
sha256 = "7d1d710871fffbbec2a33d7288b2959ddbcfd794d47f0122127576c02550b339";
buildDepends = [ mtl network parsec xhtml ];
buildDepends = [ Cabal mtl network parsec xhtml ];
meta = {
description = "A library for writing CGI programs";
license = self.stdenv.lib.licenses.bsd3;

View File

@@ -1,10 +1,10 @@
{ cabal, mtl, network, parsec, xhtml }:
{ cabal, Cabal, mtl, network, parsec, xhtml }:
cabal.mkDerivation (self: {
pname = "cgi";
version = "3001.1.7.2";
sha256 = "ad35971388fa1809a5cd71bb2f051d69d753e4153b43d843b431674cf79a1c39";
buildDepends = [ mtl network parsec xhtml ];
buildDepends = [ Cabal mtl network parsec xhtml ];
meta = {
description = "A library for writing CGI programs";
license = self.stdenv.lib.licenses.bsd3;

View File

@@ -1,10 +1,13 @@
{ cabal, extensibleExceptions, mtl, network, parsec, xhtml }:
{ cabal, Cabal, extensibleExceptions, mtl, network, parsec, xhtml
}:
cabal.mkDerivation (self: {
pname = "cgi";
version = "3001.1.7.3";
sha256 = "f1f4bc6b06e8a191db4ddb43617fee3ef37635e380d6a17c29efb5641ce91df0";
buildDepends = [ extensibleExceptions mtl network parsec xhtml ];
buildDepends = [
Cabal extensibleExceptions mtl network parsec xhtml
];
meta = {
homepage = "http://andersk.mit.edu/haskell/cgi/";
description = "A library for writing CGI programs";

View File

@@ -1,10 +1,13 @@
{ cabal, extensibleExceptions, mtl, network, parsec, xhtml }:
{ cabal, Cabal, extensibleExceptions, mtl, network, parsec, xhtml
}:
cabal.mkDerivation (self: {
pname = "cgi";
version = "3001.1.7.4";
sha256 = "1fiild4djzhyz683kwwb0k4wvhd89ihbn6vncjl270xvwj5xmrbd";
buildDepends = [ extensibleExceptions mtl network parsec xhtml ];
buildDepends = [
Cabal extensibleExceptions mtl network parsec xhtml
];
meta = {
homepage = "http://andersk.mit.edu/haskell/cgi/";
description = "A library for writing CGI programs";

View File

@@ -1,4 +1,4 @@
{ cabal, extensibleExceptions, MonadCatchIOMtl, mtl, network
{ cabal, Cabal, extensibleExceptions, MonadCatchIOMtl, mtl, network
, parsec, xhtml
}:
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
version = "3001.1.8.2";
sha256 = "09ly7bn5ck563jq1wip5w628g74xj4p1ha9rllfdck33pqrl2mgz";
buildDepends = [
extensibleExceptions MonadCatchIOMtl mtl network parsec xhtml
Cabal extensibleExceptions MonadCatchIOMtl mtl network parsec xhtml
];
meta = {
homepage = "http://andersk.mit.edu/haskell/cgi/";