From cd53381e615f8ba89af3d9412dc288d02082928f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Fri, 4 Mar 2022 15:21:26 +0000 Subject: [PATCH 01/10] streamly-0.8.2 (bounds) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e34bb5f9..975af330 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -671,7 +671,7 @@ packages: - bench-show - monad-recorder - packcheck - - streamly + - streamly < 0.8.2 - unicode-transforms - xls From 1e4df092749c48249f336b39009e373547cbd85a Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 5 Mar 2022 13:10:25 +0000 Subject: [PATCH 02/10] hledger-iadd, hledger-interest --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 975af330..4a7b9a50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2704,7 +2704,7 @@ packages: - flexible-defaults - funcmp - hackage-db - - hledger-interest + - hledger-interest < 0 # https://github.com/commercialhaskell/stackage/issues/6473 - hopenssl - hsdns - hsemail @@ -3592,7 +3592,7 @@ packages: - conduit-aeson "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + - hledger-iadd < 0 # https://github.com/commercialhaskell/stackage/issues/6473 "Roy Levien @orome": - crypto-enigma From 2232b7bd9c14d261522a8514e8fd5c6b73f7da0a Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Sun, 6 Mar 2022 13:39:22 -0800 Subject: [PATCH 03/10] Add lts-18.27/Dockerfile for stack-2.7.5 --- automated/dockerfiles/lts-18.27/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 automated/dockerfiles/lts-18.27/Dockerfile diff --git a/automated/dockerfiles/lts-18.27/Dockerfile b/automated/dockerfiles/lts-18.27/Dockerfile new file mode 100644 index 00000000..3e7c4e68 --- /dev/null +++ b/automated/dockerfiles/lts-18.27/Dockerfile @@ -0,0 +1,3 @@ +FROM $DOCKER_REPO:lts-18.26 +ARG STACK_VERSION=2.7.5 +RUN wget -qO- https://github.com/commercialhaskell/stack/releases/download/v$STACK_VERSION/stack-$STACK_VERSION-linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C /usr/local/bin '*/stack' From 4d09c4ed6a0bd572cad6830148589f54e02e1efa Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 7 Mar 2022 12:44:28 +0000 Subject: [PATCH 04/10] aern2-mp, genvalidity-text: tests failing --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a7b9a50..9d384d09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7413,6 +7413,10 @@ skipped-tests: # Failing to build aeson-2.0 bump - ua-parser # https://github.com/commercialhaskell/stackage/issues/6440 - vinyl # https://github.com/commercialhaskell/stackage/issues/6444 + + # general failures + - aern2-mp # https://github.com/michalkonecny/aern2/issues/11 + - genvalidity-text # https://github.com/NorfairKing/validity/issues/101 # end of skipped-tests # Tests listed in expected-test-failures configure correctly but may fail to run From 7ddf2d5a94b3b28058445abf7f01cf32d99348b3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Mar 2022 19:04:02 +0800 Subject: [PATCH 05/10] apply-refact-0.10.0.0 needs 9.2 (#6475,#6264) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d384d09..74a1fb2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6856,6 +6856,7 @@ packages: - fourmolu < 0.5.0.0 - cabal2spec < 2.6.3 - filepath-bytestring < 1.4.2.1.10 # #6355/closed + - apply-refact < 0.10.0.0 # https://github.com/commercialhaskell/stackage/issues/6268 - hashable < 1.4.0.0 From 6421ee4e88776fbe3f79fea6f144376b46507967 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Mar 2022 19:07:33 +0800 Subject: [PATCH 06/10] disable failing avro (haskell-works/avro#177) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74a1fb2a..21574e82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1526,7 +1526,7 @@ packages: - mwc-random-monad "Flavio Corpa @kutyel": - - language-avro + - language-avro < 0 # via avro "Matvey Aksenov @supki": - terminal-size @@ -3164,7 +3164,7 @@ packages: - arbor-lru-cache - arbor-postgres - asif - - avro + - avro < 0 # https://github.com/haskell-works/avro/issues/177 - bits-extra - hw-balancedparens - hw-bits From 0c205ee1061899d6f097a7e8c0936eaf5916afea Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Mar 2022 19:08:41 +0800 Subject: [PATCH 07/10] mustache failing to build (JustusAdam/mustache#58) cc @vaclavsvejcar --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21574e82..56450fc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3022,7 +3022,7 @@ packages: "Justus Adam @JustusAdam": - marvin - marvin-interpolate - - mustache + - mustache < 0 # https://github.com/JustusAdam/mustache/issues/58 - exit-codes >= 1.0.0 "Cindy Wang @CindyLinz": @@ -4555,7 +4555,7 @@ packages: - multi-containers "Vaclav Svejcar @vaclavsvejcar": - - headroom + - headroom < 0 # via mustache - vcs-ignore "Adrian Sieber @ad-si": From 68ede33455761b4fbcf11af3ce148ea0b5d50613 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Mar 2022 19:12:16 +0800 Subject: [PATCH 08/10] checkers < 0.6.0 (#6476) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56450fc9..4ff1a79e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6923,6 +6923,8 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6462 - HTTP < 4000.4.0 + # https://github.com/commercialhaskell/stackage/issues/6476 + - checkers < 0.6.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6855552b86c63161653e5a708b1a03d90c9caa0a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 11 Mar 2022 18:30:46 -0800 Subject: [PATCH 09/10] constrain memory per #6477 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ff1a79e..a33f2a56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6925,6 +6925,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6476 - checkers < 0.6.0 + + # https://github.com/commercialhaskell/stackage/issues/6477 + - memory < 0.17 + # end of packages # Package flags are applied to individual packages, and override the values of From ffb060e3fe270d609858548224a38d9847f4094d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 11 Mar 2022 18:34:55 -0800 Subject: [PATCH 10/10] constrain tasty per #6478 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a33f2a56..760e72e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6929,6 +6929,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6477 - memory < 0.17 + # https://github.com/commercialhaskell/stackage/issues/6478 + - tasty-hedgehog < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of