diff options
| author | Albert Krewinkel <[email protected]> | 2024-05-27 23:20:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-27 14:20:31 -0700 |
| commit | ad68ff34aeb78e26d98a593dfdaf6bc4933857fc (patch) | |
| tree | 956d1788c84d44d64b9b337ac2dc4d373d218fd3 /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | 205e54c245aaaa347046afd0e0b4008c993e4889 (diff) | |
Lua: add function `pandoc.utils.run_lua_filter` (#9803)
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 2aec20beb..678002e5b 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -67,6 +67,7 @@ library hs-source-dirs: src exposed-modules: Text.Pandoc.Lua other-modules: Text.Pandoc.Lua.Custom + , Text.Pandoc.Lua.Engine , Text.Pandoc.Lua.Filter , Text.Pandoc.Lua.Global , Text.Pandoc.Lua.Init |
