From bd43f4ec93a0277b02008d60dec8660d6032f6fe Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 29 Apr 2025 14:51:45 -0700 Subject: Use released texmath 0.12.10. --- 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 1c49ac92f..c3a1ed0e9 100644 --- a/cabal.project +++ b/cabal.project @@ -13,8 +13,3 @@ source-repository-package type: git location: https://github.com/jgm/citeproc.git tag: cf5542df8f21085bbfd794eaa5cc40abc605637b - -source-repository-package - type: git - location: https://github.com/jgm/texmath.git - tag: aa0cffc32fd6d3d9e0f219b8583141de99b54a36 diff --git a/pandoc.cabal b/pandoc.cabal index b064658d0..f9e0d8911 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -535,7 +535,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.9 && < 0.13, + texmath >= 0.12.10 && < 0.13, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.15, diff --git a/stack.yaml b/stack.yaml index 0f1a1afa8..7a8161eef 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,10 +16,9 @@ extra-deps: - commonmark-extensions-0.2.6 - commonmark-pandoc-0.2.3 - typst-0.7 +- texmath-0.12.10 - git: https://github.com/jgm/citeproc.git commit: cf5542df8f21085bbfd794eaa5cc40abc605637b -- git: https://github.com/jgm/texmath.git - commit: aa0cffc32fd6d3d9e0f219b8583141de99b54a36 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules -- cgit v1.2.3