From de65545f627e6a907947238e451097e4bcfb927f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 28 Aug 2025 16:02:32 +0800 Subject: [PATCH] need to bound generic-lens-core and generic-optics too (#7828) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ef97f8..2c79f1c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8050,6 +8050,8 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7828 - generic-lens < 2.3 + - generic-lens-core < 2.3 + - generic-optics < 2.3 # end of Stackage upper bounds # end of packages