From 35699ee5339e6a0b865d01246f6553f45551cc78 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Dec 2016 23:42:28 +0100 Subject: Fixed up weigh-pandoc and benchmark-pandoc so they build. --- pandoc.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pandoc.cabal') 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 -- cgit v1.2.3