summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/haskeline/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/haskeline/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/haskeline/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/haskeline/default.nix b/pkgs/development/libraries/haskell/haskeline/default.nix
index 51b853a14da..4e67ed5443a 100644
--- a/pkgs/development/libraries/haskell/haskeline/default.nix
+++ b/pkgs/development/libraries/haskell/haskeline/default.nix
@@ -1,5 +1,4 @@
-{ cabal, Cabal, extensibleExceptions, filepath, mtl, terminfo
-, utf8String
+{ cabal, extensibleExceptions, filepath, mtl, terminfo, utf8String
 }:
 
 cabal.mkDerivation (self: {
@@ -7,7 +6,7 @@ cabal.mkDerivation (self: {
   version = "0.6.4.6";
   sha256 = "136h71rb50sypkdbnk849mbcgfzx3y4hfxmx2c7kf90zpmsx5wmj";
   buildDepends = [
-    Cabal extensibleExceptions filepath mtl terminfo utf8String
+    extensibleExceptions filepath mtl terminfo utf8String
   ];
   meta = {
     homepage = "http://trac.haskell.org/haskeline";