-
7728dabc
by Zubin Duggal at 2026-04-10T00:32:03+05:30
Bump template-haskell to 2.25.0.0; update submodule exceptions for TH 2.25
-
76429968
by Zubin Duggal at 2026-04-10T00:32:03+05:30
Bump GHC version to 10.0
-
4a6c6729
by Zubin Duggal at 2026-04-10T00:32:13+05:30
Bump base to 4.23.0.0; update submodules for base 4.24 upper bound
-
efdd1e29
by Zubin Duggal at 2026-04-10T00:32:26+05:30
Bump GHC version to 10.1; update submodules template-haskell-lift and template-haskell-quasiquoter for ghc-internal 10.200
-
8f65b3c3
by Zubin Duggal at 2026-04-10T00:32:26+05:30
Use changelog.d for release notes (#26002)
GHC now uses a fragment-based changelog workflow using a custom script adapted from https://codeberg.org/fgaz/changelog-d.
Contributors add a file in changelog.d/ for each user-facing change.
At release time, these are assembled into release notes for sphinx (in RST) format, using
the tool.
New hadrian `changelog` target to generate changelogs
CI job to validate changelog entries for MRs unless skipped with ~"no-changelog" label
Teach sphinx about ghc-mr: extlink to link to MRs
Remove `ghc-package-list` from sphinx, and implement it in changelog-d instead (Fixes #26476).
(cherry picked from commit 989c07249978f418dfde1353abfad453f024d61a)