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:
parent
ed2ab2e2b0
commit
96db10c8d7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue