From c5d2730c5fca919895e7337642427926efe174db Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski Date: Tue, 23 Jun 2026 18:15:04 +0200 Subject: [PATCH 1/3] Bump index state to get new hackage-security --- cabal.bootstrap.project | 2 +- cabal.release.project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.bootstrap.project b/cabal.bootstrap.project index a6f80f9cd8c..e417972a8ed 100644 --- a/cabal.bootstrap.project +++ b/cabal.bootstrap.project @@ -12,4 +12,4 @@ packages: tests: False benchmarks: False -index-state: hackage.haskell.org 2026-05-25T10:36:08Z +index-state: hackage.haskell.org 2026-06-20T05:46:05Z diff --git a/cabal.release.project b/cabal.release.project index 3cfd0ae6c09..ff380a27e84 100644 --- a/cabal.release.project +++ b/cabal.release.project @@ -3,7 +3,7 @@ import: project-cabal/pkgs/cabal.config import: project-cabal/pkgs/install.config import: project-cabal/pkgs/tests.config -index-state: hackage.haskell.org 2026-05-25T10:36:08Z +index-state: hackage.haskell.org 2026-06-20T05:46:05Z -- never include this or its TH dependency in a release! package cabal-install From 19727561041b65d9a23bdac028827928b9e9f7a8 Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski Date: Wed, 24 Jun 2026 18:28:47 +0200 Subject: [PATCH 2/3] Bump GHC_FOR_RELEASE to work around a segfault on macos --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6b06b0a32b2..4ce2b5f902d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -32,7 +32,7 @@ on: env: # We choose a stable ghc version across all os's # which will be used to do the next release - GHC_FOR_RELEASE: "9.10.3" + GHC_FOR_RELEASE: "9.12.4" # Ideally we should use the version about to be released for hackage tests and benchmarks GHC_FOR_SOLVER_BENCHMARKS: "9.10.3" GHC_FOR_COMPLETE_HACKAGE_TESTS: "9.10.3" From 26730b5befed58fdde82bc15f1d7e424c91eb7dc Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski Date: Wed, 24 Jun 2026 20:34:31 +0200 Subject: [PATCH 3/3] Revert "Bump GHC_FOR_RELEASE to work around a segfault on macos" This reverts commit 19727561041b65d9a23bdac028827928b9e9f7a8. --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4ce2b5f902d..6b06b0a32b2 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -32,7 +32,7 @@ on: env: # We choose a stable ghc version across all os's # which will be used to do the next release - GHC_FOR_RELEASE: "9.12.4" + GHC_FOR_RELEASE: "9.10.3" # Ideally we should use the version about to be released for hackage tests and benchmarks GHC_FOR_SOLVER_BENCHMARKS: "9.10.3" GHC_FOR_COMPLETE_HACKAGE_TESTS: "9.10.3"