summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-20 08:46:51 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-20 08:46:51 -0800
commit346edea8c231e22c8037a74e2eab89e943998a91 (patch)
treeca1c3f3d68d05f6a69f1a10a7e629b80cef92d50
parentdb16644c4618d06f0cf70e9c5e403a318f048b49 (diff)
Bump version bounds on test-framework packages.
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 24dbfe0f1..946b39ce9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -362,9 +362,9 @@ Test-Suite test-pandoc
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,
Diff >= 0.2 && < 0.3,
- test-framework >= 0.3 && < 0.7,
- test-framework-hunit >= 0.2 && < 0.3,
- test-framework-quickcheck2 >= 0.2.9 && < 0.3,
+ 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,
HUnit >= 1.2 && < 1.3,
template-haskell >= 2.4 && < 2.9,