diff options
| author | Albert Krewinkel <[email protected]> | 2024-04-18 14:32:15 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-05-10 19:03:29 -0700 |
| commit | e5c135e68ecde81296ca045c9c362461b83ef4a4 (patch) | |
| tree | 7ea19c3b41552291d1a65f172da83fcde72968cf /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | 673edabac0f01124cb412fecdc6f440aa77db6b4 (diff) | |
Lua: add a `pandoc.log` module.
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index a4c2a5fda..36069ee59 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -75,6 +75,7 @@ library , Text.Pandoc.Lua.Marshal.Context , Text.Pandoc.Lua.Marshal.Format , Text.Pandoc.Lua.Marshal.ImageSize + , Text.Pandoc.Lua.Marshal.LogMessage , Text.Pandoc.Lua.Marshal.PandocError , Text.Pandoc.Lua.Marshal.ReaderOptions , Text.Pandoc.Lua.Marshal.Reference @@ -85,6 +86,7 @@ library , Text.Pandoc.Lua.Module.Format , Text.Pandoc.Lua.Module.Image , Text.Pandoc.Lua.Module.JSON + , Text.Pandoc.Lua.Module.Log , Text.Pandoc.Lua.Module.MediaBag , Text.Pandoc.Lua.Module.Pandoc , Text.Pandoc.Lua.Module.Scaffolding @@ -96,6 +98,7 @@ library , Text.Pandoc.Lua.Module.Utils , Text.Pandoc.Lua.Orphans , Text.Pandoc.Lua.PandocLua + , Text.Pandoc.Lua.SourcePos , Text.Pandoc.Lua.Writer.Classic , Text.Pandoc.Lua.Writer.Scaffolding |
