From 972012a42a92351efa156f836c7899ca886ab068 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 11 Oct 2021 21:05:27 -0700 Subject: Require doclayout >= 0.3.1.1. This fixes recognition of "real widths" of emoji characters, which is important for tabular layout. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.cabal') 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, -- cgit v1.2.3