From b79bf192ec1dee8311bc146bbd876de02ceaf13a Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 13 Dec 2021 12:21:26 +0100 Subject: 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. --- cabal.project | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cabal.project') 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 -- cgit v1.2.3