Bump version bounds on test-framework packages.

This commit is contained in:
John MacFarlane 2013-01-20 08:46:51 -08:00
parent db16644c46
commit 346edea8c2

View file

@ -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,