summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-01-14 10:48:24 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2022-01-14 11:05:19 +0100
commit96db10c8d7284beca356da037eacd4391328813e (patch)
tree527a18b103ae9a15fc18e66320e4091b9173d4ce
parented2ab2e2b0eada8e4c4728f23adf96d55eba8172 (diff)
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
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
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,