From 747a7a4cf8b589e93300bce3071bd0fa0d07a36d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Oct 2015 16:19:53 -0700 Subject: [PATCH] Allow HUnit 1.3 --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 9a72eb25b..b4efdc536 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -461,7 +461,7 @@ Test-Suite test-pandoc test-framework-hunit >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2.9 && < 0.4, QuickCheck >= 2.4 && < 2.9, - HUnit >= 1.2 && < 1.3, + HUnit >= 1.2 && < 1.4, containers >= 0.1 && < 0.6, ansi-terminal >= 0.5 && < 0.7, executable-path >= 0.0 && < 0.1,