diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-09-06 21:06:28 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-09-06 21:06:28 -0700 |
| commit | 1c7a57f0698aebe2a6c8563387588da025ab5212 (patch) | |
| tree | f568f6fa72b324a02175ffb2623b21d2c7c305f3 /stack.yaml | |
| parent | a4725671159b8e79f855c6fd0cdc9eb7cb2d1f7d (diff) | |
Depend on dev texmath.
Closes #9063.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 8c873ed4e..621c36330 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,10 +22,12 @@ extra-deps: - typst-symbols-0.1.4 - toml-parser-1.3.0.0 - typst-0.3.2.0 -- texmath-0.12.8.1 - skylighting-core-0.14 - skylighting-0.14 - skylighting-format-blaze-html-0.1.1.1 +- git: https://github.com/jgm/texmath + commit: be603d75ef10fb66691496ad2b35aa102e985c7d + ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-21.7 |
