summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/Shellac/Shellac-haskeline.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/Shellac/Shellac-haskeline.nix')
-rw-r--r--pkgs/development/libraries/haskell/Shellac/Shellac-haskeline.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/Shellac/Shellac-haskeline.nix b/pkgs/development/libraries/haskell/Shellac/Shellac-haskeline.nix
index 054a095c467..c31f0e5d289 100644
--- a/pkgs/development/libraries/haskell/Shellac/Shellac-haskeline.nix
+++ b/pkgs/development/libraries/haskell/Shellac/Shellac-haskeline.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, haskeline, mtl, Shellac }:
+{ cabal, haskeline, mtl, Shellac }:
 
 cabal.mkDerivation (self: {
   pname = "Shellac-haskeline";
   version = "0.2.0.1";
   sha256 = "1xvs2ni83yyf7rx3ikmn2bkx20fyj03d03crqyyfw28mikhgv5br";
-  buildDepends = [ Cabal haskeline mtl Shellac ];
+  buildDepends = [ haskeline mtl Shellac ];
   meta = {
     description = "Haskeline backend module for Shellac";
     license = self.stdenv.lib.licenses.bsd3;