From 32ecd195bda8af679464361f541a333d03656dc0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 29 Mar 2016 22:56:47 -0700 Subject: Use texmath >= 0.8.6.1. This fixes behavior of roots, e.g. `\sqrt[3]{x}`. See #2824. --- pandoc.cabal | 2 +- stack.yaml | 3 ++- 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' -- cgit v1.2.3