aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-11 08:34:35 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-07-11 08:34:35 +0100
commit418ad5cc815ce8bb668aa197052a0775df506562 (patch)
treebda4b3b70c58296604ed137dcf09e4f9e43f47e5 /pandoc.cabal
parente2659a46db3e3b118fe491bf5fd0cdae0268ef90 (diff)
downloadpandoc-418ad5cc815ce8bb668aa197052a0775df506562.tar.gz
Allow QuickCheck 2.9.
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 dbb9a925f..5e8f9f308 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -492,7 +492,7 @@ Test-Suite test-pandoc
test-framework >= 0.3 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
test-framework-quickcheck2 >= 0.2.9 && < 0.4,
- QuickCheck >= 2.4 && < 2.9,
+ QuickCheck >= 2.4 && < 2.10,
HUnit >= 1.2 && < 1.4,
containers >= 0.1 && < 0.6,
ansi-terminal >= 0.5 && < 0.7,