diff options
Diffstat (limited to 'devel/hs-test-framework-quickcheck2/files/patch-test-framework-quickcheck2.cabal')
-rw-r--r-- | devel/hs-test-framework-quickcheck2/files/patch-test-framework-quickcheck2.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-test-framework-quickcheck2/files/patch-test-framework-quickcheck2.cabal b/devel/hs-test-framework-quickcheck2/files/patch-test-framework-quickcheck2.cabal new file mode 100644 index 000000000000..64f0f4a67575 --- /dev/null +++ b/devel/hs-test-framework-quickcheck2/files/patch-test-framework-quickcheck2.cabal @@ -0,0 +1,11 @@ +--- test-framework-quickcheck2.cabal.orig 2014-04-11 10:23:46 UTC ++++ test-framework-quickcheck2.cabal +@@ -25,7 +25,7 @@ Library + Exposed-Modules: Test.Framework.Providers.QuickCheck2 + + Build-Depends: test-framework >= 0.7.1, +- QuickCheck >= 2.4 && < 2.8, ++ QuickCheck >= 2.4 && < 2.9, + extensible-exceptions >= 0.1.1 && < 0.2.0 + if flag(base3) + Build-Depends: base >= 3 && < 4, random >= 1 |