aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml2
2 files changed, 2 insertions, 2 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,
diff --git a/stack.yaml b/stack.yaml
index ea06a6437..f4c42c6d1 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -11,7 +11,7 @@ extra-deps:
- skylighting-0.12
- doctemplates-0.10
- emojis-0.1.2
-- doclayout-0.3.1
+- doclayout-0.3.1.1
- git: https://github.com/jgm/pandoc-types.git
commit: f796401eaaab780f83c562e97dbb8c8d4b9974d1
- git: https://github.com/jgm/texmath.git