From 1bf00e729255c87c0a49bb68b405290a9ab6fb25 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 Mar 2021 18:21:12 -0800 Subject: [PATCH] Switch to GHC 9.0.1 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 101dbd1a..8ccb4940 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,6 @@ -ghc-major-version: "8.10" +ghc-major-version: "9.0" # new curator is supposed to use exact GHC version -ghc-version: "8.10.4" +ghc-version: "9.0.1" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version