summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/QuickCheck/2.4.2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/QuickCheck/2.4.2.nix')
-rw-r--r--pkgs/development/libraries/haskell/QuickCheck/2.4.2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/QuickCheck/2.4.2.nix b/pkgs/development/libraries/haskell/QuickCheck/2.4.2.nix
index e4d41ed20a3..69a1c1dc417 100644
--- a/pkgs/development/libraries/haskell/QuickCheck/2.4.2.nix
+++ b/pkgs/development/libraries/haskell/QuickCheck/2.4.2.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, extensibleExceptions, random }:
+{ cabal, extensibleExceptions, random }:
 
 cabal.mkDerivation (self: {
   pname = "QuickCheck";
   version = "2.4.2";
   sha256 = "17qp73sdp780lha3i6xdsrvgshqz47qwldqknadc0w3vmscw61bg";
-  buildDepends = [ Cabal extensibleExceptions random ];
+  buildDepends = [ extensibleExceptions random ];
   meta = {
     homepage = "http://code.haskell.org/QuickCheck";
     description = "Automatic testing of Haskell programs";