summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cgi/3001.1.8.2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/cgi/3001.1.8.2.nix')
-rw-r--r--pkgs/development/libraries/haskell/cgi/3001.1.8.2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/cgi/3001.1.8.2.nix b/pkgs/development/libraries/haskell/cgi/3001.1.8.2.nix
index 654a0c26ae7..686555330f3 100644
--- a/pkgs/development/libraries/haskell/cgi/3001.1.8.2.nix
+++ b/pkgs/development/libraries/haskell/cgi/3001.1.8.2.nix
@@ -1,4 +1,4 @@
-{ cabal, Cabal, extensibleExceptions, MonadCatchIOMtl, mtl, network
+{ cabal, extensibleExceptions, MonadCatchIOMtl, mtl, network
 , parsec, xhtml
 }:
 
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
   version = "3001.1.8.2";
   sha256 = "09ly7bn5ck563jq1wip5w628g74xj4p1ha9rllfdck33pqrl2mgz";
   buildDepends = [
-    Cabal extensibleExceptions MonadCatchIOMtl mtl network parsec xhtml
+    extensibleExceptions MonadCatchIOMtl mtl network parsec xhtml
   ];
   meta = {
     homepage = "http://andersk.mit.edu/haskell/cgi/";