diff options
| author | John MacFarlane <[email protected]> | 2025-03-16 11:04:33 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-03-16 11:04:33 -0700 |
| commit | bf9547327b9836b5aa93f7bb655c04ef2d5e07f8 (patch) | |
| tree | 9a78a08e647921db5637fe103c7d1a7b2bc1a7e2 | |
| parent | 7140861a0a2eabd50b9d2eb5ee580bea52c0bdd1 (diff) | |
Fix typo in stack.yaml.
| -rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index cf86b501b..1bb33655b 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,7 +17,7 @@ extra-deps: - commonmark-extensions-0.2.6 - commonmark-pandoc-0.2.3 - typst-0.7 -- texmath-0.12.92 +- texmath-0.12.9 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.0 |
