aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2022-10-06 12:57:46 +0200
committerAlbert Krewinkel <[email protected]>2022-10-06 13:45:55 +0200
commitafbf732a830074cb01804d9808cc8334a1572c8e (patch)
tree28f9780e98ce25e450ef3ddbccb2116dba89e3b0 /pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs
parent3206506696d30063c4999dbcb3ce9080018740d2 (diff)
Lua: cleanup module dependencies
Ensures a cleaner module dependency graph.
Diffstat (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs')
-rw-r--r--pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs
index 8fa0485fc..7eb66b3ca 100644
--- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs
+++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs
@@ -15,8 +15,8 @@ import HsLua
import Text.Pandoc.Error (PandocError)
import Text.Pandoc.Extensions
( getAllExtensions, getDefaultExtensions )
-import Text.Pandoc.Lua.ErrorConversion ()
import Text.Pandoc.Lua.Marshal.Extensions (pushExtensions)
+import Text.Pandoc.Lua.PandocLua ()
import qualified Data.Text as T