aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-11-13 10:44:05 +0100
committerAlbert Krewinkel <albert+github@zeitkraut.de>2020-11-17 09:46:30 +0100
commit94c9028819415a874b2469890de44108a98f8c48 (patch)
tree7d91cd2477b7be8b99451413920dd2c74a72e79e /pandoc.cabal
parentc9ada73caca108b912d4c1289cffc9a7fcd66ce0 (diff)
downloadpandoc-94c9028819415a874b2469890de44108a98f8c48.tar.gz
JATS writer: move Table handling to separate module
This makes it easier to split the module into smaller parts.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b8e70f8dc..7db8f1196 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -629,6 +629,8 @@ library
Text.Pandoc.Readers.Metadata,
Text.Pandoc.Readers.Roff,
Text.Pandoc.Writers.Docx.StyleMap,
+ Text.Pandoc.Writers.JATS.Table,
+ Text.Pandoc.Writers.JATS.Types,
Text.Pandoc.Writers.Roff,
Text.Pandoc.Writers.Powerpoint.Presentation,
Text.Pandoc.Writers.Powerpoint.Output,