From 190684002f7d72bbfd3593d2d13267c9361fbdc7 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 9 Dec 2020 09:38:37 -0500 Subject: [PATCH 1/4] Re-enable and add Freckle packages --- build-constraints.yaml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3844d0b6..bd90d2fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1057,12 +1057,21 @@ packages: - asciidiagram "Patrick Brisbin @pbrisbin": - - bugsnag-haskell < 0 # via yesod-core + - bugsnag-haskell - gravatar - load-env - - yesod-auth-oauth2 < 0 # via hoauth2 & yesod-core - - yesod-markdown < 0 # pbrisbin/yesod-markdown#65 - - yesod-paginator < 0 # via persistent + - yesod-auth-oauth2 + - yesod-markdown + - yesod-paginator + + # Freckle packages I'm maintaining for us + - bcp47 + - bcp47-orphan + - faktory + - graphula + - generics-eot # 3rd party, but needed by Graphula + - hspec-expectations-json + - yesod-page-cursor "Felipe Lessa @meteficha": - fb @@ -4072,7 +4081,7 @@ packages: - codec-beam "Chris Parks @cdparks": - - closed < 0 # via persistent + - closed "Chris Coffey @ChrisCoffey": - servant-tracing < 0 # via servant-server From 8897a5c20819505afe831abc6286096390afe886 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 9 Dec 2020 09:55:10 -0500 Subject: [PATCH 2/4] Package name typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd90d2fc..2d02ae66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1066,7 +1066,7 @@ packages: # Freckle packages I'm maintaining for us - bcp47 - - bcp47-orphan + - bcp47-orphans - faktory - graphula - generics-eot # 3rd party, but needed by Graphula From 74d7935276cf42ed9edb60c81986190874345523 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 9 Dec 2020 10:13:26 -0500 Subject: [PATCH 3/4] Re-disable some packages --- build-constraints.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d02ae66..03d742ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1060,17 +1060,16 @@ packages: - bugsnag-haskell - gravatar - load-env - - yesod-auth-oauth2 - - yesod-markdown + - yesod-auth-oauth2 < 0 # hoauth2-1.16.0 + - yesod-markdown < 0 # pandoc - yesod-paginator # Freckle packages I'm maintaining for us - - bcp47 - - bcp47-orphans - - faktory - - graphula - - generics-eot # 3rd party, but needed by Graphula - - hspec-expectations-json + - 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 # base, text - yesod-page-cursor "Felipe Lessa @meteficha": From 7e1e8af9fecdd3d27d26c486533da625771af21a Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 9 Dec 2020 10:14:06 -0500 Subject: [PATCH 4/4] Typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03d742ee..beba34fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1069,7 +1069,7 @@ packages: - bcp47-orphans < 0 # esqueleto, text - faktory < 0 # megaparsec - graphula < 0 # aeson, base, bytestring, generics-eot, unliftio-core - - hspec-expectations-json # base, text + - hspec-expectations-json < 0 # base, text - yesod-page-cursor "Felipe Lessa @meteficha":