From bea88e80e4c5476172ac44136601753fd53ca9f0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 14 Jul 2025 07:09:32 -0700 Subject: [PATCH] Update GHC version for nightly to 9.12.1 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f464f15..aab2026e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,7 +1,7 @@ -ghc-major-version: "9.10" +ghc-major-version: "9.12" # new curator is supposed to use exact GHC version -ghc-version: "9.10.2" +ghc-version: "9.12.1" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version