summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-22 13:39:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-22 13:39:36 -0800
commit61c0647d49b8f643238423a0c537176df8c855ed (patch)
treeac3a807bcd39d7caf206869fdd749f6d71494925
parent373d05601a37caa6ea84c1ec46d3ef5c3c28a75f (diff)
Depend on latest QuickCheck2.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 39136e3ea..dda8524c7 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -341,8 +341,8 @@ Executable test-pandoc
Extensions: CPP
Build-Depends: base >= 4 && < 5, Diff, test-framework >= 0.3 && < 0.4,
test-framework-hunit >= 0.2 && < 0.3,
- test-framework-quickcheck2 >= 0.2 && < 0.3,
- QuickCheck >= 2.3,
+ test-framework-quickcheck2 >= 0.2.9 && < 0.3,
+ QuickCheck == 2.4.*,
HUnit >= 1.2 && < 1.3,
template-haskell == 2.4.*
Other-Modules: Tests.Old