From 3c4887c61ee07cb18b99dd2f3046f05321e83b55 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 1 Jul 2026 21:33:23 -0700 Subject: [PATCH] Add upper bound for falsify, #8063 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c005fb3c..9e6a64c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7843,6 +7843,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/8058 - hackage-revdeps < 0.4 + + # https://github.com/commercialhaskell/stackage/issues/8063 + - falsify < 0.4 # end of Stackage upper bounds # end of packages