From e0e7413dc58bdefbd9b4d7f6cac39dde73b06a48 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 14 Jul 2025 21:37:42 -0700 Subject: [PATCH] Switch to GHC 9.12.2 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 aab2026e..93c29b46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,7 +1,7 @@ ghc-major-version: "9.12" # new curator is supposed to use exact GHC version -ghc-version: "9.12.1" +ghc-version: "9.12.2" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version