From 857552f85e8eebf1040a77b42e344a022139663f Mon Sep 17 00:00:00 2001 From: Conal Elliott Date: Mon, 6 Feb 2012 10:26:36 -0800 Subject: 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. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 315ae8b80..1764682d9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -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, -- cgit v1.2.3