From 986d2ef4df2d5fe07c74a73c626e7ba95cc3b50b 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 481470b0..26567643 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8553,6 +8553,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