summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/regex-compat/0.93.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/regex-compat/0.93.1.nix')
-rw-r--r--pkgs/development/libraries/haskell/regex-compat/0.93.1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/regex-compat/0.93.1.nix b/pkgs/development/libraries/haskell/regex-compat/0.93.1.nix
index eb5c3752081..3a28e505a82 100644
--- a/pkgs/development/libraries/haskell/regex-compat/0.93.1.nix
+++ b/pkgs/development/libraries/haskell/regex-compat/0.93.1.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, regexBase, regexPosix }:
+{ cabal, regexBase, regexPosix }:
 
 cabal.mkDerivation (self: {
   pname = "regex-compat";
   version = "0.93.1";
   sha256 = "1zlsx7a2iz5gmgrwzr6w5fz6s4ayab5bm71xlq28r3iph3vp80zf";
-  buildDepends = [ Cabal regexBase regexPosix ];
+  buildDepends = [ regexBase regexPosix ];
   meta = {
     homepage = "http://sourceforge.net/projects/lazy-regex";
     description = "Replaces/Enhances Text.Regex";