From ee2ce58960c1e7d1fe175b50d49b9ff1051b45de Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Jan 2023 12:28:43 +0800 Subject: [PATCH] CURATORS: no longer need to update image for ghc updates --- CURATORS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index b3d80f0b..58d987d0 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -208,10 +208,10 @@ If a new package fails to build because of missing system libraries we often ask ### Upgrading GHC version -The Dockerfile contains information on which GHC versions should be used. You -can modify it and push it to Github to trigger a build. The nightly -branch is used for nightlies. For LTSes, we use the ltsX branch, where X is the -major version number (e.g., lts3 for lts-3.\*). +(~~The Dockerfile contains information on which GHC versions should be used.~~ +You can modify it and push it to Github to trigger a build. +The nightly branch is used for nightlies. For LTSes, we use the ltsX branch, +where X is the major version number (e.g., lts20 for lts-20.\*).) Update the `Win32` version in `build-constraints.yaml` under "GHC upper bounds".