diff options
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 7328ef51f..369c662f5 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -402,7 +402,7 @@ Test-Suite test-pandoc test-framework-quickcheck2 >= 0.2.9 && < 0.3, QuickCheck >= 2.4 && < 2.6, HUnit >= 1.2 && < 1.3, - template-haskell >= 2.4 && < 2.8, + template-haskell >= 2.4 && < 2.9, containers >= 0.1 && < 0.6, ansi-terminal == 0.5.* Other-Modules: Tests.Old |