Skip to content
Snippets Groups Projects
Commit 667d33d4 authored by f-a's avatar f-a Committed by Mikolaj
Browse files

State supported GHC versions in release notes

parent bd04c6e6
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
# If you remove something from here.. then add it to the old-ghcs job.
# If you remove something from here, then add it to the old-ghcs job.
# Also a removed GHC from here means that we are actually dropping
# support, so the PR *must* have a changelog entry.
ghc: ['9.8.2', '9.6.4', '9.4.8', '9.2.8', '9.0.2', '8.10.7', '8.8.4', '8.6.5']
exclude:
# corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment