summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-12-10 23:42:28 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:41 +0100
commit35699ee5339e6a0b865d01246f6553f45551cc78 (patch)
treec1a3f44efa464603ba1dff496c605a483d42edf3 /pandoc.cabal
parentb5d15670223ada11a357161f3b057fae6f852554 (diff)
Fixed up weigh-pandoc and benchmark-pandoc so they build.
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 5a4d58578..4ee4ef689 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -485,7 +485,8 @@ Executable weigh-pandoc
if flag(weigh-pandoc)
Build-Depends: pandoc,
base >= 4.2 && < 5,
- weigh >= 0.0 && < 0.1
+ weigh >= 0.0 && < 0.1,
+ mtl >= 2.2 && < 2.3
Buildable: True
else
Buildable: False