From eba6675b2c5fceb80f0750db0fe2ffb439d984ce Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 7 Sep 2025 11:14:17 +0200 Subject: [PATCH] doc/release-notes: Only mention GHC major version Since we're not mentioning drops of minor versions in the release notes anyway, we also don't need to include the minor version when we drop a whole major. --- doc/release-notes/rl-2511.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/rl-2511.section.md b/doc/release-notes/rl-2511.section.md index 12da7843bb40..31a80a572009 100644 --- a/doc/release-notes/rl-2511.section.md +++ b/doc/release-notes/rl-2511.section.md @@ -24,7 +24,7 @@ - GCC 9, 10, 11, and 12 have been removed, as they have reached end‐of‐life upstream and are no longer supported. -- GHC 8.6.5 and its package set have been removed. It was only used to bootstrap GHC for powerpc64le, but this was probably broken anyway. +- GHC 8.6 and its package set have been removed. It was only used to bootstrap GHC for powerpc64le, but this was probably broken anyway. - `base16-builder` node package has been removed due to lack of upstream maintenance.