diff options
| author | John MacFarlane <[email protected]> | 2025-05-26 18:41:16 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-26 18:41:16 -0700 |
| commit | dfdbeedda32dc316df5d6d3e2c7e9709b7ff8c7a (patch) | |
| tree | 6e6145dbd543ac16f441661b16c53a9496bcf52c | |
| parent | be43c0f16d7ae80a4685e824f0f356b701f0c959 (diff) | |
Use lastest dev texmath.
| -rw-r--r-- | cabal.project | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project index 43a2e7c97..91ca402d2 100644 --- a/cabal.project +++ b/cabal.project @@ -12,4 +12,4 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, source-repository-package type: git location: https://github.com/jgm/texmath.git - tag: 72c09572909cfbc59890684b5e7f40c753e0b977 + tag: d8919a615620522de4bb61214bc76ac18b4caba3 diff --git a/stack.yaml b/stack.yaml index 2c1e9ce3c..ff7b39dcb 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,7 +17,7 @@ extra-deps: - citeproc-0.9.0.1 - typst-0.8 - git: https://github.com/jgm/texmath.git - commit: 72c09572909cfbc59890684b5e7f40c753e0b977 + commit: d8919a615620522de4bb61214bc76ac18b4caba3 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.22 |
