summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/leksah/process-leksah.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/leksah/process-leksah.nix')
-rw-r--r--pkgs/development/libraries/haskell/leksah/process-leksah.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/leksah/process-leksah.nix b/pkgs/development/libraries/haskell/leksah/process-leksah.nix
index 6c6637b9c2c..75059e70512 100644
--- a/pkgs/development/libraries/haskell/leksah/process-leksah.nix
+++ b/pkgs/development/libraries/haskell/leksah/process-leksah.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, filepath }:
+{ cabal, filepath }:
 
 cabal.mkDerivation (self: {
   pname = "process-leksah";
   version = "1.0.1.4";
   sha256 = "1899ybhnsj22sir2l933lhkk9fpcgjbb4qd6gscnby28qcs5bwbv";
-  buildDepends = [ Cabal filepath ];
+  buildDepends = [ filepath ];
   meta = {
     description = "Process libraries";
     license = self.stdenv.lib.licenses.bsd3;