summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/WebBits-Html/1.0.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/WebBits-Html/1.0.1.nix')
-rw-r--r--pkgs/development/libraries/haskell/WebBits-Html/1.0.1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/WebBits-Html/1.0.1.nix b/pkgs/development/libraries/haskell/WebBits-Html/1.0.1.nix
index fc02bd89bd9..18371c57f08 100644
--- a/pkgs/development/libraries/haskell/WebBits-Html/1.0.1.nix
+++ b/pkgs/development/libraries/haskell/WebBits-Html/1.0.1.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.1";
   sha256 = "134rmm5ccfsjdr0pdwn2mf81l81rgxapa3wjjfjkxrkxq6hav35n";
-  buildDepends = [ Cabal mtl parsec syb WebBits ];
+  buildDepends = [ mtl parsec syb WebBits ];
   meta = {
     homepage = "http://www.cs.brown.edu/research/plt/";
     description = "JavaScript analysis tools";