From 84fa901fd640cf279ac51b76820f7b57b04f07a6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 12 May 2021 12:52:04 -0700 Subject: Use texmath 0.12.3. --- pandoc.cabal | 2 +- stack.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index de7951c54..705b574d5 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -486,7 +486,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.2 && < 0.12.3, + texmath >= 0.12.3 && < 0.12.4, text >= 1.1.1.0 && < 1.3, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.10, diff --git a/stack.yaml b/stack.yaml index 32369895f..48821dfe8 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,9 +16,7 @@ extra-deps: - random-1.2.0 - xml-conduit-1.9.1.1 - unicode-collation-0.1.3 -# - texmath-0.12.2 -- git: https://github.com/jgm/texmath - commit: 0c34bb7d229389adc62bcbfe20cfbfdc0c8ccc8d +- texmath-0.12.3 # - citeproc-0.3.0.9 - git: https://github.com/jgm/citeproc commit: f33b370bd1ab5ad5140720369c0586041e433a47 -- cgit v1.2.3