From 933a44cfd30d797a699be8ce06a9a07aa1a28ce8 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 12 Aug 2022 14:28:34 -0500 Subject: [PATCH] Add upper bound for criterion, #6677 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9765c507..9bfe996c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7316,6 +7316,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6675 - quickcheck-instances < 0.3.28 + # https://github.com/commercialhaskell/stackage/issues/6677 + - criterion < 1.6.0 + - criterion-measurement < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of