diff options
| author | John MacFarlane <[email protected]> | 2025-05-26 16:54:05 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-26 16:54:41 -0700 |
| commit | 01c024ed34bf97da44a62f266764337f362fca58 (patch) | |
| tree | c526c42b182d1bdfc9c2ab22f5a26988cf75ec23 | |
| parent | 728bcf0731bbc99f916fa3235ecfa71663081481 (diff) | |
Use latest dev texmath.
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index bcda8d505..43a2e7c97 100644 --- a/cabal.project +++ b/cabal.project @@ -8,3 +8,8 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, skylighting-format-context >= 0.1.0.2, -- for now (commercialhaskell/stackage#7545): data-default-class <= 0.2, data-default <= 0.8 + +source-repository-package + type: git + location: https://github.com/jgm/texmath.git + tag: 72c09572909cfbc59890684b5e7f40c753e0b977 diff --git a/stack.yaml b/stack.yaml index d04514266..2c1e9ce3c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -14,9 +14,10 @@ extra-deps: - skylighting-0.14.6 - skylighting-format-typst-0.1 - typst-symbols-0.1.8.1 -- texmath-0.12.10.2 - citeproc-0.9.0.1 - typst-0.8 +- git: https://github.com/jgm/texmath.git + commit: 72c09572909cfbc59890684b5e7f40c753e0b977 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.22 |
