aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b3665df27..95c08b0f1 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -341,7 +341,8 @@ Executable test-pandoc
Extensions: CPP
Build-Depends: base >= 4 && < 5, Diff, test-framework >= 0.3 && < 0.4,
test-framework-hunit >= 0.2 && < 0.3,
- HUnit >= 1.2 && < 1.3
+ HUnit >= 1.2 && < 1.3,
+ template-haskell == 2.4.*
Other-Modules: Tests.Old
Tests.Helpers
Tests.Arbitrary