aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-11-30 00:43:55 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-11-30 00:43:55 +0100
commitac83d4b806d4ac0bd98a2e977bdb13898483964b (patch)
treebfce19334ffd416a75be833595186b0ff26a97ff /pandoc.cabal
parentfd2cac80ec5570d1206ec72803b4331a65196923 (diff)
downloadpandoc-ac83d4b806d4ac0bd98a2e977bdb13898483964b.tar.gz
Use new module from texmath to lookup MS font codepoints.
+ Removed Text.Pandoc.Readers.Docx.Fonts + Moved its code to texmath; we now use (from texmath 0.9) Text.TeXMath.Unicode.Fonts + Use texmath 0.9 (currently from git). + Updated epub tests because texmath now handles more mathml.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 1ee27d043..fd2e1b585 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -267,7 +267,7 @@ Library
text >= 0.11 && < 1.3,
zip-archive >= 0.2.3.4 && < 0.4,
HTTP >= 4000.0.5 && < 4000.4,
- texmath >= 0.8.6.5 && < 0.9,
+ texmath >= 0.9 && < 0.10,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,
@@ -388,7 +388,6 @@ Library
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
Text.Pandoc.Readers.Docx.Combine,
Text.Pandoc.Readers.Docx.Parse,
- Text.Pandoc.Readers.Docx.Fonts,
Text.Pandoc.Readers.Docx.Util,
Text.Pandoc.Readers.Docx.StyleMap,
Text.Pandoc.Readers.Odt.Base,