Require pandoc-lua-marshal 0.1.3.1

Fixes a problem with `List.includes` and `List.find` that caused a Lua
stackoverflow and subsequent program crash.

Fixes: #7831
This commit is contained in:
Albert Krewinkel 2022-01-14 10:48:24 +01:00
parent ed2ab2e2b0
commit 96db10c8d7

View file

@ -491,7 +491,7 @@ library
mtl >= 2.2 && < 2.3,
network >= 2.6,
network-uri >= 2.6 && < 2.8,
pandoc-lua-marshal >= 0.1.3 && < 0.2,
pandoc-lua-marshal >= 0.1.3.1 && < 0.2,
pandoc-types >= 1.22.1 && < 1.23,
parsec >= 3.1 && < 3.2,
pretty >= 1.1 && < 1.2,