From 81a7019b263e7ac7da6c6b1b17bf44f93a68c598 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 3 Feb 2026 14:51:10 -0800 Subject: [PATCH] Add upper bound for typst, #7941 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e687160..29c085ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7882,6 +7882,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7940 - json-spec < 1.2 + + # https://github.com/commercialhaskell/stackage/issues/7941 + - typst < 0.9 # end of Stackage upper bounds # end of packages