summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAntoine Latter <aslatter@gmail.com>2011-12-22 17:24:24 -0500
committerAntoine Latter <aslatter@gmail.com>2011-12-22 17:24:24 -0500
commit1c854ea5c385fa50a13260356bbec99a974c09de (patch)
tree9770dda9bf6e647cf5cbfaa540b8d4114a9460a7 /pandoc.cabal
parent08e8adaf016280d2dd4ddb180474fa183a8e1008 (diff)
tests: update package description to build with GHC 7.4
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 d60636518..b05c4bbd3 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -363,7 +363,7 @@ Executable 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.7,
+ template-haskell >= 2.4 && < 2.8,
ansi-terminal == 0.5.*
Other-Modules: Tests.Old
Tests.Helpers