aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-13 23:10:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-13 23:13:53 -0700
commit2018f41193ab622cc111bb451f2dca783fde89ba (patch)
treecba54dc96d7392113f20c305891ae1f6aca4d0c7 /pandoc.cabal
parent275594f7f77e9ebb6422d35bc4e6d4f439f6de8e (diff)
downloadpandoc-2018f41193ab622cc111bb451f2dca783fde89ba.tar.gz
Update benchmarks for ghc 8.6.1.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c7a7faa85..b6560396c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -699,6 +699,7 @@ benchmark benchmark-pandoc
time, bytestring, containers,
base >= 4.8 && < 5,
text >= 0.11 && < 1.3,
+ mtl >= 2.2 && < 2.3,
criterion >= 1.0 && < 1.6
if impl(ghc < 8.0)
build-depends: semigroups == 0.18.*