aboutsummaryrefslogtreecommitdiff
path: root/cabal.project
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 /cabal.project
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 'cabal.project')
-rw-r--r--cabal.project5
1 files changed, 5 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project
index 99c3a7815..606d8bb48 100644
--- a/cabal.project
+++ b/cabal.project
@@ -3,6 +3,11 @@ tests: True
flags: +embed_data_files
constraints: aeson >= 2.0.1.0
+source-repository-package
+ type: git
+ location: https://github.com/pandoc/pandoc-lua-marshal
+ tag: 98e3de5087bb533fadbb89720f83f7f7cc3be5bf
+
-- source-repository-package
-- type: git
-- location: https://github.com/jgm/texmath.git