From d76202cb9df5c8b419f7e2491df438288e7d48e2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 15 Jan 2021 09:56:53 -0800 Subject: [PATCH] Upper bound `yesod-auth-oauth2` (#5825) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a161674e..95482a44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1065,7 +1065,7 @@ packages: - bugsnag-haskell - gravatar - load-env - - yesod-auth-oauth2 + - yesod-auth-oauth2 < 0.6.2 # https://github.com/commercialhaskell/stackage/issues/5825 - yesod-markdown < 0 # pandoc - yesod-paginator