summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/WebBits-Html/1.0.2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/WebBits-Html/1.0.2.nix')
-rw-r--r--pkgs/development/libraries/haskell/WebBits-Html/1.0.2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/WebBits-Html/1.0.2.nix b/pkgs/development/libraries/haskell/WebBits-Html/1.0.2.nix
index be596da42fb..cd34f3161f3 100644
--- a/pkgs/development/libraries/haskell/WebBits-Html/1.0.2.nix
+++ b/pkgs/development/libraries/haskell/WebBits-Html/1.0.2.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, mtl, parsec, syb, WebBits }:
+{ cabal, mtl, parsec, syb, WebBits }:
 
 cabal.mkDerivation (self: {
   pname = "WebBits-Html";
   version = "1.0.2";
   sha256 = "18dd52970cd27kra4l89vvrx2mrdbqd4w4f76xrq3142daxsagal";
-  buildDepends = [ Cabal mtl parsec syb WebBits ];
+  buildDepends = [ mtl parsec syb WebBits ];
   meta = {
     homepage = "http://www.cs.brown.edu/research/plt/";
     description = "JavaScript analysis tools";