diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-10-21 19:11:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 10:11:45 -0700 |
| commit | e243cd696f97410ba7d25ffd2800936c16d160bf (patch) | |
| tree | 108ded93e77371350a407445799a25e90504e64f /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | 296788ec2be20539ed3450adc4569a94b0d91c49 (diff) | |
Lua: add pandoc.scaffolding.Writer (#8377)
This can be used to reduce boilerplate in custom writers.
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
