aboutsummaryrefslogtreecommitdiff
path: root/cabal.project
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2019-08-15 22:53:02 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2019-08-16 20:52:15 +0200
commit813e1fc7e0705f11ff374ffd525e8868edd0045a (patch)
tree549bfa68f8408efd65b81bb4c2671780f6546624 /cabal.project
parent903d2f98c6a7209e3bd2b7f9adabb7688b87c3c3 (diff)
downloadpandoc-813e1fc7e0705f11ff374ffd525e8868edd0045a.tar.gz
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 'cabal.project')
-rw-r--r--cabal.project5
1 files changed, 5 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project
index b6846aac0..55a33733f 100644
--- a/cabal.project
+++ b/cabal.project
@@ -12,3 +12,8 @@ source-repository-package
type: git
location: https://github.com/jgm/pandoc-citeproc
tag: 6d62678ece91bbb4fe4f5a99695006e1d53c3bae
+
+source-repository-package
+ type: git
+ location: https://github.com/jgm/pandoc-types
+ tag: 996a61018e406aa1e333e9085e84a04c83804c34