summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/parsec/3.1.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/parsec/3.1.1.nix')
-rw-r--r--pkgs/development/libraries/haskell/parsec/3.1.1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/parsec/3.1.1.nix b/pkgs/development/libraries/haskell/parsec/3.1.1.nix
index 1f9f952365a..e740ca91dba 100644
--- a/pkgs/development/libraries/haskell/parsec/3.1.1.nix
+++ b/pkgs/development/libraries/haskell/parsec/3.1.1.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, mtl }:
+{ cabal, mtl }:
 
 cabal.mkDerivation (self: {
   pname = "parsec";
   version = "3.1.1";
   sha256 = "0x34gwn9k68h69c3hw7yaah6zpdwq8hvqss27f3n4n4cp7dh81fk";
-  buildDepends = [ Cabal mtl ];
+  buildDepends = [ mtl ];
   meta = {
     homepage = "http://www.cs.uu.nl/~daan/parsec.html";
     description = "Monadic parser combinators";