From a52d930e320c70f1f3965bdc803382106c977faa Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 11 Aug 2024 22:39:47 -0700 Subject: [PATCH] Add upper bound for path, #7503 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f4a26b0b..15629fa34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8470,6 +8470,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7499 - vector-space < 0.19 + + # https://github.com/commercialhaskell/stackage/issues/7503 + - path < 0.9.6 # end of Stackage upper bounds # end of packages