summaryrefslogtreecommitdiff
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
parent53fb682e77b268771348d08c53f679d896b3a9b7 (diff)
Use texmath >= 0.8.6.1.
This fixes behavior of roots, e.g. `\sqrt[3]{x}`. See #2824.
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml3
2 files changed, 3 insertions, 2 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,
diff --git a/stack.yaml b/stack.yaml
index e25ad9b07..1ae854c29 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -7,7 +7,8 @@ flags:
network-uri: true
packages:
- '.'
-extra-deps: []
+extra-deps:
+- texmath-0.8.6.1
# to compile against aeson 0.11.0.0:
# - 'aeson-0.11.0.0'
# - 'fail-4.9.0.0'