summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix')
-rw-r--r--pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix b/pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix
index fd0f5e16fe0..949efadea96 100644
--- a/pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix
+++ b/pkgs/development/libraries/haskell/haskell-src/1.0.1.4.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, happy, syb }:
+{ cabal, happy, syb }:
 
 cabal.mkDerivation (self: {
   pname = "haskell-src";
   version = "1.0.1.4";
   sha256 = "02h33d7970641p9vi62sgcxb5v4yaz8xx9vf2yxyvxs3hglm7f0j";
-  buildDepends = [ Cabal syb ];
+  buildDepends = [ syb ];
   buildTools = [ happy ];
   meta = {
     description = "Support for manipulating Haskell source code";