From de8a79f0d7d0634dcaa894ee7b1d4b992c58799e Mon Sep 17 00:00:00 2001 From: =?utf8?q?H=C3=A9cate=20Moonlight?= Date: Wed, 20 Sep 2023 23:25:36 +0200 Subject: [PATCH] Remove ExtendedLiterals from changelog for 3.10.2.0 (#9279) --- release-notes/Cabal-3.10.2.0.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release-notes/Cabal-3.10.2.0.md b/release-notes/Cabal-3.10.2.0.md index 5471aa2f1..0c60f7ff2 100644 --- a/release-notes/Cabal-3.10.2.0.md +++ b/release-notes/Cabal-3.10.2.0.md @@ -20,10 +20,6 @@ Cabal and Cabal-syntax 3.10.2.0 changelog and release notes which had a separate bug (fixed in later versions but not backported) when Haddock does not pass `--quickjump` recursively to the package dependencies. -- Add language extension ExtendedLiterals [#8992](https://github.com/haskell/cabal/pull/8992) - - - adds support for the ExtendedLiterals language extension (GHC proposal #451) - - Regenerate Lexer.hs to avoid out-of-bound array access due to a bug in Alex [#8892](https://github.com/haskell/cabal/issues/8892) [#8896](https://github.com/haskell/cabal/pull/8896) - Regenerate Cabal-syntax's Lexer.hs with Alex 3.2.7.3 which includes a fix for -- 2.11.4.GIT