summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-12-01 15:39:54 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:40 +0100
commit06eb9cfb349ca6ccfde3d1938fcd13ddc65f5cb6 (patch)
treef32d078511443a5c00640e76258e4fcc1cab8224 /pandoc.cabal
parent4fe499d3f29c0ed6ffe23299ca581a11563f7c9d (diff)
Make Txt2Tags test pass.
We don't have a good way to set things that aren't in the common state. That will be the next order of business.
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 ef253f79a..dbd0a4d1c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -518,7 +518,8 @@ Test-Suite test-pandoc
containers >= 0.1 && < 0.6,
ansi-terminal >= 0.5 && < 0.7,
executable-path >= 0.0 && < 0.1,
- zip-archive >= 0.2.3.4 && < 0.4
+ zip-archive >= 0.2.3.4 && < 0.4,
+ mtl >= 2.2 && < 2.3
Other-Modules: Tests.Old
Tests.Helpers
Tests.Shared