Re #7777: upgrade requirements.txt to latest versions
[cabal.git] / changelog.d / pr-7296
blob2dbd0a0576d896b192a64bc33ce7dba1fe2f8094
1 synopsis: Add 'preferred-versions' support for LocalIndexRepo
2 packages: cabal-install
3 prs: #7296
4 issues: #7249 #5603
6 description: {
8 - `cabal outdated` honours the 'preferred-versions' file which might deprecate or prefer certain
9   versions of packages. In particular, if the only newer version of a package has been deprecated,
10   `cabal outdated` should not report that there are newer versions available.