Skip to content
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: 4 additions & 0 deletions release-notes/Cabal-3.12.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- Label error messages with codes (following GHC, Stack)

As with GHC and Stack, Cabal and cabal-install now generate warnings and errors prefixed with error codes of the form `[Cabal-xxxxx]`. These will be documented on https://errors.haskell.org, although very few are as yet.
Expand Down