diff options
| author | John MacFarlane <[email protected]> | 2025-07-23 18:46:12 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-07-23 18:46:12 -0700 |
| commit | a4872aa223dfd6611eb67f0f92c77ad50a37a0ac (patch) | |
| tree | 82b6a00dc956080cfcd99b2a691639f9f3ce693d | |
| parent | 00e02e110ba7315f951ae71e148bf5bfb039fb8d (diff) | |
Use dev texmath.
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | 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 |
