Skip to content
Snippets Groups Projects
Commit 71ed3c4f authored by Emily Pillmore's avatar Emily Pillmore :ocean:
Browse files

Revert "add changelogs for Cabal-3.6.2.0 and cabal-install-3.6.2.0"

This reverts commit 3d9ee26a.
parent 3d9ee26a
No related branches found
No related tags found
No related merge requests found
# 3.6.2.0 [Emily Pillmore](mailgo:emilypi@cohomolo.gy) October 2021
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.2.0.md
# 3.6.1.0 [Emily Pillmore](mailgo:emilypi@cohomolo.gy) August 2021
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.1.0.md
# 3.8.0.0 [Emily Pillmore](mailgo:emilypi@cohomolo.gy) _Month _Year
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.8.0.0.md
# 3.6.0.0 [Emily Pillmore](mailgo:emilypi@cohomolo.gy) August 2021
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md
......
-*-change-log-*-
3.6.2.0 Emily Pillmore <emilypi@cohomolo.gy> October 2021
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.6.2.0.md
3.6.0.0 Emily Pillmore <emilypi@cohomolo.gy> August 2021
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.6.0.0.md
......
synopsis: 'cabal check' to fail when no upper bounds for base or Cabal are present in setup dependencies
packages: Cabal cabal-install
packages: Cabal, cabal-install
issues: #4683
prs: #5370 #7409
prs: #5370, #7409
synopsis: Handle option argument parse errors without 'error'
packages: Cabal cabal-install
packages: Cabal, cabal-install
prs: #7579
issues: #7573
description: {
......
synopsis: Add 'preferred-versions' support for LocalIndexRepo
packages: cabal-install
prs: #7296
issues: #7249 #5603
issues: #7249, #5603
description: {
......@@ -9,3 +9,4 @@ description: {
versions of packages. In particular, if the only newer version of a package has been deprecated,
`cabal outdated` should not report that there are newer versions available.
}
......@@ -8,7 +8,7 @@ description {
- Moves `cabal-install-solver` out to its own directory, and treats it as its own separate project. Addresses #6090, #7224, and #3781
- Enable HPC coverage
- Enable HPC coverage:
- absorb `cabal-install-solver-dsl` module into the test modules, and
incorporate it into its own test target.
......
synopsis: Add fields extra-libraries-static and extra-lib-dirs-static
packages: Cabal
prs: #7536
issues: #7399 #6688
issues: #7399, #6688
### Significant changes
- Make Paths_ modules work with non-standard preludes again [#5962](https://github.com/haskell/cabal/issues/5962)
- Generate Paths_ module with qualified Data.List.last import so that compatibility with non-standard preludes is not regressed compared to cabal 3.4.
- Windows: redo the fix to breakage caused by new autoconf; the wrong fix made cabal sometimes fail with old autoconf [#7494](https://github.com/haskell/cabal/issues/7494) [#7649](https://github.com/haskell/cabal/issues/7649)
- 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.
### Other changes
- Regenerate bootstrap/ with GHC updated from 8.10.4 to 8.10.7
- 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.
### Significant changes
- Make Paths_ modules work with non-standard preludes again [#5962](https://github.com/haskell/cabal/issues/5962)
- Generate Paths_ module with qualified Data.List.last import so that compatibility with non-standard preludes is not regressed compared to cabal 3.4.
- Windows: redo the fix to breakage caused by new autoconf; the wrong fix made cabal sometimes fail with old autoconf [#7494](https://github.com/haskell/cabal/issues/7494) [#7649](https://github.com/haskell/cabal/issues/7649)
- 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.
### Other changes
- Regenerate bootstrap/ with GHC updated from 8.10.4 to 8.10.7
- 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.
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