summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2024-03-29 18:58:36 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2024-03-29 19:03:05 +0100
commit2792d218b126a7d1771eb5f0b3cb9018b605f213 (patch)
tree9c79c2fb0a183310dffba2f928865cee00dd944b
parente4ac26d255ad8748c01301b3319975de39a8f43f (diff)
Require pandoc-lua-marshal 0.2.6
Fixes an issue arising when the value of `content` properties on *BlockQuote*, *Figure*, and *Div* elements was an empty list. Fixes: #9613
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
-rw-r--r--stack.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index 6cc487eea..b4edc0d6e 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -117,7 +117,7 @@ library
, lpeg >= 1.1 && < 1.2
, mtl >= 2.2 && < 2.4
, pandoc >= 3.1.4 && < 3.2
- , pandoc-lua-marshal >= 0.2.2 && < 0.3
+ , pandoc-lua-marshal >= 0.2.6 && < 0.3
, pandoc-types >= 1.22 && < 1.24
, parsec >= 3.1 && < 3.2
, text >= 1.1.1 && < 2.2
diff --git a/stack.yaml b/stack.yaml
index 017781d2c..2422bff46 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -13,6 +13,7 @@ extra-deps:
- commonmark-0.2.6
- commonmark-extensions-0.2.5.4
- commonmark-pandoc-0.2.2.1
+- pandoc-lua-marshal-0.2.6
- tls-2.0.1
- skylighting-format-blaze-html-0.1.1.2
- skylighting-core-0.14.1.1