Skip to content

Commit 7f026ed

Browse files
committed
Merge pull request #3114 from grayjay/quickcheck-bounds
Require QuickCheck >= 2.7
2 parents 7aab356 + 2131f5f commit 7f026ed

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cabal/Cabal.cabal

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ test-suite unit-tests
307307
tasty-hunit,
308308
tasty-quickcheck,
309309
pretty,
310-
QuickCheck < 2.9,
310+
QuickCheck >= 2.7 && < 2.9,
311311
Cabal
312312
ghc-options: -Wall
313313
default-language: Haskell98
@@ -327,9 +327,7 @@ test-suite package-tests
327327
base,
328328
containers,
329329
tasty,
330-
tasty-quickcheck,
331330
tasty-hunit,
332-
QuickCheck >= 2.1.0.1 && < 2.9,
333331
transformers,
334332
Cabal,
335333
process,

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Test-Suite unit-tests
287287
tasty-hunit,
288288
tasty-quickcheck,
289289
tagged,
290-
QuickCheck >= 2.5
290+
QuickCheck >= 2.7
291291

292292
if flag(old-directory)
293293
build-depends: old-time

0 commit comments

Comments
 (0)