From 0bff53db25ea88cdd9ee854d662ace622afbb6c9 Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski <mikolaj@well-typed.com> Date: Mon, 27 Sep 2021 16:38:54 +0200 Subject: [PATCH] Add changelogs for the three non-internal changes in cabal 3.6.2 (cherry picked from commit f8f96943850d9b363aa4ec5aa150c4ed31e43bac) --- changelog.d/pr-7650 | 8 ++++++++ changelog.d/pr-7652 | 9 +++++++++ changelog.d/pr-7657 | 6 ++++++ 3 files changed, 23 insertions(+) create mode 100644 changelog.d/pr-7650 create mode 100644 changelog.d/pr-7652 create mode 100644 changelog.d/pr-7657 diff --git a/changelog.d/pr-7650 b/changelog.d/pr-7650 new file mode 100644 index 0000000000..5a0e4e9c8b --- /dev/null +++ b/changelog.d/pr-7650 @@ -0,0 +1,8 @@ +synopsis: Make Paths_ modules work with non-standard preludes again +pr: #7650 +issues: #5962 +significance: significant +description: { + +- Generate Paths_ module with qualified Data.List.last import so that compatibility with non-standard preludes is not regressed compared to cabal 3.4. +} \ No newline at end of file diff --git a/changelog.d/pr-7652 b/changelog.d/pr-7652 new file mode 100644 index 0000000000..3d97adc5d5 --- /dev/null +++ b/changelog.d/pr-7652 @@ -0,0 +1,9 @@ +synopsis: Windows: redo the fix to breakage caused by new autoconf; the wrong fix made cabal sometimes fail with old autoconf +pr: #7652 #7651 +issues: #7649 #7494 +significance: significant +description: { + +- Reverts #7510 that failed on Windows when used with pre-generated scripts included in packages such as network, time, process. +- Adds a subtler fix/workaround for the deficiencies of new autoconf versions on Windows. +} \ No newline at end of file diff --git a/changelog.d/pr-7657 b/changelog.d/pr-7657 new file mode 100644 index 0000000000..f3b291c950 --- /dev/null +++ b/changelog.d/pr-7657 @@ -0,0 +1,6 @@ +synopsis: Regenerate bootstrap/ with GHC updated from 8.10.4 to 8.10.7 +pr: #7657 #7658 +description: { + +- 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. +} \ No newline at end of file -- GitLab