aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-29 22:56:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-29 22:57:37 -0700
commit32ecd195bda8af679464361f541a333d03656dc0 (patch)
tree79df75f9e149ea71783a071d9e277cd8c6f7a7b4 /pandoc.cabal
parent53fb682e77b268771348d08c53f679d896b3a9b7 (diff)
downloadpandoc-32ecd195bda8af679464361f541a333d03656dc0.tar.gz
Use texmath >= 0.8.6.1.
This fixes behavior of roots, e.g. `\sqrt[3]{x}`. See #2824.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 578cdf2ee..8fca917d9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -257,7 +257,7 @@ Library
text >= 0.11 && < 1.3,
zip-archive >= 0.2.3.4 && < 0.4,
HTTP >= 4000.0.5 && < 4000.4,
- texmath >= 0.8.4.1 && < 0.9,
+ texmath >= 0.8.6.1 && < 0.9,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,