File: quickcheck-compat

package info (click to toggle)
haskell-test-framework-quickcheck2 0.3.0.3-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 96 kB
  • sloc: haskell: 99; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 804 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: haskell-test-framework-quickcheck2/test-framework-quickcheck2.cabal
===================================================================
--- haskell-test-framework-quickcheck2.orig/test-framework-quickcheck2.cabal	2014-04-11 12:23:46.000000000 +0200
+++ haskell-test-framework-quickcheck2/test-framework-quickcheck2.cabal	2015-08-15 18:40:27.566035534 +0200
@@ -25,7 +25,7 @@
         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