From 5a63766132f6b60ccfbbfc77d4185e912051b3e3 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Fri, 5 Mar 2021 11:51:43 -0500 Subject: [PATCH] Re-enable pbrisbin and Freckle packages - The issue with yesod-auth-oauth2 is fixed. - yesod-markdown, bcp47*, faktory, and hspec-expectations-json have all had releases with relaxed upper bounds We're watching https://packdeps.haskellers.com/ more closely now, so hopefully these will break less. --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 093bf9ba..10293639 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1068,16 +1068,16 @@ packages: - bugsnag-haskell - gravatar - load-env - - yesod-auth-oauth2 < 0.6.2 # https://github.com/commercialhaskell/stackage/issues/5825 - - yesod-markdown < 0 # pandoc + - yesod-auth-oauth2 + - yesod-markdown - yesod-paginator # Freckle packages I'm maintaining for us - - bcp47 < 0 # aeson, megaparsec, text - - bcp47-orphans < 0 # esqueleto, text - - faktory < 0 # megaparsec - - graphula < 0 # aeson, base, bytestring, generics-eot, unliftio-core - - hspec-expectations-json < 0 # aeson, text + - bcp47 + - bcp47-orphans + - faktory + - graphula < 0 # generics-eot + - hspec-expectations-json - yesod-page-cursor "Felipe Lessa @meteficha":