summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/attoparsec/enumerator.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/attoparsec/enumerator.nix')
-rw-r--r--pkgs/development/libraries/haskell/attoparsec/enumerator.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/attoparsec/enumerator.nix b/pkgs/development/libraries/haskell/attoparsec/enumerator.nix
index 009b302d82a..ad73d41f587 100644
--- a/pkgs/development/libraries/haskell/attoparsec/enumerator.nix
+++ b/pkgs/development/libraries/haskell/attoparsec/enumerator.nix
@@ -1,10 +1,10 @@
-{ cabal, attoparsec, Cabal, enumerator, text }:
+{ cabal, attoparsec, enumerator, text }:
 
 cabal.mkDerivation (self: {
   pname = "attoparsec-enumerator";
   version = "0.3";
   sha256 = "1sfqcr1mvny9gf0zzggwvs2b20knxrbb208rzaa86ay0b5b5jw5v";
-  buildDepends = [ attoparsec Cabal enumerator text ];
+  buildDepends = [ attoparsec enumerator text ];
   meta = {
     homepage = "https://john-millikin.com/software/attoparsec-enumerator/";
     description = "Pass input from an enumerator to an Attoparsec parser";