From a4872aa223dfd6611eb67f0f92c77ad50a37a0ac Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 23 Jul 2025 18:46:12 -0700 Subject: Use dev texmath. --- cabal.project | 5 +++++ stack.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index 14d359de0..e3a3eb97f 100644 --- a/cabal.project +++ b/cabal.project @@ -14,4 +14,9 @@ source-repository-package location: https://github.com/jgm/citeproc.git tag: 723d22a112a15a8f287d4db68ba05e9083facfec +source-repository-package + type: git + location: https://github.com/jgm/texmath.git + tag: 77e20978ffcdec4ca50bbb809f061850c0998560 + -- TODO: release new skylighting-core, skylighting diff --git a/stack.yaml b/stack.yaml index 19f481e2e..9aa091f15 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,8 +22,8 @@ extra-deps: - typst-symbols-0.1.8.1 - texmath-0.12.10.3 - typst-0.8.0.1 -- git: https://github.com/jgm/citeproc.git - commit: 723d22a112a15a8f287d4db68ba05e9083facfec +- git: https://github.com/jgm/texmath.git + commit: 77e20978ffcdec4ca50bbb809f061850c0998560 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.22 -- cgit v1.2.3