From 2cc9defda43bb4827cc6ab3ee08ca4e44685b7bc Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sat, 8 Jun 2024 22:48:35 +0200 Subject: Lua: split Init module into more modules. The module has grown unwieldy and is therefore split into three internal Haskell modules, `Init`, `Module`, and `Run`. --- pandoc-lua-engine/src/Text/Pandoc/Lua.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua.hs') diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua.hs index 0039e1025..6dd7312e0 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua.hs @@ -21,8 +21,8 @@ module Text.Pandoc.Lua , getEngine ) where +import Text.Pandoc.Lua.Custom (loadCustom) import Text.Pandoc.Lua.Engine (getEngine, applyFilter) import Text.Pandoc.Lua.Global (Global (..), setGlobals) -import Text.Pandoc.Lua.Init (runLua, runLuaNoEnv) -import Text.Pandoc.Lua.Custom (loadCustom) +import Text.Pandoc.Lua.Run (runLua, runLuaNoEnv) import Text.Pandoc.Lua.Orphans () -- cgit v1.2.3