From 5053179e209df945e8b196941557548ef690c27b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Jul 2026 14:46:17 -0700 Subject: [PATCH] constrain copilot* to < 4.8 per #8071 --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff9c61bc..bdd2551e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7864,6 +7864,17 @@ packages: # https://github.com/commercialhaskell/stackage/issues/8067 - haskell-src-exts < 1.24 + + # https://github.com/commercialhaskell/stackage/issues/8071 + - copilot < 4.8 + - copilot-c99 < 4.8 + - copilot-core < 4.8 + - copilot-interpreter < 4.8 + - copilot-language < 4.8 + - copilot-libraries < 4.8 + - copilot-prettyprinter < 4.8 + - copilot-theorem < 4.8 + # end of Stackage upper bounds # end of packages