From bbebbe6349ac87ca8b471a14825b847697cb121c Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 31 Jul 2011 10:39:09 +0300 Subject: .cabal: extend test-framework dep range up to <0.5 Signed-off-by: Sergei Trofimovich --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 99f0916ec..56735ba3c 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -351,7 +351,7 @@ Executable test-pandoc else Ghc-Options: -Wall Extensions: CPP - Build-Depends: base >= 4 && < 5, Diff, test-framework >= 0.3 && < 0.4, + Build-Depends: base >= 4 && < 5, Diff, test-framework >= 0.3 && < 0.5, test-framework-hunit >= 0.2 && < 0.3, test-framework-quickcheck2 >= 0.2.9 && < 0.3, QuickCheck >= 2.4 && < 2.6, -- cgit v1.2.3