From db702a01e20fd0256957c41916ef7b068ceee98d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Aug 2026 22:44:38 -0700 Subject: [PATCH] use released texmath 0.13.2.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 80d28499c..c9f7324b2 100644 --- a/cabal.project +++ b/cabal.project @@ -12,11 +12,6 @@ source-repository-package location: https://github.com/jgm/typst-hs.git tag: d31df63aeb088cbfd8a4b9c23875938cdac4659e -source-repository-package - type: git - location: https://github.com/jgm/texmath.git - tag: 1c62adb8886ddda787c95c7c6f8e497b3d31ef64 - package pandoc flags: +embed_data_files +http diff --git a/pandoc.cabal b/pandoc.cabal index 9e90511d8..8c0093d8e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -561,7 +561,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.13.2.1 && < 0.14, + texmath >= 0.13.2.2 && < 0.14, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.17, diff --git a/stack.yaml b/stack.yaml index 0d07eda33..e11335585 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,10 +27,9 @@ extra-deps: - typst-symbols-0.3 - djot-0.1.4.2 - asciidoc-0.1.0.5 +- texmath-0.13.2.2 - git: https://github.com/jgm/typst-hs.git commit: d31df63aeb088cbfd8a4b9c23875938cdac4659e -- git: https://github.com/jgm/texmath.git - commit: 1c62adb8886ddda787c95c7c6f8e497b3d31ef64 # needed because not yet in nixpkgs: - pandoc-types-1.23.1.2 # needed because not yet in nixpkgs: