From fb42a1c79d9a3bd7e215f831c2c9bd6865a1615a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Mar 2024 10:00:41 -0700 Subject: [PATCH] Drop `stack` and bound on `pantry`, per discussion on #7360 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59bcb677..8ad8d9b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5259,9 +5259,9 @@ packages: - ansi-terminal - ansi-terminal-types - companion - - stack (< 9.9.9 || > 9.9.9) && < 2.15.1 + - stack < 0 # was (< 9.9.9 || > 9.9.9) && < 2.15.1 but see https://github.com/commercialhaskell/stackage/issues/7360 - static-bytes - - pantry < 0.10.0 # https://github.com/commercialhaskell/stackage/issues/7360 + - pantry "Torsten Schmits @tek": - exon