summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-14 10:45:13 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-14 12:24:21 -0800
commitcd80b8d76f4a09eee12dab856a1530d549c062ac (patch)
tree379cfab0d84fe35ebeedc46587a10c0df493d538 /pandoc.cabal
parent4debcf7bdc38fb44d9fb53d37251e7aac2c5c82e (diff)
Allow latest QuickCheck.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c00d95ebc..48a43ad2b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -622,7 +622,7 @@ test-suite test-pandoc
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.10,
tasty-golden >= 2.3 && < 2.4,
- QuickCheck >= 2.4 && < 2.11,
+ QuickCheck >= 2.4 && < 2.12,
containers >= 0.4.2.1 && < 0.6,
executable-path >= 0.0 && < 0.1,
zip-archive >= 0.2.3.4 && < 0.4,