From e243cd696f97410ba7d25ffd2800936c16d160bf Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 21 Oct 2022 19:11:45 +0200 Subject: Lua: add pandoc.scaffolding.Writer (#8377) This can be used to reduce boilerplate in custom writers. --- pandoc-lua-engine/pandoc-lua-engine.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal') diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 8ef0cca58..9910b9fef 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -79,6 +79,7 @@ library , Text.Pandoc.Lua.Module.Format , Text.Pandoc.Lua.Module.MediaBag , Text.Pandoc.Lua.Module.Pandoc + , Text.Pandoc.Lua.Module.Scaffolding , Text.Pandoc.Lua.Module.System , Text.Pandoc.Lua.Module.Template , Text.Pandoc.Lua.Module.Types @@ -88,6 +89,7 @@ library , Text.Pandoc.Lua.Reader , Text.Pandoc.Lua.Writer , Text.Pandoc.Lua.Writer.Classic + , Text.Pandoc.Lua.Writer.Scaffolding build-depends: SHA >= 1.6 && < 1.7 , bytestring >= 0.9 && < 0.12 -- cgit v1.2.3