Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ExtendedLiterals from changelog for 3.10.2.0 #9280

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions release-notes/Cabal-3.10.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down