CURATORS: bump Win32 when updating ghc version

This commit is contained in:
Jens Petersen 2022-01-15 17:00:20 +08:00 committed by GitHub
parent b38fb534dd
commit aa8140f587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.)