From 7d3e04f73f450daa4d6febd2b7f0d40bfa5a088b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Jun 2023 19:14:25 +0200 Subject: [PATCH] CURATORS remove few more obsoleted info --- CURATORS.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index dbc09886..b1f8c826 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -208,17 +208,11 @@ 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., lts20 for lts-20.\*).) -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 the scripts in `docker/`). - Ensure that the [global-hints.yaml file](https://github.com/fpco/stackage-content/blob/master/stack/global-hints.yaml) is updated with information on the latest GHC release by cloning that