summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-11-30 13:55:52 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:40 +0100
commit5a02a81b43f1081aa6fb7025428f416cfd4abaa4 (patch)
tree0239e81346fea469268138642eba5d5c29e51a78 /pandoc.cabal
parent3f7b3f5fd06d46c7824f482219ffa4a461f4fef2 (diff)
Have to do some work to get the mediabag out.
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 77ef869a5..ef253f79a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -436,7 +436,8 @@ Executable pandoc
aeson >= 0.7.0.5 && < 1.2,
yaml >= 0.8.8.2 && < 0.9,
containers >= 0.1 && < 0.6,
- HTTP >= 4000.0.5 && < 4000.4
+ HTTP >= 4000.0.5 && < 4000.4,
+ mtl >= 2.2 && < 2.3
if flag(network-uri)
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
else