From 4214fc2507fa954814d2ed8b58364f3a13e06486 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 30 Jun 2023 16:33:25 -0700 Subject: [PATCH] Add upper bound for `typst` (#7041) Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aabfe436..ff110874 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3140,7 +3140,7 @@ packages: - skylighting-format-blaze-html - skylighting-format-context - skylighting-format-latex - - typst + - typst < 0.2.0.0 # https://github.com/commercialhaskell/stackage/issues/7041 - typst-symbols #used by texmath "Karun Ramakrishnan @karun012":