aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2019-08-15 22:53:02 +0200
committerAlbert Krewinkel <[email protected]>2019-08-16 20:52:15 +0200
commit813e1fc7e0705f11ff374ffd525e8868edd0045a (patch)
tree549bfa68f8408efd65b81bb4c2671780f6546624 /stack.yaml
parent903d2f98c6a7209e3bd2b7f9adabb7688b87c3c3 (diff)
Lua: add module for AST element sequence traversal
Lua filters must be able to traverse sequences of AST elements and to replace elements by splicing sequences back in their place. Special `Walkable` instances can be used for this; those are provided in a new module `Text.Pandoc.Lua.Walk`.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
index bd9a9396e..f78f24e2b 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -14,6 +14,8 @@ extra-deps:
# - pandoc-citeproc-0.16.2
- git: https://github.com/jgm/pandoc-citeproc
commit: 6d62678ece91bbb4fe4f5a99695006e1d53c3bae
+- git: https://github.com/tarleb/pandoc-types
+ commit: a087b0174a597b92c5fec4d633c46887c188b496
- ipynb-0.1
- cmark-gfm-0.2.0
- hslua-1.0.3.1