diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2023-03-20 13:58:09 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2023-03-20 16:06:18 +0100 |
| commit | ed5197f5258fa52de7676980799ddc47fa4f2278 (patch) | |
| tree | 1974f49d075f343527c934089d9fabe940da63d5 /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | 5af2d70b0da46e74672a9089c51b9ad5d883d6ef (diff) | |
Lua: load text module as `pandoc.text`.
This only affects the name in the Lua-internal documentation. It is
still possible to load the modules via `require 'text'`, although this
is deprecated.
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 35cfde763..7501eae9e 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -88,6 +88,7 @@ library , Text.Pandoc.Lua.Module.Structure , Text.Pandoc.Lua.Module.System , Text.Pandoc.Lua.Module.Template + , Text.Pandoc.Lua.Module.Text , Text.Pandoc.Lua.Module.Types , Text.Pandoc.Lua.Module.Utils , Text.Pandoc.Lua.Orphans |
