Skip to content

Commit 585b482

Browse files
authored
Merge pull request #7720 from haskell/mergify/bp/3.6/pr-7687
Add changelogs for the three non-internal changes in cabal 3.6.2 (backport #7687)
2 parents dcdc0c7 + 0bff53d commit 585b482

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

changelog.d/pr-7650

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
synopsis: Make Paths_ modules work with non-standard preludes again
2+
pr: #7650
3+
issues: #5962
4+
significance: significant
5+
description: {
6+
7+
- Generate Paths_ module with qualified Data.List.last import so that compatibility with non-standard preludes is not regressed compared to cabal 3.4.
8+
}

changelog.d/pr-7652

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
synopsis: Windows: redo the fix to breakage caused by new autoconf; the wrong fix made cabal sometimes fail with old autoconf
2+
pr: #7652 #7651
3+
issues: #7649 #7494
4+
significance: significant
5+
description: {
6+
7+
- Reverts #7510 that failed on Windows when used with pre-generated scripts included in packages such as network, time, process.
8+
- Adds a subtler fix/workaround for the deficiencies of new autoconf versions on Windows.
9+
}

changelog.d/pr-7657

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
synopsis: Regenerate bootstrap/ with GHC updated from 8.10.4 to 8.10.7
2+
pr: #7657 #7658
3+
description: {
4+
5+
- This regenerates bootstrap plans using new package versions and also updating GHC from 8.10.4 to 8.10.7, as requested by GHC HQ.
6+
}

0 commit comments

Comments
 (0)