GHC 8.10.1 tracking ticket
This is the template to be used to create release tracking tickets. Copy this into a new issue and fill in the TODOs.
This is the release checklist for the TODO milestone. See #16816 for the template that this was derived from.
Pre-release checklist
-
Remove the release notes for the previous release (e.g. docs/users_guide/8.6.*-notes.rst) -
Make release branch (e.g. ghc-8.10) -
Make post-release branch (e.g. ghc-8.11-start) -
Submodules on released tags (produced using this script): -
libraries/Cabal: version 3.2.0.0-(alpha3) (see !2366 (merged)) -
libraries/Win32: version 2.6.1.0 -
libraries/binary: version 0.8.8.0 -
libraries/bytestring: https://github.com/haskell/bytestring/issues/198 -
libraries/containers: version 0.6.2.1 -
libraries/deepseq: https://github.com/haskell/deepseq/issues/53 -
libraries/directory: version 1.3.5.0 -
libraries/exceptions: https://github.com/ekmett/exceptions/issues/79 -
libraries/filepath: version1.4.2.1-ghc1 -
libraries/haskeline: v0.8.0.1 -
libraries/mtl: version 2.2.2 -
libraries/parsec: needs revision -
libraries/pretty: version 1.1.3.6 -
libraries/process: version 1.6.8.1 -
libraries/terminfo: needs revision of 0.4.1.4 -
libraries/text: version 1.2.4.0 -
libraries/time: version 1.9.3 -
libraries/transformers: version 0.5.6.2 -
libraries/unix: revision of v2.7.2.2-r3 -
libraries/xhtml: version 3000.2.2.1 -
utils/haddock: version todo -
utils/hsc2hs: https://github.com/haskell/hsc2hs/issues/41
-
-
Non-released submodules up-to-date: -
nofib -
libffi-tarballs -
libraries/integer-gmp/gmp/gmp-tarballs
-
-
Release notes ( docs/users_guide/x.y.z-notes.rst) written -
Release notes linked in docs/users_guide/index.rst -
autoconfscripts updated -
LlvmVersioninconfigure.acis targetting intended LLVM version -
Release notes mentions LLVM version requirement -
llvm-targetsfile updated -
Changelogs updated: -
libraries/ghc-prim -
libraries/integer-gmp -
libraries/integer-simple -
libraries/hpc -
libraries/base -
libraries/ghc-boot-th -
libraries/ghc-boot
-
-
Verify that the ~"backport needed" label has no more issues/merge requests needing backport -
Verify that all CI builds are green before moving to release checklist
Release checklist
-
Push a provision provisional release commit to trigger the release builds using git push -o ci.variable="RELEASE=yes" -
Wait until builds finish; verify that they finished successfully -
Fetch release artifacts TODO: documentation -
Sign and push release artifacts to downloads.haskell.org[TODO: documentation] -
Make a release tag -
Release/revise GHC-maintained libraries on Hackage [TODO: documentation] -
libraries/base -
libraries/ghc-prim -
libraries/array -
libraries/stm -
libraries/ghc-heap -
libraries/ghc-compact -
libraries/ghc-boot -
libraries/ghc-boot-th -
libraries/hpc -
libraries/libiserv -
libraries/template-haskell -
libraries/integer-gmp -
libraries/integer-simple
-
-
Update ghc/homepage>: -
Write download page (see ghc/homepage>) -
Add news item to index.html -
Add link to download.shtml -
Look over changes locally -
Add release announcement to GHC blog -
Push changes to master
-
-
Announce on: GHC developers <ghc-devs@haskell.org>, GHC Users <glasgow-haskell-users@haskell.org>, Haskell Cafe <haskell-cafe@haskell.org> -
Announce on: Haskell Discourse, /r/haskell, Twitter -
Update latestsymlink ondownloads.haskell.org -
Ensure that the Migration page is up-to-date
Post-release checklist
-
Update the Wiki status page -
Update the language pragma history -
Mark milestone as closed -
Update the VersionHistory wiki page -
Set RELEASE=NO
Edited by Simon Jakobi