From 397f0771808061d4e566dc138892f2ffe0a0435e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 28 May 2025 13:16:26 -0700 Subject: Use latest dev typst. --- cabal.project | 5 +++++ stack.yaml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3