diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-12-06 16:55:19 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-12-09 09:22:29 -0800 |
commit | fa643ba6d78fd97f0a779840dca32bfea3b296f8 (patch) | |
tree | d99ad99d9cc9e7716790e2bb91eb79a7c235a4f7 /cabal.project | |
parent | 9cbea695c439dd04c9a670107ec729c503d5b368 (diff) | |
download | pandoc-fa643ba6d78fd97f0a779840dca32bfea3b296f8.tar.gz |
Lua: update to latest pandoc-lua-marshal (0.1.1)
- `walk` methods are added to `Block` and `Inline` values; the methods
are similar to `pandoc.utils.walk_block` and
`pandoc.utils.walk_inline`, but apply to filter also to the element
itself, and therefore return a list of element instead of a single
element.
- Functions of name `Doc` are no longer accepted as alternatives for
`Pandoc` filter functions. This functionality was undocumented.
Diffstat (limited to 'cabal.project')
-rw-r--r-- | cabal.project | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 99c3a7815..63c967594 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.git + tag: c24be07a51a6fd5ea2e1ec244b8caf220cea5ce4 + -- source-repository-package -- type: git -- location: https://github.com/jgm/texmath.git |