about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/graphviz/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/graphviz/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/graphviz/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/graphviz/default.nix b/pkgs/development/libraries/haskell/graphviz/default.nix
index 8c7d7d20eafd3..fe6119d5a6a3c 100644
--- a/pkgs/development/libraries/haskell/graphviz/default.nix
+++ b/pkgs/development/libraries/haskell/graphviz/default.nix
@@ -1,4 +1,4 @@
-{ cabal, Cabal, colour, dlist, extensibleExceptions, fgl, filepath
+{ cabal, colour, dlist, extensibleExceptions, fgl, filepath
 , polyparse, text, transformers, wlPprintText
 }:
 
@@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    Cabal colour dlist extensibleExceptions fgl filepath polyparse text
+    colour dlist extensibleExceptions fgl filepath polyparse text
     transformers wlPprintText
   ];
   meta = {