From 0120fc46d73eeab9ed7a0656b20784651ac779c3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Oct 2025 07:54:36 -0700 Subject: [PATCH] Add upper bound on `parallel` for #7862 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8f9f079..164a5e03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7928,6 +7928,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7857 - QuickCheck < 2.17.0.0 + + # https://github.com/commercialhaskell/stackage/issues/7862 + - parallel < 3.3 # end of Stackage upper bounds # end of packages