From eb0607c28fc579f114a857273940d9a024c0998f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 4 Feb 2026 19:40:27 -0800 Subject: [PATCH] Add upper bound for pandoc, #7943 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ae75be9..754e8770 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7882,6 +7882,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7941 - typst < 0.9 + + # https://github.com/commercialhaskell/stackage/issues/7943 + - pandoc < 3.9 + - pandoc-cli < 3.9 + - pandoc-server < 0.1.2 + - pandoc-lua-engine < 0.5.1 # end of Stackage upper bounds # end of packages