From 764f40c2f555acd0fe0582192ee3a1a33e29ae3e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 11 Jun 2021 01:23:04 +0800 Subject: [PATCH] switch nightly to 8.10.5 I believe this is really enough: maybe GHCVER can be removed from the dockerfile? --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1e2ffcd..a938c3c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,6 @@ ghc-major-version: "8.10" # new curator is supposed to use exact GHC version -ghc-version: "8.10.4" +ghc-version: "8.10.5" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version