aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-09 20:22:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-09 20:22:06 -0700
commiteed1274fcaa0348fd08624eaa863ad26248958de (patch)
tree6000aeb164abda25f1cce788e18e37e5180d7438 /pandoc.cabal
parentc2a0d47c7b15483efa565ab2b6d9fa836e3a8818 (diff)
parentecb42cc002f892295ea33711947338580f60522b (diff)
downloadpandoc-eed1274fcaa0348fd08624eaa863ad26248958de.tar.gz
Merge pull request #1509 from jkr/symbol
Parse "w:sym"
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 c2e742faa..d11e6f659 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -327,6 +327,7 @@ Library
Text.Pandoc.Readers.Docx.Reducible,
Text.Pandoc.Readers.Docx.Parse,
Text.Pandoc.Readers.Docx.OMath,
+ Text.Pandoc.Readers.Docx.Fonts
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,
Text.Pandoc.MIME,