From 67d89ad190f53242d64528ae1cdea3e90b9eac0a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 5 Oct 2024 18:22:13 -0700 Subject: [PATCH] Add upper bound for pandoc and related pkgs, #7529 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 379d1215..09807231 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7995,6 +7995,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7527 - sydtest < 0.18 + # https://github.com/commercialhaskell/stackage/issues/7529 + - pandoc < 3.5 + - pandoc-cli < 3.5 + - pandoc-server < 0.1.0.9 + - pandoc-lua-engine < 0.3.3 + # end of Stackage upper bounds # end of packages