Relaxed version upper bound for test-framework from < 0.5 to < 0.6, since 0.5 is the first version on Hackage that builds under GHC 7.4.1.

This commit is contained in:
Conal Elliott
2012-02-06 10:26:36 -08:00
parent 0ce840f14e
commit 857552f85e
+1 -1
View File
@@ -400,7 +400,7 @@ Executable test-pandoc
else
Buildable: False
Other-Extensions: TemplateHaskell, QuasiQuotes
Build-Depends: Diff, test-framework >= 0.3 && < 0.5,
Build-Depends: Diff, test-framework >= 0.3 && < 0.6,
test-framework-hunit >= 0.2 && < 0.3,
test-framework-quickcheck2 >= 0.2.9 && < 0.3,
QuickCheck >= 2.4 && < 2.6,