summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-04-03 09:47:16 +0200
committerGitHub <noreply@github.com>2017-04-03 09:47:16 +0200
commite62fbc1c3cad8ce504ccf0538ad9f065d46e223b (patch)
treedb77a4749b71be5417800a8f126f54487a4fd42e /pandoc.cabal
parente281a7cda0b7901995705138f10a3748004abff4 (diff)
parente7eb21ecca46daaf240e33584c55b9d5101eebc7 (diff)
Merge pull request #3550 from tarleb/lua-readers-submodule
Lua module: add readers submodule
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index dfa63cd07..246b36841 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
@@ -457,6 +458,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,