summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-07 13:44:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-07 13:44:19 -0700
commit17e48ba81e4bb339b7bc08aed9b42c592bdbcd01 (patch)
treeac389f54ae465ac1e7ad70c14cd7502014cb0838 /pandoc.cabal
parent44dad5286631748b6ed8571f2bcf6a7828e06a79 (diff)
parentd293dd528b7f5f97a6edde6a7ae9381b36828f60 (diff)
Merge pull request #1494 from jkr/math-module
Math module
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 66b4d61c4..815fb6b87 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -324,6 +324,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,