From aa8140f587d8656cf7d895999d5aab9f1f1f9365 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 15 Jan 2022 17:00:20 +0800 Subject: [PATCH] CURATORS: bump Win32 when updating ghc version --- CURATORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 23f84211..0e3b25af 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -210,6 +210,8 @@ 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.\*). +Update the `Win32` version in `build-constraints.yaml` under "GHC upper bounds". + Note that when starting a new LTS major release, you'll need to modify `.github/workflows/image.yml` to add a new lts branch. Update `GHCVER` in `Dockerfile`. (This env var automatically gets passed to `debian-bootstrap.sh`.)