From f45aa6877c7ce760563890125c88eff41775a0b0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 10 Mar 2024 16:19:36 -0700 Subject: [PATCH] add constraint "scotty < 0.22" per #7345 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb8d92fd..31a1d0be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8471,6 +8471,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7340 - hoauth2 < 2.13.0 + # https://github.com/commercialhaskell/stackage/issues/7345 + - scotty < 0.22 + # end of Stackage upper bounds # end of packages