From 35335ee90cf2adc42db6e150250c8204ccee7bf1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Mar 2024 10:26:30 -0800 Subject: [PATCH] add constraint "hoauth2 < 2.13.0" per #7340 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2ac97a4..1312adda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8552,6 +8552,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7335 - cookie < 0.5 + # https://github.com/commercialhaskell/stackage/issues/7340 + - hoauth2 < 2.13.0 + # end of Stackage upper bounds # end of packages