diff options
| author | John MacFarlane <[email protected]> | 2025-10-27 08:03:32 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-10-27 08:03:56 +0100 |
| commit | 6f1972351d2255d9aaec83bba8c03d7b50a8f5b2 (patch) | |
| tree | df5b249665b62de6b9829a80cbbc4e18596c5521 | |
| parent | df7d6bc590c838fecf24a2b846cccc505d680033 (diff) | |
stack.yaml - fix syntax.
| -rw-r--r-- | stack.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml index 18e761818..4d43100a6 100644 --- a/stack.yaml +++ b/stack.yaml @@ -21,9 +21,9 @@ extra-deps: - git: https://github.com/jgm/citeproc.git commit: 1a82c13ac1d8e9e07cf69fbf89ba2b57474b8e0f - git: https://github.com/jgm/typst-hs.git - tag: e6eb442bc0efbe3fcf8c1fe5f28be3f0fb278e8b + commit: e6eb442bc0efbe3fcf8c1fe5f28be3f0fb278e8b - git: https://github.com/jgm/texmath.git - tag: 110322589698df20abf3f3a06c070271802ea598 + commit: 110322589698df20abf3f3a06c070271802ea598 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-24.9 |
