summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix')
-rw-r--r--pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix3
1 files changed, 1 insertions, 2 deletions
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 a758e19c015..33527b9affd 100644
--- a/pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix
+++ b/pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix
@@ -1,10 +1,9 @@
-{ 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";