aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-12-13 12:21:26 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2021-12-13 08:52:19 -0800
commitb79bf192ec1dee8311bc146bbd876de02ceaf13a (patch)
tree676fc0a023bb6409cbf27ff7015f052c2705db61 /pandoc.cabal
parent0679620f92ea880702cd46e680e837d6841dc3ec (diff)
downloadpandoc-b79bf192ec1dee8311bc146bbd876de02ceaf13a.tar.gz
Lua: support topdown traversals
The traversal order of filters can now be selected by setting the key `traverse` of the filter to either `'topdown'` or `'typewise'`; the default remains `'typewise'`. Topdown traversals can be cut short by returning `false` as a second value from the filter function. No child-element of the returned element is processed in that case.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 69401bc8c..13db955b9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -484,7 +484,7 @@ library
mtl >= 2.2 && < 2.3,
network >= 2.6,
network-uri >= 2.6 && < 2.8,
- pandoc-lua-marshal >= 0.1.2 && < 0.2,
+ pandoc-lua-marshal >= 0.1.3 && < 0.2,
pandoc-types >= 1.22.1 && < 1.23,
parsec >= 3.1 && < 3.2,
pretty >= 1.1 && < 1.2,