From 51ea7c09475fdcdc5c5cb9b737609dc1f54a7798 Mon Sep 17 00:00:00 2001 From: Francisco Vallarino Date: Sat, 22 Oct 2022 13:05:52 +0200 Subject: [PATCH 01/41] Re-enable Monomer --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f069362..2b37f4bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4842,7 +4842,7 @@ packages: - wai-middleware-delegate "Francisco Vallarino @fjvallarino": - - monomer < 0 # 1.4.1.0 compile fail + - monomer - nanovg "Ghais Issa <0x47@0x49.dev> @ghais": From 487738ebf2f47415669a2a7e679476a19d8a10c7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 22 Oct 2022 14:07:05 -0700 Subject: [PATCH 02/41] constrain mega-sdist per #6742 --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f069362..b8b1a1bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -833,7 +833,7 @@ packages: - githash - time-manager - - pantry < 0.6.0 # https://github.com/commercialhaskell/stackage/issues/6742 + - pantry - mega-sdist - http-download - hi-file-parser @@ -7307,6 +7307,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6728 - gridtables < 0.1.0.0 + # https://github.com/commercialhaskell/stackage/issues/6742 + - pantry < 0.6 + - mega-sdist < 0.4.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 0729c3f85813b5c49b27af9e29aa4440ebf4fd51 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 22 Oct 2022 14:11:12 -0700 Subject: [PATCH 03/41] unconstrain HasBigDecimal, see #6701 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8b1a1bd..ac81ef9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7290,10 +7290,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6698 - hedgehog < 1.2 - # https://github.com/commercialhaskell/stackage/issues/6701 - # https://github.com/haskell-works/avro/issues/188 - - HasBigDecimal < 0.2 - # https://github.com/commercialhaskell/stackage/issues/6704 - jose < 0.10 From b5ee5f696ce1ee2da907f2edd364ca0a027f9259 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 23 Oct 2022 10:54:06 -0700 Subject: [PATCH 04/41] constrain resourcet per #6744 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac81ef9a..376aa801 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7307,6 +7307,9 @@ packages: - pantry < 0.6 - mega-sdist < 0.4.3.0 + # https://github.com/commercialhaskell/stackage/issues/6744 + - resourcet < 1.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From a1135c8fe9b2b4cc62fed88bd90859dbd6830930 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Oct 2022 15:56:17 +0800 Subject: [PATCH 05/41] tasty-hedgehog < 1.4 (part of #6698) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 376aa801..58682509 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7289,6 +7289,7 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6698 - hedgehog < 1.2 + - tasty-hedgehog < 1.4 # https://github.com/commercialhaskell/stackage/issues/6704 - jose < 0.10 From 76403e4be448d0bebedb1c95bc5a2935c13774bf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Oct 2022 17:20:46 +0800 Subject: [PATCH 06/41] build.sh: update to latest curator --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 267e4479..e1dc54e3 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -64,7 +64,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd) cd $BINDIR rm -f curator stack *.bz2 -curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-62d4bce549af5fccb5089b8aa319891dbe032ccb/curator.bz2" | bunzip2 > curator +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-92504e343ace6891ba14553af711fe288ff3f36a/curator.bz2" | bunzip2 > curator chmod +x curator echo -n "curator version: " docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version From a37fba8d556d3b451f2f93c40da8a2384e2362d3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Oct 2022 17:40:29 +0800 Subject: [PATCH 07/41] build.sh: update to newest curator (quieten docs s3 upload) --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index e1dc54e3..555fdb71 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -64,7 +64,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd) cd $BINDIR rm -f curator stack *.bz2 -curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-92504e343ace6891ba14553af711fe288ff3f36a/curator.bz2" | bunzip2 > curator +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-4ae7a59717f163e15c69ddf75d31d0f775de2561/curator.bz2" | bunzip2 > curator chmod +x curator echo -n "curator version: " docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version From 91d946486036a6de0445ab63b30e34de03647c30 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Oct 2022 18:26:13 +0800 Subject: [PATCH 08/41] add data-functor-logistic for rank2classes (#6737) cc @fumieval --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44876132..05836896 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1123,7 +1123,7 @@ packages: - monad-parallel - monad-coroutine - monoid-subclasses - - rank2classes < 1.4.5 # https://github.com/commercialhaskell/stackage/issues/6737 + - rank2classes - input-parsers - incremental-parser - construct @@ -2302,6 +2302,7 @@ packages: - xml-lens - witherable - deriving-aeson + - data-functor-logistic "Peter Harpending @pharpend": - editor-open From d7311d20800e1f395b8951b5914310841e8c5c3f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Oct 2022 18:30:42 +0800 Subject: [PATCH 09/41] add morpheus-graphql-code-gen-utils & morpheus-graphql-server (closes #6738) --- build-constraints.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05836896..4a5454b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4559,13 +4559,15 @@ packages: - minimal-configuration "Davit Nalchevanidze @nalchevanidze": - - morpheus-graphql < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-core < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-client < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-subscriptions < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-app < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-code-gen < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-tests < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 + - morpheus-graphql + - morpheus-graphql-app + - morpheus-graphql-client + - morpheus-graphql-code-gen + - morpheus-graphql-code-gen-utils + - morpheus-graphql-core + - morpheus-graphql-server + - morpheus-graphql-subscriptions + - morpheus-graphql-tests "Satoshi Egi @egisatoshi": - backtracking From e9844f55ac033bffc65c61f54f18bb034115acb1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Oct 2022 19:09:04 +0800 Subject: [PATCH 10/41] xlsx-1.1.0 breaks a couple of packages (#6745) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a5454b2..ac6f4581 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7314,6 +7314,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6744 - resourcet < 1.3.0 + # https://github.com/commercialhaskell/stackage/issues/6745 + - xlsx < 1.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 64e8d451b00a4168346f7047b69860f211b5570e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Oct 2022 19:11:49 +0800 Subject: [PATCH 11/41] run-nightly.sh: do a git pull first This ensures we have the latest repo files locally before starting --- automated/run-nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 9f21bd98..8f0ba42d 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -3,6 +3,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do + git pull ./build.sh nightly-$(date -u +%F) date From 320d1f38c9640ac4788d8e0db84daabce473acf1 Mon Sep 17 00:00:00 2001 From: Flavio Corpa Date: Tue, 25 Oct 2022 14:28:25 +0200 Subject: [PATCH 12/41] Add `effectful` libraries to Stackage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes https://github.com/haskell-effectful/effectful/issues/104 If it is not much to ask, I'd like this PR to be marked with `hacktoberfest-accepted` 🙏🏻 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac6f4581..2e46377e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4108,6 +4108,12 @@ packages: "Henry Laxen @HenryLaxen": - bbdb + + "Andrzej Rybczak @arybczak": + - effectful + - effectful-core + - effectful-plugin + - effectful-th "Stevan Andjelkovic @stevana": - quickcheck-state-machine From 6199edf4bb4de718456f5ff8d750f420ba40cc25 Mon Sep 17 00:00:00 2001 From: Flavio Corpa Date: Tue, 25 Oct 2022 14:34:58 +0200 Subject: [PATCH 13/41] Use personal email --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e46377e..6a459103 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4109,7 +4109,7 @@ packages: "Henry Laxen @HenryLaxen": - bbdb - "Andrzej Rybczak @arybczak": + "Andrzej Rybczak @arybczak": - effectful - effectful-core - effectful-plugin From 156f78bd838087845fbb4909c20ea696b3ec8ec0 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Tue, 25 Oct 2022 09:04:45 -0400 Subject: [PATCH 14/41] Add termbox-bindings-c --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac6f4581..32c6f18c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2238,6 +2238,7 @@ packages: - ki-unlifted - tasty-hspec - termbox + - termbox-bindings-c - text-ansi - timer-wheel From abd53061b230e69bd781f28332f1019e648a76a2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Oct 2022 20:49:35 +0800 Subject: [PATCH 15/41] also add termbox-bindings-hs for termbox-1.0 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32c6f18c..57fb8335 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2239,6 +2239,7 @@ packages: - tasty-hspec - termbox - termbox-bindings-c + - termbox-bindings-hs - text-ansi - timer-wheel From 44edaff0e1a3ec0e408c48610cb3068b7243cd72 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 28 Oct 2022 19:41:50 +0800 Subject: [PATCH 16/41] pkgtreediff-0.6.0 missing test files --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30023be2..02ee4107 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8097,6 +8097,7 @@ expected-test-failures: - openssl-streams # 1.2.3.0 asn1 encoding wrong tag - posix-paths - posix-pty # 0.2.2 + - pkgtreediff # 0.6.0 - prettyprinter - prettyprinter-ansi-terminal - rando # https://github.com/commercialhaskell/stackage/issues/4249 From 7126f03b6fd7850f2aefa23be8ece094e20bd71f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 31 Oct 2022 10:10:01 +0800 Subject: [PATCH 17/41] postgresql-simple < 0.6.5 for tmp-proc-postgres (#6748) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02ee4107..e7d1ee4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7325,6 +7325,8 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6745 - xlsx < 1.1.0 + # https://github.com/commercialhaskell/stackage/issues/6748 + - postgresql-simple < 0.6.5 # end of packages # Package flags are applied to individual packages, and override the values of From 1ee9e2e5f3e7e71c2927ff86d1affc4f7f3c6346 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 31 Oct 2022 10:10:37 +0800 Subject: [PATCH 18/41] remove whitespace introduced before arybczak --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7d1ee4c..ff6161a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4110,7 +4110,7 @@ packages: "Henry Laxen @HenryLaxen": - bbdb - + "Andrzej Rybczak @arybczak": - effectful - effectful-core From 4a2763397865475281fe0ada8af6013188e4154e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 31 Oct 2022 14:38:51 +0800 Subject: [PATCH 19/41] expected-test-failures: de-emphasize "assertion" a testcase failure is a testcase failure :-) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff6161a6..f62f02e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8044,7 +8044,7 @@ expected-test-failures: - persistent # https://github.com/commercialhaskell/stackage/issues/6037 - reanimate-svg # https://github.com/commercialhaskell/stackage/issues/5688 - # Testcase assertion failures, or other runtime failures. + # Testcase (assertion) failures, or other runtime failures. # These can be real testsuite bugs, or maybe limitations in test cases or the test setup. - OrderedBits # 0.0.2.0 - algebraic-graphs # Module not visible https://github.com/commercialhaskell/stackage/issues/4670 From 0dc01855bb4f6ac3e8d36f548fa0b0417ed6a9fc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 31 Oct 2022 14:40:32 +0800 Subject: [PATCH 20/41] tzdata-0.2.20221028.0 testcase is failing (ysangkok/haskell-tzdata#3) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f62f02e1..b9c6c098 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8118,6 +8118,7 @@ expected-test-failures: - subcategories - sydtest # https://github.com/commercialhaskell/stackage/issues/6729 - tasty-fail-fast + - tzdata # 0.2.20221028.0 - https://github.com/ysangkok/haskell-tzdata/issues/3 - triplesec - turtle - type-level-kv-list From 9597e91baebde2ae7592a1f2c80385b473fc45e8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 1 Nov 2022 16:46:05 +0800 Subject: [PATCH 21/41] wai-extra < 3.1.13.0 (#6683) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9c6c098..842cb696 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7293,6 +7293,7 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6683 - warp < 3.3.22 - warp-tls < 3.3.3 + - wai-extra < 3.1.13.0 # text-2.0 - lame < 0.2.1 From cff1a5ea7b38bdd6f9cbee16b4fa30ef59536ba9 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Sat, 5 Nov 2022 14:37:20 +0530 Subject: [PATCH 22/41] Add termbox-banana, termbox-tea --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 842cb696..9eabcefd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2238,8 +2238,10 @@ packages: - ki-unlifted - tasty-hspec - termbox + - termbox-banana - termbox-bindings-c - termbox-bindings-hs + - termbox-tea - text-ansi - timer-wheel From 7a894b9aef77742d24feb66e203cceffb8c41b8c Mon Sep 17 00:00:00 2001 From: Tom Sydney Kerckhove Date: Mon, 7 Nov 2022 00:37:38 +0100 Subject: [PATCH 23/41] re-enable appendful --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 842cb696..1e953ea4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4014,6 +4014,8 @@ packages: - hedgehog-corpus "Tom Sydney Kerckhove @NorfairKing": + - appendful + - appendful-persistent - autodocodec - autodocodec-openapi3 - autodocodec-schema @@ -4025,6 +4027,7 @@ packages: - fuzzy-time - genvalidity - genvalidity-aeson + - genvalidity-appendful - genvalidity-bytestring - genvalidity-case-insensitive - genvalidity-containers @@ -4101,11 +4104,6 @@ packages: # - sydtest-webdriver # - sydtest-webdriver-screenshot # - sydtest-webdriver-yesod - # - # appendful hasn't been updated to newer persistent versions yet. - # - appendful - # - appendful-persistent - # - genvalidity-appendful "Henry Laxen @HenryLaxen": From 2b8b64cdb785ec91a2f9e8c756ac71e8de84a86b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 7 Nov 2022 13:59:11 +0800 Subject: [PATCH 24/41] MonadRandom < 0.6 (#6751) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70000644..9a67cbb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7328,6 +7328,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6748 - postgresql-simple < 0.6.5 + + # https://github.com/commercialhaskell/stackage/issues/6751 + - MonadRandom < 0.6 # end of packages # Package flags are applied to individual packages, and override the values of From ac0efb515396daebcb64edc5523e85519829f106 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Tue, 8 Nov 2022 21:08:10 -0500 Subject: [PATCH 25/41] Disables conferer-warp (#6683) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a67cbb5..f8de8199 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4167,7 +4167,7 @@ packages: - snap - conferer - conferer-snap - - conferer-warp + - conferer-warp < 0 # https://github.com/commercialhaskell/stackage/issues/6683 - conferer-hspec - conferer-aeson From aeb6211ea17dd463611b7f8ff243186800777b35 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Wed, 9 Nov 2022 18:07:45 -0500 Subject: [PATCH 26/41] Relaxes upper bounds on warp (et al.) (#6683) --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8de8199..7db4466a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7290,11 +7290,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6678 - lens < 5.2 - # https://github.com/commercialhaskell/stackage/issues/6683 - - warp < 3.3.22 - - warp-tls < 3.3.3 - - wai-extra < 3.1.13.0 - # text-2.0 - lame < 0.2.1 - pcre2 < 2.2 # https://github.com/commercialhaskell/stackage/issues/6593 From bcb2753bf53b11d30f5bf0364c28465d0a8a4060 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Wed, 9 Nov 2022 18:12:02 -0500 Subject: [PATCH 27/41] Restrict aeson-schemas < 1.4 (#6752) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7db4466a..c76eb2b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7326,6 +7326,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6751 - MonadRandom < 0.6 + + # https://github.com/commercialhaskell/stackage/issues/6752 + - aeson-schemas < 1.4 # end of packages # Package flags are applied to individual packages, and override the values of From 41428cca8caa37890b4a7cd7c7c284d34315bfb2 Mon Sep 17 00:00:00 2001 From: Brandon Chinn Date: Wed, 9 Nov 2022 15:16:35 -0800 Subject: [PATCH 28/41] Fix aeson-schemas-1.4 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c76eb2b2..7db4466a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7326,9 +7326,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6751 - MonadRandom < 0.6 - - # https://github.com/commercialhaskell/stackage/issues/6752 - - aeson-schemas < 1.4 # end of packages # Package flags are applied to individual packages, and override the values of From 2b0654d3a0304753c0f895925b23cc12f2cdcad9 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Wed, 9 Nov 2022 18:27:33 -0500 Subject: [PATCH 29/41] Adds recv --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7db4466a..f2880ca4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5281,6 +5281,7 @@ packages: - raw-strings-qq - readable - readline < 0 # 1.0.3.0 setup fail + - recv # dependency of warp >= 3.3.23 - regex-applicative-text - regex-pcre-builtin - regex-tdfa-text From 58e7804cb219565c5b2df89d69abfd5c362d4b58 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Thu, 10 Nov 2022 19:35:03 +0900 Subject: [PATCH 30/41] Add benri-hspec to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f2880ca4..4edf80c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4845,6 +4845,7 @@ packages: - explainable-predicates "Tim Emiola @adetokunbo": + - benri-hspec - hspec-tmp-proc - tmp-proc - tmp-proc-postgres From 2fb86374d6d3dc0c2d61c8dfb12c9a72e9d63214 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 11 Nov 2022 06:36:38 +0200 Subject: [PATCH 31/41] Expect genvalidity-text test suite failure --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f2880ca4..43706c92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8209,6 +8209,7 @@ expected-test-failures: - rounded # segfault - shake-language-c # Cannot reproduce locally, looks like it may be a bug in Stack or curator - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 + - genvalidity-text # Suddenly not able to find the executable # doctests can be flaky on the build server, add packages here if # they start causing issues. From 45608bcdb6418cac907a302f27b49a58d07cb9e7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 11 Nov 2022 06:47:36 +0200 Subject: [PATCH 32/41] safe-coloured-text-gen golden output not found --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43706c92..252b73af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8210,6 +8210,7 @@ expected-test-failures: - shake-language-c # Cannot reproduce locally, looks like it may be a bug in Stack or curator - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - genvalidity-text # Suddenly not able to find the executable + - safe-coloured-text-gen # Golden output not found # doctests can be flaky on the build server, add packages here if # they start causing issues. From 445d7004d0d9b34b21f63c0c16110222af981d3d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 11 Nov 2022 06:53:49 +0200 Subject: [PATCH 33/41] Another package?!? --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 252b73af..c2558932 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8211,6 +8211,7 @@ expected-test-failures: - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - genvalidity-text # Suddenly not able to find the executable - safe-coloured-text-gen # Golden output not found + - safe-coloured-text-layout # Golden output not found # doctests can be flaky on the build server, add packages here if # they start causing issues. From 080493e3af8da40ba247d9bd9bdadc243e63858c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2022 10:44:28 +0200 Subject: [PATCH 34/41] Bump nightly to GHC 9.2.5 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32bd797d..f941c71f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,6 @@ ghc-major-version: "9.2" # new curator is supposed to use exact GHC version -ghc-version: "9.2.4" +ghc-version: "9.2.5" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version From d53d69fca2283dc98367eafe430fcb8c56aa5642 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 14 Nov 2022 14:57:37 +0200 Subject: [PATCH 35/41] ListLike: executable not found --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f941c71f..3632a287 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8213,6 +8213,7 @@ expected-test-failures: - genvalidity-text # Suddenly not able to find the executable - safe-coloured-text-gen # Golden output not found - safe-coloured-text-layout # Golden output not found + - ListLike # listlike-tests: executable not found # doctests can be flaky on the build server, add packages here if # they start causing issues. From d66eabb747400720a60d4a43c4a6b8f64c3ce2c8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 5 Nov 2022 11:54:04 -0700 Subject: [PATCH 36/41] Remove upper bound on `Cabal-syntax` Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3632a287..c7d5d2cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7280,7 +7280,7 @@ packages: - ghc-exactprint < 1.6.0 # https://github.com/commercialhaskell/stackage/issues/6672 - - Cabal-syntax < 3.8.1 + # Cabal-syntax < 3.8.1 # https://github.com/commercialhaskell/stackage/issues/6673 - ghc-syntax-highlighter < 0.0.9 From f8a0d63ea6a33d3af804b41189e33db2d63281e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 6 Nov 2022 11:54:04 -0700 Subject: [PATCH 37/41] Revert "Remove upper bound on `Cabal-syntax`" Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7d5d2cd..3632a287 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7280,7 +7280,7 @@ packages: - ghc-exactprint < 1.6.0 # https://github.com/commercialhaskell/stackage/issues/6672 - # Cabal-syntax < 3.8.1 + - Cabal-syntax < 3.8.1 # https://github.com/commercialhaskell/stackage/issues/6673 - ghc-syntax-highlighter < 0.0.9 From e32050d5f16dd9f139a5f7bbbd8ec7feae559587 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Nov 2022 11:54:04 -0700 Subject: [PATCH 38/41] Add upper bound to ormolu (#6686, #6672, #6756) Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3632a287..092315e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7282,6 +7282,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6672 - Cabal-syntax < 3.8.1 + # https://github.com/commercialhaskell/stackage/issues/6756 + # https://github.com/commercialhaskell/stackage/issues/6686 + # https://github.com/commercialhaskell/stackage/issues/6672 + - ormolu < 0.5.1 + # https://github.com/commercialhaskell/stackage/issues/6673 - ghc-syntax-highlighter < 0.0.9 From 779d81ea6fd2ca9bca74ebb6556783d764b11743 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Mon, 14 Nov 2022 14:06:19 -0800 Subject: [PATCH 39/41] webdriver: re-enable and take maintainership --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092315e1..ba785f1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -374,6 +374,7 @@ packages: - sandwich-slack - sandwich-webdriver - slack-progressbar + - webdriver "Paulo Tanaka @paulot": # on behalf of Bryan O'Sullivan @bos: @@ -3925,7 +3926,6 @@ packages: - distributed-process-monad-control "Adam Curtis @kallisti-dev": - - webdriver - cond "Naoto Shimazaki @nshimaza": @@ -6870,7 +6870,6 @@ packages: - salak-toml < 0 # tried salak-toml-0.3.5.3, but its *library* requires time >=1.8.0 && < 1.10 and the snapshot contains time-1.11.1.1 - salak-yaml < 0 # tried salak-yaml-0.3.5.3, but its *library* requires the disabled package: salak - saltine < 0 # tried saltine-0.1.1.1, but its *library* requires bytestring >=0.10.8 && < 0.11 and the snapshot contains bytestring-0.11.3.1 - - sandwich-webdriver < 0 # tried sandwich-webdriver-0.1.0.6, but its *library* requires the disabled package: webdriver - scale < 0 # tried scale-1.0.0.0, but its *library* requires base >4.11 && < 4.15 and the snapshot contains base-4.16.3.0 - scale < 0 # tried scale-1.0.0.0, but its *library* requires bytestring >0.10 && < 0.11 and the snapshot contains bytestring-0.11.3.1 - scale < 0 # tried scale-1.0.0.0, but its *library* requires memory >0.14 && < 0.16 and the snapshot contains memory-0.17.0 @@ -7167,8 +7166,6 @@ packages: - web3-solidity < 0 # tried web3-solidity-1.0.0.0, but its *library* requires bytestring >0.10 && < 0.11 and the snapshot contains bytestring-0.11.3.1 - web3-solidity < 0 # tried web3-solidity-1.0.0.0, but its *library* requires memory >0.14 && < 0.16 and the snapshot contains memory-0.17.0 - web3-solidity < 0 # tried web3-solidity-1.0.0.0, but its *library* requires template-haskell >2.11 && < 2.17 and the snapshot contains template-haskell-2.18.0.0 - - webdriver < 0 # tried webdriver-0.9.0.1, but its *library* requires aeson >=0.6.2.0 && < 1.6 and the snapshot contains aeson-2.0.3.0 - - webdriver < 0 # tried webdriver-0.9.0.1, but its *library* requires base >=4.9 && < 4.15 and the snapshot contains base-4.16.3.0 - webdriver-angular < 0 # tried webdriver-angular-0.1.11, but its *library* requires language-javascript >=0.6 && < 0.7 and the snapshot contains language-javascript-0.7.1.0 - webdriver-angular < 0 # tried webdriver-angular-0.1.11, but its *library* requires webdriver >=0.6 && < 0.9 and the snapshot contains webdriver-0.9.0.1 - websockets-simple < 0 # tried websockets-simple-0.2.0, but its *library* requires the disabled package: monad-control-aligned From b05a7b08eab2d740bf8c986693a58a019afa67aa Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 15 Nov 2022 16:36:50 -0800 Subject: [PATCH 40/41] Change CI to lts20 Signed-off-by: Mihai Maruseac --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index a3532166..ffb620fd 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -4,7 +4,7 @@ on: push: branches: - nightly - - lts19 + - lts20 jobs: push: From 2a7ae085c4600c30a21f166f56f8b01bbfb2905b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 15 Nov 2022 16:39:57 -0800 Subject: [PATCH 41/41] Switch dockerfile to GHC 9.2.5 Signed-off-by: Mihai Maruseac --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 647609d4..8c3c3ef1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM fpco/pid1:20.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV GHCVER 9.2.4 +ENV GHCVER 9.2.5 # NOTE: also update docker/03-custom-install.sh when cuda version changes # ENV PATH /home/stackage/.stack/programs/x86_64-linux/ghc-$GHCVER/bin:/usr/local/cuda-10.0/bin:/usr/sbin:/usr/bin:/sbin:/bin