summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 4ad2005b8..665f3ed21 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -155,8 +155,6 @@ data-files:
data/pandoc.lua
-- lua List module
data/pandoc.List.lua
- -- sample highlighting theme
- data/default.theme
-- bash completion template
data/bash_completion.tpl
-- jats csl
@@ -527,8 +525,10 @@ library
Text.Pandoc.Readers.Org.Shared,
Text.Pandoc.Lua.Filter,
Text.Pandoc.Lua.Init,
+ Text.Pandoc.Lua.Module.MediaBag,
+ Text.Pandoc.Lua.Module.Pandoc,
+ Text.Pandoc.Lua.Module.Utils,
Text.Pandoc.Lua.Packages,
- Text.Pandoc.Lua.PandocModule,
Text.Pandoc.Lua.StackInstances,
Text.Pandoc.Lua.Util,
Text.Pandoc.CSS,