aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-04-20 10:54:46 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2021-04-20 10:57:54 +0200
commit0b74bbbdaa643a473e26ea14d0a94efac6078d8c (patch)
treef8299e8a9d52a290e6f7186a8d2dd7b31ba67ac3 /pandoc.cabal
parent3ab08fe2fb0ba7e786e7d2e89219d254b7753dd3 (diff)
downloadpandoc-0b74bbbdaa643a473e26ea14d0a94efac6078d8c.tar.gz
Docx writer: extract Table handling into separate module
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 744f3f095..14d2da0ae 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -657,6 +657,8 @@ library
Text.Pandoc.Readers.Metadata,
Text.Pandoc.Readers.Roff,
Text.Pandoc.Writers.Docx.StyleMap,
+ Text.Pandoc.Writers.Docx.Table,
+ Text.Pandoc.Writers.Docx.Types,
Text.Pandoc.Writers.JATS.References,
Text.Pandoc.Writers.JATS.Table,
Text.Pandoc.Writers.JATS.Types,