diff options
| author | John MacFarlane <[email protected]> | 2025-02-18 14:38:57 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-02-18 14:38:57 -0800 |
| commit | 3528f405b1e7085f32fc36fb3f8ffbb6a6fb5767 (patch) | |
| tree | 289a7a77b1c4b92b0912158f1527a0d0b29b21a1 | |
| parent | 2530422b745168f9d0b8131238a9969db07ab89e (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 46e6e8a80..fc9cf5dc1 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: 028e3a7876c66fbe09b2f074bd735258f776814b + tag: 1fa5e9cfe6e9d0f56bb1395f7397c5e4d28fa0a2 source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index f024be2d3..7be00bc17 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,7 +19,7 @@ extra-deps: - git: https://github.com/jgm/typst-hs.git commit: 66f0ce38f95a6807dc810111dabd7bd21ca32374 - git: https://github.com/jgm/texmath.git - commit: 028e3a7876c66fbe09b2f074bd735258f776814b + commit: 1fa5e9cfe6e9d0f56bb1395f7397c5e4d28fa0a2 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.0 |
