summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hint/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/hint/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/hint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/hint/default.nix b/pkgs/development/libraries/haskell/hint/default.nix
index d4a8036e88b..7c6dabf8085 100644
--- a/pkgs/development/libraries/haskell/hint/default.nix
+++ b/pkgs/development/libraries/haskell/hint/default.nix
@@ -1,4 +1,4 @@
-{ cabal, Cabal, extensibleExceptions, filepath, ghcMtl, ghcPaths
+{ cabal, extensibleExceptions, filepath, ghcMtl, ghcPaths
 , haskellSrc, MonadCatchIOMtl, mtl, random, utf8String
 }:
 
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
   version = "0.3.3.4";
   sha256 = "0pmvhlj9m0s1wvw8ppx1wx879lwzg38bcvhy1ma1d4wnrpq3bhiy";
   buildDepends = [
-    Cabal extensibleExceptions filepath ghcMtl ghcPaths haskellSrc
+    extensibleExceptions filepath ghcMtl ghcPaths haskellSrc
     MonadCatchIOMtl mtl random utf8String
   ];
   meta = {