From 20c87962e35c4059dcc01729e30a219527f5e041 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Thu, 3 Oct 2019 21:59:06 -0700 Subject: [PATCH] Use texmath 0.11.3 --- pandoc.cabal | 2 +- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index 74810683a..71d2058f3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -385,7 +385,7 @@ library safe >= 0.3 && < 0.4, zip-archive >= 0.2.3.4 && < 0.5, HTTP >= 4000.0.5 && < 4000.4, - texmath >= 0.11.2.3 && < 0.12, + texmath >= 0.11.3 && < 0.12, xml >= 1.3.12 && < 1.4, split >= 0.2 && < 0.3, random >= 1 && < 1.2, diff --git a/stack.yaml b/stack.yaml index 444f13f68..d29fbe8f9 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,7 +13,7 @@ packages: extra-deps: - pandoc-citeproc-0.16.3 - pandoc-types-1.17.6.1 -- texmath-0.11.2.3 +- texmath-0.11.3 - skylighting-0.8.2.3 - skylighting-core-0.8.2.3 - regex-pcre-builtin-0.95.0.8.8.35