From 3ed886162c37f7f52d6f1034b52ab358474a12e6 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 22 Apr 2024 21:36:42 -0500 Subject: [PATCH] Add an upper bound for QuickCheck, #7391 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbe580fc..c839bd43 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8431,6 +8431,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7381 - network < 3.2 + + # https://github.com/commercialhaskell/stackage/issues/7391 + - QuickCheck < 2.15 # end of Stackage upper bounds # end of packages