aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-12-21 21:37:40 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2017-12-21 22:42:59 +0100
commitab3c5065847f60f0c3f3b097331a28d27716dc8d (patch)
treef2c2b62c36c9e473116389763be77209d5faff81 /pandoc.cabal
parent6ec7e39b4c525037c26f114e1db4a1afcf97daaa (diff)
downloadpandoc-ab3c5065847f60f0c3f3b097331a28d27716dc8d.tar.gz
Lua modules: move to dedicated submodule
The Haskell module defining the Lua `pandoc` module is moved to Text.Pandoc.Lua.Module.Pandoc. Change: minor
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b8157c65d..bb07e32a2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -523,8 +523,8 @@ library
Text.Pandoc.Readers.Org.Shared,
Text.Pandoc.Lua.Filter,
Text.Pandoc.Lua.Init,
+ Text.Pandoc.Lua.Module.Pandoc,
Text.Pandoc.Lua.Packages,
- Text.Pandoc.Lua.PandocModule,
Text.Pandoc.Lua.StackInstances,
Text.Pandoc.Lua.Util,
Text.Pandoc.CSS,