From eca260b580adc2766c2abbe56c48235213ac07df Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 27 Aug 2025 22:15:49 -0700 Subject: [PATCH] Add bound on `generic-lens` (#7828) Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b814965f..f6ef97f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8047,6 +8047,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7822 - jose < 0.12 + + # https://github.com/commercialhaskell/stackage/issues/7828 + - generic-lens < 2.3 # end of Stackage upper bounds # end of packages