diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-10-18 10:25:23 +0200 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-18 10:25:23 +0200 |
| commit | a85e8fe5323dbf6019147d25be91093aba783d0b (patch) | |
| tree | b230e43c55048a3a4af488433c035881f1fae58c | |
| parent | f11d7c2478aa40c953726e5b153edb6b6da5e49b (diff) | |
| download | pandoc-a85e8fe5323dbf6019147d25be91093aba783d0b.tar.gz | |
Allow latest HUnit.
| -rw-r--r-- | pandoc.cabal | 2 |
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, |
