summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xhtml
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-14 17:00:37 +0000
committerPeter Simons <simons@cryp.to>2012-02-14 17:00:37 +0000
commitac69747aa855a9222d129c968fcdfd38712624b2 (patch)
tree7ca82e0665a5c4e9559c781e0a3b4e9df956dd5e /pkgs/development/libraries/haskell/xhtml
parent844d950d1328364c6e84044f3bc7ba46e64389ae (diff)
Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
Diffstat (limited to 'pkgs/development/libraries/haskell/xhtml')
-rw-r--r--pkgs/development/libraries/haskell/xhtml/3000.2.0.1.nix3
-rw-r--r--pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix3
-rw-r--r--pkgs/development/libraries/haskell/xhtml/3000.2.0.5.nix3
3 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/xhtml/3000.2.0.1.nix b/pkgs/development/libraries/haskell/xhtml/3000.2.0.1.nix
index 3c369103486ae..fd2233e283326 100644
--- a/pkgs/development/libraries/haskell/xhtml/3000.2.0.1.nix
+++ b/pkgs/development/libraries/haskell/xhtml/3000.2.0.1.nix
@@ -1,9 +1,10 @@
-{ cabal }:
+{ cabal, Cabal }:
 
 cabal.mkDerivation (self: {
   pname = "xhtml";
   version = "3000.2.0.1";
   sha256 = "15pcigascajky67v0lhdhn4bv8xq16cvzib05mg4f1ynwr5a9mv0";
+  buildDepends = [ Cabal ];
   meta = {
     description = "An XHTML combinator library";
     license = self.stdenv.lib.licenses.bsd3;
diff --git a/pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix b/pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix
index 33527b9affd4e..a758e19c0157b 100644
--- a/pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix
+++ b/pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix
@@ -1,9 +1,10 @@
-{ cabal }:
+{ cabal, Cabal }:
 
 cabal.mkDerivation (self: {
   pname = "xhtml";
   version = "3000.2.0.4";
   sha256 = "07kqii5dsfdaf46y4k19l9llhzhxssr24jbjpr5i8p1qh7117abw";
+  buildDepends = [ Cabal ];
   meta = {
     homepage = "https://github.com/haskell/xhtml";
     description = "An XHTML combinator library";
diff --git a/pkgs/development/libraries/haskell/xhtml/3000.2.0.5.nix b/pkgs/development/libraries/haskell/xhtml/3000.2.0.5.nix
index c5a374eb2d0cb..095c797da786b 100644
--- a/pkgs/development/libraries/haskell/xhtml/3000.2.0.5.nix
+++ b/pkgs/development/libraries/haskell/xhtml/3000.2.0.5.nix
@@ -1,9 +1,10 @@
-{ cabal }:
+{ cabal, Cabal }:
 
 cabal.mkDerivation (self: {
   pname = "xhtml";
   version = "3000.2.0.5";
   sha256 = "1gqq910pncqppb2dscxnfxvm1ly4qpb5mwmady2i4irar3gngh9v";
+  buildDepends = [ Cabal ];
   meta = {
     homepage = "https://github.com/haskell/xhtml";
     description = "An XHTML combinator library";