Skip to content

Commit d428c5f

Browse files
authored
Merge pull request haskell#9953 from ffaf1/drop-ghc-support-changelog
State supported GHC versions in release notes
2 parents bd04c6e + 667d33d commit d428c5f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/validate.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
strategy:
6868
matrix:
6969
os: [ubuntu-latest, macos-13, windows-latest]
70-
# If you remove something from here.. then add it to the old-ghcs job.
70+
# If you remove something from here, then add it to the old-ghcs job.
71+
# Also a removed GHC from here means that we are actually dropping
72+
# support, so the PR *must* have a changelog entry.
7173
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']
7274
exclude:
7375
# corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356

release-notes/Cabal-3.12.0.0.md

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Cabal and Cabal-syntax 3.12.0.0 changelog and release notes
7373
If you are dealing with a custom setup, you have to invoke
7474
`./Setup repl --repl-multi-file`.
7575
76+
- Cabal and Cabal-syntax 3.12 support GHC version 8.4.4 and up.
77+
78+
Support for all previous GHC versions is deprecated.
79+
7680
### Other changes
7781
7882
- `cabal init` should not suggest Cabal < 2.0 [#8680](https://github.com/haskell/cabal/issues/8680)

0 commit comments

Comments
 (0)