aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-05-01 18:52:24 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2021-05-01 18:52:24 +0200
commit3da919e35d02ec1a7e3719e2fdfd699a69d74921 (patch)
tree0719dfb8b3a0ebcdce4a091c1b8b9c289da54d6a /pandoc.cabal
parent56a0d874c76fccfd1cbd1ede2c464446e889d302 (diff)
downloadpandoc-3da919e35d02ec1a7e3719e2fdfd699a69d74921.tar.gz
Add new internal module Text.Pandoc.Writers.GridTable
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 29a5bfc7a..8ea3aa681 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -438,6 +438,7 @@ library
SHA >= 1.6 && < 1.7,
aeson >= 0.7 && < 1.6,
aeson-pretty >= 0.8.5 && < 0.9,
+ array >= 0.5 && < 0.6,
attoparsec >= 0.12 && < 0.15,
base64-bytestring >= 0.1 && < 1.3,
binary >= 0.7 && < 0.11,
@@ -659,6 +660,7 @@ library
Text.Pandoc.Writers.Docx.StyleMap,
Text.Pandoc.Writers.Docx.Table,
Text.Pandoc.Writers.Docx.Types,
+ Text.Pandoc.Writers.GridTable
Text.Pandoc.Writers.JATS.References,
Text.Pandoc.Writers.JATS.Table,
Text.Pandoc.Writers.JATS.Types,