aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-07-07 11:13:03 -0600
committerJohn MacFarlane <jgm@berkeley.edu>2014-07-07 11:13:03 -0600
commit186b8e71e0676f8f64dab3ff6111376e8de85b07 (patch)
tree996fb68390bb5a3c2939fc012ebcc6a77ef3ca79 /pandoc.cabal
parent5ea21760d901a7dc0712075e56abea2e00e0f12a (diff)
parentd77ccbba633b14e84525696038785cc31fe9bfc0 (diff)
downloadpandoc-186b8e71e0676f8f64dab3ff6111376e8de85b07.tar.gz
Merge pull request #1397 from jkr/equations
Docx Reader: Parse Docx OMML math/equations
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 eeb233d3d..f92d43a34 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -329,6 +329,7 @@ Library
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
Text.Pandoc.Readers.Docx.Reducible,
Text.Pandoc.Readers.Docx.Parse,
+ Text.Pandoc.Readers.Docx.TexChar,
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,
Text.Pandoc.MIME,