summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-08-07 12:20:22 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-08-07 12:20:22 -0400
commita7967d1aeff0336ef4fb50175865747a88ec1a17 (patch)
tree4551e2144681479680880b3b364cdd98e0202a0c /pandoc.cabal
parent13f26af84f3164cc436599d6005cbaac92f0774a (diff)
Docx reader: Split math out into math module.
Could use some cleanup, but this is the first step for getting an OMML reader into TeXMath.
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 b30ce37aa..44dbf3d87 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -323,6 +323,7 @@ Library
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
Text.Pandoc.Readers.Docx.Reducible,
Text.Pandoc.Readers.Docx.Parse,
+ Text.Pandoc.Readers.Docx.OMath,
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,
Text.Pandoc.MIME,