aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-04-04 15:45:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-04-04 15:45:23 -0700
commit6ceb2e26dcc542a8cf38e2e719348e848f354ac3 (patch)
tree741f81a704dcca56246d5b2dc5849ad5bd017e85
parent036576c5a2660897e1c977407c621c8c436b7600 (diff)
parent8890c2ba3d51e7856ef738b92f5e9361dd7cd424 (diff)
downloadpandoc-6ceb2e26dcc542a8cf38e2e719348e848f354ac3.tar.gz
Merge pull request #1216 from trofi/master
pandoc.cabal: allow QuickCheck-2.7
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index eabf71bc8..202546093 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -372,7 +372,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.7,
+ QuickCheck >= 2.4 && < 2.8,
HUnit >= 1.2 && < 1.3,
containers >= 0.1 && < 0.6,
ansi-terminal >= 0.5 && < 0.7