aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Parse.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-10 06:19:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-10 06:19:41 -0700
commit7ec8dd956f253613510695b5e971eae71d2f5287 (patch)
treeabbfdac53922a64f2214f3cefee8f04218bdaab2 /src/Text/Pandoc/Readers/Docx/Parse.hs
parenteed1274fcaa0348fd08624eaa863ad26248958de (diff)
downloadpandoc-7ec8dd956f253613510695b5e971eae71d2f5287.tar.gz
Removed OMath module, depend on texmath >= 0.8.
Diffstat (limited to 'src/Text/Pandoc/Readers/Docx/Parse.hs')
-rw-r--r--src/Text/Pandoc/Readers/Docx/Parse.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Docx/Parse.hs b/src/Text/Pandoc/Readers/Docx/Parse.hs
index b12062407..7d1171ee3 100644
--- a/src/Text/Pandoc/Readers/Docx/Parse.hs
+++ b/src/Text/Pandoc/Readers/Docx/Parse.hs
@@ -62,7 +62,7 @@ import Control.Monad.Reader
import Control.Applicative ((<$>))
import qualified Data.Map as M
import Text.Pandoc.Compat.Except
-import Text.Pandoc.Readers.Docx.OMath (readOMML)
+import Text.TeXMath.Readers.OMML (readOMML)
import Text.Pandoc.Readers.Docx.Fonts (getUnicode, Font(..))
import Text.TeXMath (Exp)
import Data.Char (readLitChar)