[commit: packages/Cabal] ghc-head: Add a lower bound on the test-framework-quickcheck2 dependency. (9308fde)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:23:59 CEST 2013
Repository : ssh://git@git.haskell.org/Cabal
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=9308fde2d6cfc84173a64c93d948325d341f4f3b
>---------------------------------------------------------------
commit 9308fde2d6cfc84173a64c93d948325d341f4f3b
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Thu May 2 00:44:25 2013 +0200
Add a lower bound on the test-framework-quickcheck2 dependency.
See batterseapower/test-framework#36.
>---------------------------------------------------------------
9308fde2d6cfc84173a64c93d948325d341f4f3b
cabal-install/cabal-install.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal
index 44d0501..2ea5c9f 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -176,7 +176,7 @@ Test-Suite unit-tests
test-framework,
test-framework-hunit,
- test-framework-quickcheck2,
+ test-framework-quickcheck2 >= 0.3,
HUnit,
QuickCheck >= 2.5
More information about the ghc-commits
mailing list