From 96db10c8d7284beca356da037eacd4391328813e Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 14 Jan 2022 10:48:24 +0100 Subject: [PATCH] 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 --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index f0b142198..dd1c60a77 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -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,