From f9281cba9eac7b1559ee2668eb2fa6742d881a29 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 3 Jun 2025 21:02:46 -0700 Subject: [PATCH] Add upper bound for optparse-applicative, #7766 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0100f2ae..da415915 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7882,6 +7882,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7765 - yesod-test < 1.6.22 + + # https://github.com/commercialhaskell/stackage/issues/7766 + - optparse-applicative < 0.19 # end of Stackage upper bounds # end of packages