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