diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 16997486a..06754ae26 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -247,9 +247,10 @@ Extra-Source-Files: test/odt/odt/*.odt test/odt/markdown/*.md test/odt/native/*.native - test/lua/strmacro.lua - test/lua/plain-to-para.lua test/lua/hello-world-doc.lua + test/lua/markdown-reader.lua + test/lua/plain-to-para.lua + test/lua/strmacro.lua Source-repository head type: git location: git://github.com/jgm/pandoc.git @@ -458,6 +459,7 @@ Library Text.Pandoc.Readers.Org.Shared, Text.Pandoc.Lua.Compat, Text.Pandoc.Lua.PandocModule, + Text.Pandoc.Lua.StackInstances, Text.Pandoc.CSS, Text.Pandoc.UUID, Text.Pandoc.Slides, |