aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-04-14 19:07:55 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2017-04-14 19:07:55 +0200
commit0add4253e6dc5c3cdca894c5bb312428fe3d31b3 (patch)
tree94c17edaa89af706104fcd5518e8de28720bd57a /pandoc.cabal
parentfeb1c1a9301667cc3b6c36c5fda65c7014cfcdcf (diff)
downloadpandoc-0add4253e6dc5c3cdca894c5bb312428fe3d31b3.tar.gz
Avoid repeating StackValue instances definitions
The lua filters and custom lua writer system defined very similar StackValue instances for strings and tuples. These instance definitions are extracted to a separate module to enable sharing.
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 255a4ab65..f8cc78c64 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -457,6 +457,7 @@ Library
Text.Pandoc.Readers.Org.Shared,
Text.Pandoc.Lua.Compat,
Text.Pandoc.Lua.PandocModule,
+ Text.Pandoc.Lua.SharedInstances,
Text.Pandoc.Lua.StackInstances,
Text.Pandoc.Lua.Util,
Text.Pandoc.CSS,