summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-25 12:37:45 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-25 12:37:45 -0800
commit0bc9b0679b6c565bc50ce56e16e3b4ed7a97783b (patch)
treeceb703d46af464a49915d4767bd01d5bb824dae9 /pandoc.cabal
parent645bf4ed2fc62ffec68ce47ef472604391db7e36 (diff)
Increased ansi-terminal upper bound.
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 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