-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject index states after last known timestamp
- Loading branch information
Showing
2 changed files
with
66 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
synopsis: Reject index-state younger than cached index file | ||
packages: cabal-install | ||
prs: #8944 | ||
|
||
description: { | ||
|
||
Requesting to use an index-state younger than the cached version will now fail, | ||
telling the user to use an index-state older or equal to the cached file, or to | ||
run `cabal update`. | ||
|
||
The warning for a non-existing index-state has been also demoted to appear only | ||
on verbose logging. | ||
|
||
} |