diff options
| author | John MacFarlane <[email protected]> | 2025-05-28 13:16:26 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-28 13:38:56 -0700 |
| commit | 397f0771808061d4e566dc138892f2ffe0a0435e (patch) | |
| tree | 5f7b3ef531ce5bfc724ddf191a8b0b1e6e94db95 | |
| parent | c27ceac5cf801f64dd24b07bba919d1bb281eb81 (diff) | |
Use latest dev typst.
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index 91ca402d2..54464fa7b 100644 --- a/cabal.project +++ b/cabal.project @@ -13,3 +13,8 @@ source-repository-package type: git location: https://github.com/jgm/texmath.git tag: d8919a615620522de4bb61214bc76ac18b4caba3 + +source-repository-package + type: git + location: https://github.com/jgm/typst-hs.git + tag: a02872064accd949bd0e828103b724f34cc398f1 diff --git a/stack.yaml b/stack.yaml index ff7b39dcb..f1f1ea6bd 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,9 +15,10 @@ extra-deps: - skylighting-format-typst-0.1 - typst-symbols-0.1.8.1 - citeproc-0.9.0.1 -- typst-0.8 - git: https://github.com/jgm/texmath.git commit: d8919a615620522de4bb61214bc76ac18b4caba3 +- git: https://github.com/jgm/typst-hs.git + commit: a02872064accd949bd0e828103b724f34cc398f1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.22 |
