summaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/pandoc-lua-engine.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-12-13 12:45:36 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2023-01-15 10:47:54 -0800
commitcdf8c69fb94aeae4f0284a6b534321552d4bed2a (patch)
treef26ed1b4107bc21805bb0409f496f616a5b72cec /pandoc-lua-engine/pandoc-lua-engine.cabal
parent932053d97026387c2f2658a16e45aec6e88b4f05 (diff)
Lua: add module `pandoc.structure`.
Adds support for table of contents and chunks handling. The function `make_sections` has been given a friendlier interface and was moved to the new module; the old `pandoc.utils.make_sections` has been deprecated.
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
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 0c136fe9d..55cc37fc1 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -69,6 +69,7 @@ library
, Text.Pandoc.Lua.Filter
, Text.Pandoc.Lua.Global
, Text.Pandoc.Lua.Init
+ , Text.Pandoc.Lua.Marshal.Chunks
, Text.Pandoc.Lua.Marshal.CommonState
, Text.Pandoc.Lua.Marshal.Context
, Text.Pandoc.Lua.Marshal.Format
@@ -83,6 +84,7 @@ library
, Text.Pandoc.Lua.Module.MediaBag
, Text.Pandoc.Lua.Module.Pandoc
, Text.Pandoc.Lua.Module.Scaffolding
+ , Text.Pandoc.Lua.Module.Structure
, Text.Pandoc.Lua.Module.System
, Text.Pandoc.Lua.Module.Template
, Text.Pandoc.Lua.Module.Types