summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-17 23:58:12 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-17 23:58:12 +0200
commit6166655b5246806a7edd0cf204f91cc1a886685b (patch)
treecbec6d23cc082ecf3a0a26887bfa2a93ebbbe548
parentec01d26a1b1a781f05e69b1f5adecf67f464e448 (diff)
Allow QuickCheck 2.10
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 490b9f1a4..c1d76785c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -540,7 +540,7 @@ Test-Suite test-pandoc
tasty-hunit >= 0.9 && < 0.10,
tasty-quickcheck >= 0.8 && < 0.9,
tasty-golden >= 2.3 && < 2.4,
- QuickCheck >= 2.4 && < 2.10,
+ QuickCheck >= 2.4 && < 2.11,
containers >= 0.1 && < 0.6,
executable-path >= 0.0 && < 0.1,
zip-archive >= 0.2.3.4 && < 0.4,