Re #7777: upgrade requirements.txt to latest versions
[cabal.git] / changelog.d / issue-6767
blobfd4f66ee177571fd454d02e22a973452f739ae8e
1 synopsis:  Remove World file functionality
2 packages: cabal-install
3 issues: #6767
4 prs: #7746
5 description: {
6 In v1-install, 'world' was used to trace what packages have been
7 installed, and re-install everything that is listed in it on-demand. However, in
8 v2-install, this is no longer needed, and outdated.
9 Additionally, 'world' code-path is probably not up-to-date, remove it instead of
10 having partial features.
12 - Don't generate `world` file in `~/.cabal` when `v1-install` is executed.
14 - Don't ever read `world` from `~/.cabal`.
16 - Remove meta-target `world` from `v1-install`.