summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/haskell-src/1.0.1.3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/haskell-src/1.0.1.3.nix')
-rw-r--r--pkgs/development/libraries/haskell/haskell-src/1.0.1.3.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/haskell-src/1.0.1.3.nix b/pkgs/development/libraries/haskell/haskell-src/1.0.1.3.nix
index c9ec5a30fe2..0bec7376544 100644
--- a/pkgs/development/libraries/haskell/haskell-src/1.0.1.3.nix
+++ b/pkgs/development/libraries/haskell/haskell-src/1.0.1.3.nix
@@ -1,10 +1,9 @@
-{ cabal, Cabal, happy }:
+{ cabal, happy }:
 
 cabal.mkDerivation (self: {
   pname = "haskell-src";
   version = "1.0.1.3";
   sha256 = "a7872900acd2293775a6bdc6dc8f70438ccd80e62d2d1e2394ddff15b1883e89";
-  buildDepends = [ Cabal ];
   buildTools = [ happy ];
   meta = {
     description = "Manipulating Haskell source code";