From 6cf82875ebf1a7dfddf5f263467033f11d5cdc5b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 6 Aug 2020 23:26:50 +0200 Subject: [PATCH] strict upper bound for #5583 --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3591de2..befe484c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4382,7 +4382,7 @@ packages: - NumInstances - Only - ParsecTools - - QuickCheck < 2.14 # https://github.com/commercialhaskell/stackage/issues/5566 + - QuickCheck - RSA - aeson-compat - aeson-extra < 0 # via semialign @@ -4884,6 +4884,10 @@ packages: - tasty < 1.3 - tasty-golden < 2.3.3.3 + # https://github.com/commercialhaskell/stackage/issues/5566 + - QuickCheck < 2.14 + - quickcheck-instances < 0.3.24 + # https://github.com/commercialhaskell/stackage/issues/5349 - typed-uuid < 0.1.0.0 @@ -4927,6 +4931,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5581 - unordered-containers < 0.2.12.0 + # https://github.com/commercialhaskell/stackage/issues/5583 + - strict < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of