diff options
| author | John MacFarlane <[email protected]> | 2025-03-01 10:56:03 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-03-01 10:56:03 -0800 |
| commit | feaf525461fa9bf1c5cbc2b735ab3db7db1c56e1 (patch) | |
| tree | 5537c01347a617aa9cbea98489ef087afe2b9e05 | |
| parent | 97ec88a16cee291f6fb8c2663fa416f2338c4d30 (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 407e90c49..46c81934f 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: 1e2548e4b5a9c5eeecaf21c0726a0d5d0e635742 + tag: e7ada9071705a2df391aa1a9ac1e913517c47a76 source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index 546d7eb07..5e5eaad89 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: 1e2548e4b5a9c5eeecaf21c0726a0d5d0e635742 + commit: e7ada9071705a2df391aa1a9ac1e913517c47a76 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.0 |
