diff options
| author | John MacFarlane <[email protected]> | 2024-12-03 12:01:53 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-12-03 12:01:53 -0800 |
| commit | 3255b5dca66a9c22ef0d09b2185cce5b60415937 (patch) | |
| tree | be2382b660c9ff2ade893ce7d93f530ac3b8aea2 | |
| parent | 633929c3f9b1550d797583868c4142937e863447 (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 fd7a572e3..8aed7f863 100644 --- a/cabal.project +++ b/cabal.project @@ -17,7 +17,7 @@ source-repository-package source-repository-package type: git location: https://github.com/jgm/texmath.git - tag: 4666e68eb1b640d69dc5261748bfe716e3b212c9 + tag: 0b7bb7626505ab59474ae2c119e0c1341ec30d8f source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index cfb1eba90..5a6d7a78d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -24,7 +24,7 @@ extra-deps: commit: 2b6876018a903207c7a9093c5c63b00a4d0980be subdirs: [skylighting-core, skylighting-format-blaze-html] - git: https://github.com/jgm/texmath.git - commit: 4666e68eb1b640d69dc5261748bfe716e3b212c9 + commit: 0b7bb7626505ab59474ae2c119e0c1341ec30d8f - git: https://github.com/jgm/typst-hs.git commit: 5a50154c958d09c06fd884dcc4519403f7904bc1 - git: https://github.com/pandoc/pandoc-lua-marshal |
