diff options
| author | Albert Krewinkel <[email protected]> | 2022-12-06 08:56:06 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-12-06 11:17:32 +0100 |
| commit | ab4d712a9bdcb312481c42bd68bd1410e5168afd (patch) | |
| tree | d5b0ea0a1c0f43220f1f89df1a6e8ca286379f3b /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | 5db482fefbd4e8f62dc43d795d4d4feada43f7fd (diff) | |
fixup! T.P.Scripting: add CustomComponents, and change...issue8417
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 7cd54a6b6..d58e3e1a6 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -64,7 +64,8 @@ library import: common-options hs-source-dirs: src exposed-modules: Text.Pandoc.Lua - other-modules: Text.Pandoc.Lua.Filter + other-modules: Text.Pandoc.Lua.Custom + , Text.Pandoc.Lua.Filter , Text.Pandoc.Lua.Global , Text.Pandoc.Lua.Init , Text.Pandoc.Lua.Marshal.CommonState @@ -86,7 +87,6 @@ library , Text.Pandoc.Lua.Module.Utils , Text.Pandoc.Lua.Orphans , Text.Pandoc.Lua.PandocLua - , Text.Pandoc.Lua.Custom , Text.Pandoc.Lua.Writer.Classic , Text.Pandoc.Lua.Writer.Scaffolding |
