From 118336d2a57379fb3c2ecaa2467df3cbe60e067a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 21:20:03 -0800 Subject: [PATCH 1/4] Bound dhall (#3309) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ecb1620..856fb2b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3406,6 +3406,9 @@ packages: # https://github.com/fpco/stackage/issues/3306 - optparse-generic < 1.3.0 + + # https://github.com/fpco/stackage/issues/3309 + - dhall < 1.10 # end of packages # Package flags are applied to individual packages, and override the values of From a0d97fc5ef416e787a0974e7fb653e6c6a629b3e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 21:29:32 -0800 Subject: [PATCH 2/4] Upper bound dhall-bash due to compile failure (#3310) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 856fb2b4..b88f1177 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,6 +3409,9 @@ packages: # https://github.com/fpco/stackage/issues/3309 - dhall < 1.10 + + # https://github.com/fpco/stackage/issues/3310 + - dhall-bash < 1.0.8 # end of packages # Package flags are applied to individual packages, and override the values of From 8f5a88105c7775e1b28f6e3e722925d701a198c7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 21:31:45 -0800 Subject: [PATCH 3/4] Group dhall-packages together. Close #3310 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b88f1177..b4b949de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,8 +3409,6 @@ packages: # https://github.com/fpco/stackage/issues/3309 - dhall < 1.10 - - # https://github.com/fpco/stackage/issues/3310 - dhall-bash < 1.0.8 # end of packages From 928633ef9595da06cf4c0895453e5cc618fbafa7 Mon Sep 17 00:00:00 2001 From: Dan Fithian Date: Fri, 23 Feb 2018 15:06:34 -0500 Subject: [PATCH 4/4] Add oauthenticated to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4b949de..d8aad464 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,9 @@ packages: "Dmitry Dzhus @dzhus": - static-text + "Dan Fithian @dfithian": + - oauthenticated + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056