From 8103865b706c0015d64d905b75fbaced563ec9a2 Mon Sep 17 00:00:00 2001 From: Michael Gilliland Date: Thu, 18 Mar 2021 11:09:16 -0400 Subject: [PATCH 1/5] Add freckle engineering stanza and include sendgrid-v3 package. This is probably a little unconventional in a few ways. This attempts to add packages maintained by the freckle engineering team to its own stanza. It also takes "stackage ownership" of `sendgrid-v3`, originally requested here https://github.com/marcelbuesing/sendgrid-v3/issues/13 Ping @pbrisbin since I moved your Freckle packages and @marcelbuesing since `sendgrid-v3` is your package. --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index df346b28..81251ecf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1085,17 +1085,15 @@ packages: - yesod-markdown - yesod-paginator - # Freckle packages I'm maintaining for us + "Freckle Engineering github.com/freckle": - bcp47 - bcp47-orphans - faktory - graphula - hspec-expectations-json - yesod-page-cursor < 0 # https://github.com/commercialhaskell/stackage/issues/5948 - - "Michael Gilliland @mjgpy3": - # Freckle packages I'm maintaining for us - nonempty-zipper + - sendgrid-v3 "Felipe Lessa @meteficha": - fb From 327e70c4e93e4de8a35bd576a6ca149ba6fa645d Mon Sep 17 00:00:00 2001 From: Michael Gilliland Date: Thu, 18 Mar 2021 11:24:31 -0400 Subject: [PATCH 2/5] Use freckle github user rather than path --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81251ecf..e3e31eee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1085,7 +1085,7 @@ packages: - yesod-markdown - yesod-paginator - "Freckle Engineering github.com/freckle": + "Freckle Engineering @freckle": - bcp47 - bcp47-orphans - faktory From 30db02f3d0a2abfbd4e110c355617bc7f2a6ae8b Mon Sep 17 00:00:00 2001 From: Michael Gilliland Date: Thu, 18 Mar 2021 11:36:58 -0400 Subject: [PATCH 3/5] Add package yesod-auth-oauth2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3e31eee..2f19bd51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,6 +1094,7 @@ packages: - yesod-page-cursor < 0 # https://github.com/commercialhaskell/stackage/issues/5948 - nonempty-zipper - sendgrid-v3 + - yesod-auth-oauth2 "Felipe Lessa @meteficha": - fb From ecfd0003884559da72ab8d885042d482112f84aa Mon Sep 17 00:00:00 2001 From: Michael Gilliland Date: Fri, 19 Mar 2021 11:43:05 -0400 Subject: [PATCH 4/5] Add some freckle handles to freckle eng packages --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f19bd51..d2d79ef2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1085,7 +1085,7 @@ packages: - yesod-markdown - yesod-paginator - "Freckle Engineering @freckle": + "Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3": - bcp47 - bcp47-orphans - faktory From 3142c5ba2d04f18acfbc32d51fb419afe2a2cd77 Mon Sep 17 00:00:00 2001 From: Michael Gilliland Date: Fri, 19 Mar 2021 19:45:25 -0400 Subject: [PATCH 5/5] Add `hspec-junit-formatter` package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2d79ef2..2e4996ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1095,6 +1095,7 @@ packages: - nonempty-zipper - sendgrid-v3 - yesod-auth-oauth2 + - hspec-junit-formatter "Felipe Lessa @meteficha": - fb