Solver Hackage benchmark: Explicitly initialize cabal config files
[cabal.git] / changelog.d / index-state-cabal-update
blobf40ae672709ff276758013db23ff5bbe27e07654
1 synopsis: Reject index-state younger than cached index file
2 packages: cabal-install
3 prs: #8944
5 description: {
7 Requesting to use an index-state younger than the cached version will now fail,
8 telling the user to use an index-state older or equal to the cached file, or to
9 run `cabal update`.
11 The warning for a non-existing index-state has been also demoted to appear only
12 on verbose logging.