From b54628f60383f620d9c30f1e20b6a54226ef6fc7 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Mon, 12 May 2025 22:44:29 -0400 Subject: [PATCH] restrict typst < 0.8 & citeproc < 0.9 (#7750) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c02742cb..3f802407 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3230,7 +3230,7 @@ packages: "John MacFarlane @jgm": - hsb2hs - cmark - - texmath + - texmath < 0.12.10.2 # https://github.com/commercialhaskell/stackage/issues/7750 - skylighting - skylighting-core - pandoc-types @@ -3241,7 +3241,7 @@ packages: - pandoc - pandoc-cli - pandoc-server - - citeproc + - citeproc < 0.9 # https://github.com/commercialhaskell/stackage/issues/7750 - commonmark - commonmark-extensions - commonmark-pandoc @@ -3252,8 +3252,8 @@ packages: - skylighting-format-context - skylighting-format-latex - skylighting-format-typst - - typst - - typst-symbols + - typst < 0.8 # https://github.com/commercialhaskell/stackage/issues/7750 + - typst-symbols < 0.1.8 # https://github.com/commercialhaskell/stackage/issues/7750 "Karun Ramakrishnan @karun012": - doctest-discover