aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-10-18 10:25:23 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-18 10:25:23 +0200
commita85e8fe5323dbf6019147d25be91093aba783d0b (patch)
treeb230e43c55048a3a4af488433c035881f1fae58c /pandoc.cabal
parentf11d7c2478aa40c953726e5b153edb6b6da5e49b (diff)
downloadpandoc-a85e8fe5323dbf6019147d25be91093aba783d0b.tar.gz
Allow latest HUnit.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 58d7b446c..ccc7df47a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -491,7 +491,7 @@ Test-Suite test-pandoc
test-framework-hunit >= 0.2 && < 0.4,
test-framework-quickcheck2 >= 0.2.9 && < 0.4,
QuickCheck >= 2.4 && < 2.10,
- HUnit >= 1.2 && < 1.4,
+ HUnit >= 1.2 && < 1.6,
containers >= 0.1 && < 0.6,
ansi-terminal >= 0.5 && < 0.7,
executable-path >= 0.0 && < 0.1,