aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-12-21 22:17:37 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2017-12-21 22:42:59 +0100
commit5ad719c1fb6dbf06cbf4f48e57ae4a6d187e0a5e (patch)
treedb614ff542a2e2e6624b48d9881850f7a77c3b1a /pandoc.cabal
parentab3c5065847f60f0c3f3b097331a28d27716dc8d (diff)
downloadpandoc-5ad719c1fb6dbf06cbf4f48e57ae4a6d187e0a5e.tar.gz
Lua modules: make a Haskell module for each Lua module
Definitions for the `pandoc.mediabag` modules are moved to a separate Haskell module. Change: minor
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 bb07e32a2..0b9e46f29 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -523,6 +523,7 @@ 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.Packages,
Text.Pandoc.Lua.StackInstances,