From 11142be9939f702c2cee65dbc57c8cca579f34b5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 30 Sep 2023 14:46:33 +0800 Subject: [PATCH] disable filepath-bytestring and dependents (#7130) --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bccaf2d5..5f2ee3d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8296,6 +8296,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7129 - lpeg < 1.1 + + # https://github.com/commercialhaskell/stackage/issues/7130 + - filepath-bytestring < 0 + - amqp-utils < 0 + - git-annex < 0 + - spacecookie < 0 # end of Stackage upper bounds # end of packages