aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2018-10-26 22:15:25 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2018-10-26 22:24:21 +0200
commit7f70aaa5fa5f69f5f72ff7ee67a1306425052113 (patch)
treeda5a638e0a7cdcee4acb41a70668d2ca016e313f /pandoc.cabal
parentdc572e8a250e7561e39286fda94d7c315f6331a0 (diff)
downloadpandoc-7f70aaa5fa5f69f5f72ff7ee67a1306425052113.tar.gz
Text.Pandoc.Lua: move globals handling to separate module
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 975a70d37..682d67c36 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -541,6 +541,7 @@ library
Text.Pandoc.Writers.Powerpoint.Presentation,
Text.Pandoc.Writers.Powerpoint.Output,
Text.Pandoc.Lua.Filter,
+ Text.Pandoc.Lua.Global,
Text.Pandoc.Lua.Init,
Text.Pandoc.Lua.Module.MediaBag,
Text.Pandoc.Lua.Module.Pandoc,