From efb2e62e0c1b6a2d610d7b7cf25e4e0ddc5b0b3d Mon Sep 17 00:00:00 2001 From: Koz Ross Date: Tue, 19 May 2020 08:49:49 +1200 Subject: [PATCH 01/15] Add Medea --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8e9a816..fee17d47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,6 +9,9 @@ cabal-format-version: "3.0" # Constraints for brand new builds packages: + "Koz Ross @kozross": + - medea + "Ashlynn Anderson @lambdadog": - proto3-wire From 2d11c73421b19ce5e71718906925bf4ffe3c1d7a Mon Sep 17 00:00:00 2001 From: Eric Conlon Date: Mon, 18 May 2020 15:50:55 -0700 Subject: [PATCH 02/15] Re-enable ginger after 0.10 release --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8e9a816..443e855b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -475,7 +475,7 @@ packages: - type-map "Tobias Dammers @tdammers": - - ginger < 0 # via regex-tdfa-1.3.0 + - ginger - yeshql < 0 # via yeshql-hdbc "Yair Chuchem @yairchu": From ea678af55a4d7c51aa41c54d5684c2b25ee9a82f Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Wed, 20 May 2020 13:35:57 -0700 Subject: [PATCH 03/15] Add aura --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36786155..fa20654a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1217,6 +1217,7 @@ packages: "Colin Woodbury @fosskers": - aur + - aura - bounded-queue - kanji - language-bash From 4b3b026633a77d042c72fcce221f0cf01e9670e4 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 21 May 2020 19:11:13 +0000 Subject: [PATCH 04/15] Restrict numhask < 0.5 (#5382) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36786155..932a3174 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3263,7 +3263,7 @@ packages: - validation "Tony Day @tonyday567": - - numhask + - numhask < 0.5 # https://github.com/commercialhaskell/stackage/issues/5382 - numhask-array < 0 - numhask-prelude < 0 - numhask-space < 0 From bd930c230eb0d57fbcf0aec288e21159ae220821 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 21 May 2020 19:24:16 +0000 Subject: [PATCH 05/15] Unrestricts validation-selective (#5346) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 932a3174..72e2574d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4824,9 +4824,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5347 - persistent-template < 2.8.3 - # https://github.com/commercialhaskell/stackage/issues/5346 - - validation-selective < 0.1.0.0 - # https://github.com/commercialhaskell/stackage/issues/5348 - tasty < 1.3 - tasty-golden < 2.3.3.3 From 34e0237f1d0978162f665b5a7222e69978963c56 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 21 May 2020 19:25:18 +0000 Subject: [PATCH 06/15] Unrestricts relude (#5361) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72e2574d..c0d318d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3622,7 +3622,7 @@ packages: - ilist - life-sync - membrain - - relude < 0.7 # https://github.com/commercialhaskell/stackage/issues/5361 + - relude - shellmet - shortcut-links - summoner From 26c967c04c8faf4ce7949051fa38e42a89d06393 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 21 May 2020 19:26:04 +0000 Subject: [PATCH 07/15] Unrestricts colourista (#5336) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0d318d7..ddc73e50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4818,9 +4818,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5335 - brick <0.53 - # https://github.com/commercialhaskell/stackage/issues/5336 - - colourista < 0.1.0.0 - # https://github.com/commercialhaskell/stackage/issues/5347 - persistent-template < 2.8.3 From 1a8092c1fc4db1fce1b8d9dd34cb369ab22c1398 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 21 May 2020 19:30:52 +0000 Subject: [PATCH 08/15] Restricts postgrest < 7.0.1 (#5383) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddc73e50..7d59a532 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -83,7 +83,7 @@ packages: "Robert Vollmert @robx": - configurator-pg - - postgrest + - postgrest < 7.0.1 # https://github.com/commercialhaskell/stackage/issues/5383 "Sandy Maguire @isovector": - ecstasy From 92408690d5927c25c99323eacb04f9aab3639f58 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 21 May 2020 19:32:36 +0000 Subject: [PATCH 09/15] Restricts declarative < 0.5.2 (#5384) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d59a532..ab065b64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2586,7 +2586,7 @@ packages: - mighty-metropolis - speedy-slice - hasty-hamiltonian - - declarative + - declarative < 0.5.2 # https://github.com/commercialhaskell/stackage/issues/5384 - sampling - flat-mcmc - urbit-hob From 4cf80ec3ee9283f2c6c064d9d3144b237b32643f Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Tue, 19 May 2020 01:10:44 -0300 Subject: [PATCH 10/15] Removed contraints caused by deprecated packages conferer-provider-json was deprecated in favor of conferer-source-json, the former caused constraints on conferer-* packages that are not necessary --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b74e9d2..77e0a171 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,11 +3865,11 @@ packages: - map-syntax < 0 # GHC 8.4 via base-4.11.0.0 - heist < 0 # GHC 8.4 via map-syntax - snap < 0 # GHC 8.4 via base-4.11.0.0 - - conferer < 0.4.0.0 # https://github.com/commercialhaskell/stackage/issues/5374 - # - conferer-snap # Because snap - - conferer-warp < 0.4.0.0 # https://github.com/commercialhaskell/stackage/issues/5374 - - conferer-hspec < 0.4.0.0 # https://github.com/commercialhaskell/stackage/issues/5374 - - conferer-provider-json + - conferer + #- conferer-snap # Because snap + - conferer-warp + - conferer-hspec + - conferer-source-json "Tim Humphries @thumphries": - transformers-either < 0 # via exceptions-0.10.0 From 99d22cdb0210b1fe5b8ee4cf1b7fa427e0fc7bda Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 22 May 2020 04:06:56 +0000 Subject: [PATCH 11/15] Restricts morpheus-graphql < 0.12 (#5385) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab065b64..587f3b60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4172,7 +4172,7 @@ packages: - minimal-configuration "Davit Nalchevanidze @nalchevanidze": - - morpheus-graphql + - morpheus-graphql < 0.12 # https://github.com/commercialhaskell/stackage/issues/5385 "Satoshi Egi @egisatoshi": - egison From 1f714994b6f739ce8f470ecce61e406394b22a3e Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 22 May 2020 04:32:02 +0000 Subject: [PATCH 12/15] Restricts mighty-metropolis (#5384) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 587f3b60..ea3aa271 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2583,10 +2583,10 @@ packages: "Jared Tobin @jtobin": - mwc-probability - mcmc-types - - mighty-metropolis + - mighty-metropolis < 2 # https://github.com/commercialhaskell/stackage/issues/5384 - speedy-slice - hasty-hamiltonian - - declarative < 0.5.2 # https://github.com/commercialhaskell/stackage/issues/5384 + - declarative - sampling - flat-mcmc - urbit-hob From 71bc219be021048378b70d0d632d3dfd90c3c286 Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Fri, 22 May 2020 08:52:20 +0400 Subject: [PATCH 13/15] Remove mighty-metropolis < 2 constraint. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea3aa271..3a42b58c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2583,7 +2583,7 @@ packages: "Jared Tobin @jtobin": - mwc-probability - mcmc-types - - mighty-metropolis < 2 # https://github.com/commercialhaskell/stackage/issues/5384 + - mighty-metropolis - speedy-slice - hasty-hamiltonian - declarative From f264854459f395c107af1640f6dbacfc5fef132f Mon Sep 17 00:00:00 2001 From: david Date: Fri, 22 May 2020 10:37:38 +0200 Subject: [PATCH 14/15] add morpheus graphql (core , client) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea3aa271..a0eaf38f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4172,7 +4172,9 @@ packages: - minimal-configuration "Davit Nalchevanidze @nalchevanidze": - - morpheus-graphql < 0.12 # https://github.com/commercialhaskell/stackage/issues/5385 + - morpheus-graphql + - morpheus-graphql-core + - morpheus-graphql-client "Satoshi Egi @egisatoshi": - egison From 205b2bd4d6ddc9a08d17a1224e3ec2f1ae723566 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 22 May 2020 11:03:06 +0200 Subject: [PATCH 15/15] remove morpheus-graphql-client --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0eaf38f..77a0ddb8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4174,7 +4174,6 @@ packages: "Davit Nalchevanidze @nalchevanidze": - morpheus-graphql - morpheus-graphql-core - - morpheus-graphql-client "Satoshi Egi @egisatoshi": - egison