From 07a880b80e3248f336dafd2d9fe1b575bccb54f5 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 12 Aug 2022 14:31:48 -0500 Subject: [PATCH] Add upper bound for lens, #6678 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bfe996c1..3ed892c57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7320,6 +7320,9 @@ packages: - criterion < 1.6.0 - criterion-measurement < 0.2 + # https://github.com/commercialhaskell/stackage/issues/6678 + - lens < 5.2 + # end of packages # Package flags are applied to individual packages, and override the values of