aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-16 15:32:54 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-16 15:32:54 -0700
commit6e8209f6b24f7a0b4051375249fa8ac0d44df269 (patch)
treedc32e316a7bfb2bb76b7d487379381cab8f3e541 /pandoc.cabal
parentf8fec87f09d56b6a2d877af3a34e7af045cac29f (diff)
downloadpandoc-6e8209f6b24f7a0b4051375249fa8ac0d44df269.tar.gz
Bumped QuickCheck version bound.
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 402a4e581..d91ca70f9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -381,7 +381,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.6,
+ QuickCheck >= 2.4 && < 2.7,
HUnit >= 1.2 && < 1.3,
containers >= 0.1 && < 0.6,
citeproc-hs >= 0.3 && < 0.4,