diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-03-30 19:30:56 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-03-30 19:32:07 -0700 |
| commit | 6ee03849aa475c2b74d18d0dc518368afaa18370 (patch) | |
| tree | 3e5153980d77e84969a559508436d5ad656086e0 | |
| parent | 2792d218b126a7d1771eb5f0b3cb9018b605f213 (diff) | |
Use current dev version of 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 dfdbb592d..02f522424 100644 --- a/cabal.project +++ b/cabal.project @@ -15,4 +15,4 @@ source-repository-package source-repository-package type: git location: https://github.com/jgm/texmath - tag: a22c43333930dfe59a9be97ab0516aef5338959c + tag: 66e747472d87b2379f4224dd8efb5950e3aef966 diff --git a/stack.yaml b/stack.yaml index 2422bff46..8e1c8fd8b 100644 --- a/stack.yaml +++ b/stack.yaml @@ -25,7 +25,7 @@ extra-deps: - git: https://github.com/jgm/typst-hs commit: 926d1c60c80cc9f205e31b7f070835665c2817dd - git: https://github.com/jgm/texmath - commit: a22c43333930dfe59a9be97ab0516aef5338959c + commit: 66e747472d87b2379f4224dd8efb5950e3aef966 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
