summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pretty-show/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/pretty-show/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/pretty-show/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/pretty-show/default.nix b/pkgs/development/libraries/haskell/pretty-show/default.nix
index 55f323e2cca..19398be7ac7 100644
--- a/pkgs/development/libraries/haskell/pretty-show/default.nix
+++ b/pkgs/development/libraries/haskell/pretty-show/default.nix
@@ -1,4 +1,4 @@
-{ cabal, Cabal, haskellLexer }:
+{ cabal, haskellLexer }:
 
 cabal.mkDerivation (self: {
   pname = "pretty-show";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
   sha256 = "0lbalmyrqisgd2spbvzifsy25lr6cl9sgz78hav8q8r406k7nf2l";
   isLibrary = true;
   isExecutable = true;
-  buildDepends = [ Cabal haskellLexer ];
+  buildDepends = [ haskellLexer ];
   meta = {
     homepage = "http://wiki.github.com/yav/pretty-show";
     description = "Tools for working with derived Show instances";