aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-09-08 23:13:57 -0700
committerJohn MacFarlane <[email protected]>2024-09-08 23:13:57 -0700
commit4c6acac3123688e82b08ab17109fb61a5452c21c (patch)
tree94cf4beba4512c7256392e71d31d1516a00b2f1a /pandoc.cabal
parentace048515fc57b16f7320ec8a8d546b2954e6c47 (diff)
Require doclayout >= 0.5.
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 005b1375f..bcc66326c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -490,7 +490,7 @@ library
data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.6,
directory >= 1.2.3 && < 1.4,
- doclayout >= 0.4.0.1 && < 0.5,
+ doclayout >= 0.5 && < 0.6,
doctemplates >= 0.11 && < 0.12,
emojis >= 0.1.4.1 && < 0.2,
exceptions >= 0.8 && < 0.11,