From ce1aca4a322c91a76d4bf5e4b93d48184d0a54a0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 22 Oct 2021 16:42:21 -0700 Subject: Use texmath 0.12.3.2 --- cabal.project | 5 ----- pandoc.cabal | 2 +- stack.yaml | 3 +-- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/cabal.project b/cabal.project index 9c4e74f52..28d7693c4 100644 --- a/cabal.project +++ b/cabal.project @@ -8,11 +8,6 @@ source-repository-package location: https://github.com/jgm/citeproc.git tag: 673a7fb643d24a3bb0f60f8f29e189c0ba7ef15b -source-repository-package - type: git - location: https://github.com/jgm/texmath.git - tag: c046e6e5a93510f2c37dbc700f82a2c53ed87b5f - source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git diff --git a/pandoc.cabal b/pandoc.cabal index c955b5ae4..17bfb6b5a 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -577,7 +577,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.3.1 && < 0.12.4, + texmath >= 0.12.3.2 && < 0.12.4, text >= 1.1.1.0 && < 1.3, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.13, diff --git a/stack.yaml b/stack.yaml index fb7aa5143..3a01d5b88 100644 --- a/stack.yaml +++ b/stack.yaml @@ -26,8 +26,7 @@ extra-deps: - tasty-hslua-1.0.0 - tasty-lua-1.0.0 - pandoc-types-1.22.1 -- git: https://github.com/jgm/texmath.git - commit: 19700530733707284bb41f24add757f19ca23430 +- texmath-0.12.3.2 - git: https://github.com/jgm/citeproc.git commit: 673a7fb643d24a3bb0f60f8f29e189c0ba7ef15b - git: https://github.com/jgm/commonmark-hs.git -- cgit v1.2.3