summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/html/1.0.1.2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/html/1.0.1.2.nix')
-rw-r--r--pkgs/development/libraries/haskell/html/1.0.1.2.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/html/1.0.1.2.nix b/pkgs/development/libraries/haskell/html/1.0.1.2.nix
index 65bfe35c370..f420bad2959 100644
--- a/pkgs/development/libraries/haskell/html/1.0.1.2.nix
+++ b/pkgs/development/libraries/haskell/html/1.0.1.2.nix
@@ -1,10 +1,9 @@
-{ cabal, Cabal }:
+{ cabal }:
 
 cabal.mkDerivation (self: {
   pname = "html";
   version = "1.0.1.2";
   sha256 = "0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061";
-  buildDepends = [ Cabal ];
   meta = {
     description = "HTML combinator library";
     license = self.stdenv.lib.licenses.bsd3;