From dee6cbb9ab27f9efb043c62e389313b0912dc71e Mon Sep 17 00:00:00 2001 From: Francesco Ariis Date: Mon, 29 Apr 2024 16:31:54 +0200 Subject: [PATCH] State supported GHC versions in release notes --- release-notes/Cabal-3.12.0.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-notes/Cabal-3.12.0.0.md b/release-notes/Cabal-3.12.0.0.md index 3825c9e8985..f177338c6ec 100644 --- a/release-notes/Cabal-3.12.0.0.md +++ b/release-notes/Cabal-3.12.0.0.md @@ -73,6 +73,10 @@ Cabal and Cabal-syntax 3.12.0.0 changelog and release notes If you are dealing with a custom setup, you have to invoke `./Setup repl --repl-multi-file`. +- Cabal and Cabal-syntax 3.12 support GHC version 8.4.4 and up. + + Support for all previous GHC versions is deprecated. + ### Other changes - `cabal init` should not suggest Cabal < 2.0 [#8680](https://github.com/haskell/cabal/issues/8680)