diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-25 12:37:45 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-25 12:37:45 -0800 |
commit | 0bc9b0679b6c565bc50ce56e16e3b4ed7a97783b (patch) | |
tree | ceb703d46af464a49915d4767bd01d5bb824dae9 | |
parent | 645bf4ed2fc62ffec68ce47ef472604391db7e36 (diff) | |
download | pandoc-0bc9b0679b6c565bc50ce56e16e3b4ed7a97783b.tar.gz |
Increased ansi-terminal upper bound.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 6136772cb..bc317d77b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -382,7 +382,7 @@ Test-Suite test-pandoc QuickCheck >= 2.4 && < 2.6, HUnit >= 1.2 && < 1.3, containers >= 0.1 && < 0.6, - ansi-terminal == 0.5.* + ansi-terminal >= 0.5 && < 0.7 Other-Modules: Tests.Old Tests.Helpers Tests.Arbitrary |