aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-09 13:40:24 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-09 13:40:24 -0800
commite17127dc2827502725acdc8d4c5e0a7a369b4201 (patch)
tree7d2a8c5522a983d73735bcea7a3f71bdef3baca9 /pandoc.cabal
parent1c23e3a824bc4d850a908193443ad1915a3ebc61 (diff)
downloadpandoc-e17127dc2827502725acdc8d4c5e0a7a369b4201.tar.gz
Re-add a needed dependency for benchmark.
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 4fde0fa43..f277d5e6c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -829,4 +829,5 @@ benchmark benchmark-pandoc
tasty,
tasty-bench >= 0.2 && <= 0.3,
mtl >= 2.2 && < 2.3,
+ text >= 1.1.1.0 && < 1.3,
time