summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2018-01-16 12:50:37 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2018-01-16 13:22:02 -0500
commitae8c0cdba82c9cfb847025c3f5ca410407b0fb96 (patch)
tree9eb95b83ccbcc97a4273e107f92d2b7abdc6de3b /pandoc.cabal
parent404706d29a8f45b43ef2ef13e93d1786dde863a0 (diff)
Docx reader: Parse instrText info in fldChar tags.
We introduce a new module, Text.Pandoc.Readers.Docx.Fields which contains a simple parsec parser. At the moment, only simple hyperlink fields are accepted, but that can be extended in the future.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d8d2d7952..61c3a62a8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -508,6 +508,7 @@ library
Text.Pandoc.Readers.Docx.Parse,
Text.Pandoc.Readers.Docx.Util,
Text.Pandoc.Readers.Docx.StyleMap,
+ Text.Pandoc.Readers.Docx.Fields,
Text.Pandoc.Readers.Odt.Base,
Text.Pandoc.Readers.Odt.Namespaces,
Text.Pandoc.Readers.Odt.StyleReader,