Skip to content

Commit df6de32

Browse files
authored
Merge pull request #8034 from Mikolaj/master
Add release notes for 3.6.3 and move release checklist to the wiki and update some
2 parents 03334eb + b32ccf8 commit df6de32

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Cabal/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.6.3.0 March 2022
2+
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.3.0.md
3+
14
# 3.6.2.0 [Emily Pillmore](mailgo:[email protected]) October 2021
25
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.2.0.md
36

release-checklist.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
# For major release
2-
3-
- Add new SPDX License list data
4-
5-
# For release for new GHC version:
6-
7-
- Update GHC flags in `normaliseGhcArgs`, and add the GHC version to
8-
`supportedGHCVersions` (`Distribution.Simple.Program.GHC`)
9-
- Update `Language.Haskell.Extension` list, if there are new GHC extensions
10-
- Update `setupMinCabalVersionConstraint` (in `Distribution.Client.ProjectPlanning`)
11-
- Update `Cabal.Distribution.Simple.GHC` to include new GHC version
1+
the new release checklist is at https://github.com/haskell/cabal/wiki/Making-a-release (easier to edit)

release-notes/Cabal-3.6.3.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Cabal 3.6.3.0 Changelog
2+
---
3+
4+
### Significant changes
5+
6+
- Disable job management on Windows 7
7+
8+
- Cabal now works on Windows 7.

0 commit comments

Comments
 (0)