diff options
| author | John MacFarlane <[email protected]> | 2025-03-01 20:37:05 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-03-01 20:37:05 -0800 |
| commit | 135e7bbeaf17543b49d3e211d60c5c82ff0ae6ab (patch) | |
| tree | bd1e26e09971bedde59a39006fcf98368c9fbe2d | |
| parent | a0078910fce1342ff13fc7547409a663374d83bd (diff) | |
Use latest 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 2ec449bdb..e31880fd3 100644 --- a/cabal.project +++ b/cabal.project @@ -12,7 +12,7 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, source-repository-package type: git location: https://github.com/jgm/texmath.git - tag: b3ee3609d7284fd37c3cf0cea2401f319befd60a + tag: 22abed57ef3f5d8eb75c7e3e77ba1c617ecda886 source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index a34f95a99..dfded8090 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,7 +19,7 @@ extra-deps: - git: https://github.com/jgm/typst-hs.git commit: 66fa2666c4ae642e1d231010f4fe1621430af346 - git: https://github.com/jgm/texmath.git - commit: b3ee3609d7284fd37c3cf0cea2401f319befd60a + commit: 22abed57ef3f5d8eb75c7e3e77ba1c617ecda886 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.0 |
