From 11b8cf7acdba243de26ed2210cde4218a3979f25 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 16 Nov 2022 21:45:56 -0500 Subject: [PATCH] Revert nightlies back to 9.2.5 until https://github.com/commercialhaskell/stackage-content/pull/119 is merged" Signed-off-by: Mihai Maruseac --- Dockerfile | 2 +- build-constraints.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 076892af..8c3c3ef1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM fpco/pid1:20.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV GHCVER 9.4.3 +ENV GHCVER 9.2.5 # NOTE: also update docker/03-custom-install.sh when cuda version changes # ENV PATH /home/stackage/.stack/programs/x86_64-linux/ghc-$GHCVER/bin:/usr/local/cuda-10.0/bin:/usr/sbin:/usr/bin:/sbin:/bin diff --git a/build-constraints.yaml b/build-constraints.yaml index a5328c3b..ba785f1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,6 @@ -ghc-major-version: "9.4" +ghc-major-version: "9.2" # new curator is supposed to use exact GHC version -ghc-version: "9.4.3" +ghc-version: "9.2.5" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version