From 02b60274caa3b06b34166835c9cc4cecfc585c3f Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski <mikolaj@well-typed.com> Date: Mon, 7 Mar 2022 10:19:40 +0100 Subject: [PATCH] Move release checklist to the wiki --- release-checklist.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/release-checklist.md b/release-checklist.md index df75023ecc..e891b079c2 100644 --- a/release-checklist.md +++ b/release-checklist.md @@ -1,11 +1 @@ -# For major release - -- Add new SPDX License list data - -# For release for new GHC version: - -- Update GHC flags in `normaliseGhcArgs`, and add the GHC version to - `supportedGHCVersions` (`Distribution.Simple.Program.GHC`) -- Update `Language.Haskell.Extension` list, if there are new GHC extensions -- Update `setupMinCabalVersionConstraint` (in `Distribution.Client.ProjectPlanning`) -- Update `Cabal.Distribution.Simple.GHC` to include new GHC version +the new release checklist is at https://github.com/haskell/cabal/wiki/Making-a-release (easier to edit) -- GitLab