From 813e1fc7e0705f11ff374ffd525e8868edd0045a Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 15 Aug 2019 22:53:02 +0200 Subject: 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`. --- cabal.project | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cabal.project') 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 -- cgit v1.2.3