summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-10-21 14:11:03 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-10-21 14:11:03 -0700
commitd89b74a00312753ae512aa59bbdc2f9689aec28b (patch)
treed32eaa3481bb0dc0f6d2b5667548136f986d7bad
parentca583a340fdb721baeadb2657c184490c73363e4 (diff)
Bumped version bound for template-haskell.
-rw-r--r--pandoc.cabal2
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