From 775cdea3db5ee8eb8d33084b6d96fd9360edff1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:17:30 +0200 Subject: [PATCH] QuickCheck < 2.17.0.0 (#7857). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac4f8f2b..e3060060 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8047,6 +8047,9 @@ packages: - microlens-mtl < 0.2.1.1 - microlens-platform < 0.4.4.2 - microlens-th < 0.4.3.18 + + # https://github.com/commercialhaskell/stackage/issues/7857 + - QuickCheck < 2.17.0.0 # end of Stackage upper bounds # end of packages