From 633929c3f9b1550d797583868c4142937e863447 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 3 Dec 2024 11:21:01 -0800 Subject: [PATCH] Depend on latest dev typst-hs. --- cabal.project | 2 +- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index c889140f6088..fd7a572e39ee 100644 --- a/cabal.project +++ b/cabal.project @@ -12,7 +12,7 @@ constraints: skylighting-format-blaze-html >= 0.1.1.2, source-repository-package type: git location: https://github.com/jgm/typst-hs.git - tag: 6f7e7655be7b1dd74d8d0db7aa4725d14e005ef0 + tag: 5a50154c958d09c06fd884dcc4519403f7904bc1 source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index 53fdc2e072ab..cfb1eba906ac 100644 --- a/stack.yaml +++ b/stack.yaml @@ -26,7 +26,7 @@ extra-deps: - git: https://github.com/jgm/texmath.git commit: 4666e68eb1b640d69dc5261748bfe716e3b212c9 - git: https://github.com/jgm/typst-hs.git - commit: 6f7e7655be7b1dd74d8d0db7aa4725d14e005ef0 + commit: 5a50154c958d09c06fd884dcc4519403f7904bc1 - git: https://github.com/pandoc/pandoc-lua-marshal commit: 2dc58d431bb3e4d55999db03c470fbf32970b3d5 - git: https://github.com/jgm/commonmark-hs.git