summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-04-14 18:26:42 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2017-04-14 18:26:42 +0200
commitfeb1c1a9301667cc3b6c36c5fda65c7014cfcdcf (patch)
tree2aa863d71c0b65abe1363880b124e26516d9d457 /pandoc.cabal
parent1d9742bb5dd976d478db877c48d9ba005ce98098 (diff)
Extract lua helper functions into Lua.Util 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 27ccdb15b..255a4ab65 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -458,6 +458,7 @@ Library
Text.Pandoc.Lua.Compat,
Text.Pandoc.Lua.PandocModule,
Text.Pandoc.Lua.StackInstances,
+ Text.Pandoc.Lua.Util,
Text.Pandoc.CSS,
Text.Pandoc.UUID,
Text.Pandoc.Slides,