From adf5eced5c825fd47eb581c93ddafaf417f49d00 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 8 Sep 2019 16:57:58 +0200 Subject: [PATCH 01/10] Upper bounds for #4811 & #4814 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf44ea46..eead2038 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4835,11 +4835,16 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4811 - polysemy < 1.2.0.0 + - polysemy-zoo < 0.6 # https://github.com/commercialhaskell/stackage/issues/4812 - llvm-hs < 9 - llvm-hs-pure < 9 + # https://github.com/commercialhaskell/stackage/issues/4814 + - haskell-lsp < 0.16.0.0 + - haskell-lsp-types < 0.16.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 7704c369212c0490559727169a832172195100c7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 8 Sep 2019 17:53:17 +0200 Subject: [PATCH 02/10] Expect brittany tests to fail #4815 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eead2038..1c51a499 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5541,6 +5541,9 @@ expected-test-failures: # https://github.com/commercialhaskell/stackage/issues/4810 - dns + + # https://github.com/commercialhaskell/stackage/issues/4815 + - brittany # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 30ad53a5b0057f7ad7418b84a173b54c6b8ddc9d Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 8 Sep 2019 16:33:38 -0700 Subject: [PATCH 03/10] Remove upper bounds for haskell-lsp, closes #4814 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c51a499..d74d41a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4841,10 +4841,6 @@ packages: - llvm-hs < 9 - llvm-hs-pure < 9 - # https://github.com/commercialhaskell/stackage/issues/4814 - - haskell-lsp < 0.16.0.0 - - haskell-lsp-types < 0.16.0.0 - # end of packages # Package flags are applied to individual packages, and override the values of From be9c8509a439a3d240ac05602e910138486c8731 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 9 Sep 2019 15:59:28 +0200 Subject: [PATCH 04/10] Remove upper bounds and close #4740 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d74d41a5..f063074a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4756,11 +4756,6 @@ packages: - parser-combinators < 1.2.0 - parser-combinators-tests < 1.2.0 - # https://github.com/commercialhaskell/stackage/issues/4740 - - dhall < 1.25.0 - - dhall-bash < 1.0.22 - - dhall-json < 1.4.0 - # https://github.com/commercialhaskell/stackage/issues/4739 - doctemplates < 0.3 From eac7e8c60add8ff5cd60956c1a964dedb08208b1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 9 Sep 2019 16:09:03 +0200 Subject: [PATCH 05/10] Remove trifecta upper bound and close #4806 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f063074a..169ab1ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4819,9 +4819,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4805 - lens-aeson < 1.1 - # https://github.com/commercialhaskell/stackage/issues/4806 - - trifecta < 2.1 - # https://github.com/commercialhaskell/stackage/issues/4807 - aeson < 1.4.5.0 From 117d4a735c8da4fb45668ae52cf008e071b7ac04 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 9 Sep 2019 16:13:05 +0200 Subject: [PATCH 06/10] Change profunctors upper bound from < 5.4 to < 5.5 #4532 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 169ab1ff..9b426e4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4680,7 +4680,7 @@ packages: - machines < 0.7 # https://github.com/commercialhaskell/stackage/issues/4532 - - profunctors < 5.4 + - profunctors < 5.5 # https://github.com/commercialhaskell/stackage/issues/4541 - dependent-sum < 0.5 From 56b4dd96dacd9f1746a591382a6ca3e47b22942d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 9 Sep 2019 16:15:37 +0200 Subject: [PATCH 07/10] Remove upper bounds and close #4811 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b426e4a..313dbf5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4825,10 +4825,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4809 - elm-street < 0.1 - # https://github.com/commercialhaskell/stackage/issues/4811 - - polysemy < 1.2.0.0 - - polysemy-zoo < 0.6 - # https://github.com/commercialhaskell/stackage/issues/4812 - llvm-hs < 9 - llvm-hs-pure < 9 From 1fb836b9ef3da5beda37147e1fe2046b939c9e85 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 9 Sep 2019 17:50:59 +0200 Subject: [PATCH 08/10] Remove sequence-formats upper bound and close #4797 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 313dbf5a..9217a83f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4794,9 +4794,6 @@ packages: - jailbreak-cabal < 1.3.5 - cabal2spec < 2.3 - # https://github.com/commercialhaskell/stackage/issues/4797 - - sequence-formats < 1.3.3 - # https://github.com/commercialhaskell/stackage/issues/4798 - ansi-terminal < 0.10 From 90f72450a9b8317909e3619e75e127bb7bcf2d3d Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 9 Sep 2019 20:12:06 -0700 Subject: [PATCH 09/10] Add an upper bound for ansi-wl-pprint, #4816 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9217a83f..d229cc86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4826,6 +4826,9 @@ packages: - llvm-hs < 9 - llvm-hs-pure < 9 + # https://github.com/commercialhaskell/stackage/issues/4816 + - ansi-wl-pprint < 0.6.9 + # end of packages # Package flags are applied to individual packages, and override the values of From f562e28566a8116a56310b24f415ece80249746e Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 10 Sep 2019 08:56:19 -0700 Subject: [PATCH 10/10] Remove ansi-wl-pprint uppper bound Add upper bound for trifecta, #4816 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d229cc86..64bace3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4827,7 +4827,7 @@ packages: - llvm-hs-pure < 9 # https://github.com/commercialhaskell/stackage/issues/4816 - - ansi-wl-pprint < 0.6.9 + - trifecta < 2.1 # end of packages