CURATORS: no longer need to update image for ghc updates

This commit is contained in:
Jens Petersen 2023-01-01 12:28:43 +08:00
parent b6e74efe2e
commit ee2ce58960

View File

@ -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".