We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aab356 + 2131f5f commit 7f026edCopy full SHA for 7f026ed
Cabal/Cabal.cabal
@@ -307,7 +307,7 @@ test-suite unit-tests
307
tasty-hunit,
308
tasty-quickcheck,
309
pretty,
310
- QuickCheck < 2.9,
+ QuickCheck >= 2.7 && < 2.9,
311
Cabal
312
ghc-options: -Wall
313
default-language: Haskell98
@@ -327,9 +327,7 @@ test-suite package-tests
327
base,
328
containers,
329
tasty,
330
- tasty-quickcheck,
331
332
- QuickCheck >= 2.1.0.1 && < 2.9,
333
transformers,
334
Cabal,
335
process,
cabal-install/cabal-install.cabal
@@ -287,7 +287,7 @@ Test-Suite unit-tests
287
288
289
tagged,
290
- QuickCheck >= 2.5
+ QuickCheck >= 2.7
291
292
if flag(old-directory)
293
build-depends: old-time
0 commit comments