aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-11 21:05:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-11 21:05:27 -0700
commit972012a42a92351efa156f836c7899ca886ab068 (patch)
treea469259cdc47fde9b2dc14855e28ec8e57ec54a7 /pandoc.cabal
parent906e6016bb33aa1d5a20edc45c91836289caf52f (diff)
downloadpandoc-972012a42a92351efa156f836c7899ca886ab068.tar.gz
Require doclayout >= 0.3.1.1.
This fixes recognition of "real widths" of emoji characters, which is important for tabular layout.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 50f33c937..82938c085 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -542,7 +542,7 @@ library
data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.5,
directory >= 1.2.3 && < 1.4,
- doclayout >= 0.3.0.1 && < 0.4,
+ doclayout >= 0.3.1.1 && < 0.4,
doctemplates >= 0.10 && < 0.11,
emojis >= 0.1 && < 0.2,
exceptions >= 0.8 && < 0.11,