From f2ab56e6e1ea3111c55df143564e4de927686653 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Feb 2022 06:49:26 -0800 Subject: [PATCH] Disable `yesod` packages failing with `aeson > 2.0` --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ed829f6..2e47dc51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -742,12 +742,12 @@ packages: - wai-extra - wai-websockets - warp-tls - - yesod + - yesod < 0 # via aeson 2, https://github.com/commercialhaskell/stackage/issues/6439 - authenticate - html-conduit - - yesod-auth + - yesod-auth < 0 # via aeson 2, https://github.com/commercialhaskell/stackage/issues/6439 - authenticate-oauth - - yesod-bin + - yesod-bin < 0 # via aeson 2, https://github.com/commercialhaskell/stackage/issues/6439 - yesod-eventsource - yesod-gitrepo - yesod-newsfeed