File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
cabal-install/src/Distribution/Client Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -277,15 +277,15 @@ getSourcePackagesAtIndexState verbosity repoCtxt mb_idxState mb_activeRepos = do
277
277
when (isiMaxTime isi /= ts0) $
278
278
if ts0 > isiMaxTime isi
279
279
then warn verbosity $
280
- " Requested index-state " ++ prettyShow ts0
281
- ++ " is newer than ' " ++ unRepoName rname ++ " '! "
282
- ++ " Falling back to older state ( "
283
- ++ prettyShow (isiMaxTime isi) ++ " ) ."
280
+ " There is no index-state for ' "
281
+ ++ unRepoName rname ++ " ' exactly at the requested timestamp ( "
282
+ ++ prettyShow ts0 ++ " ). Falling back to the previous index- state that exists: "
283
+ ++ prettyShow (isiMaxTime isi) ++ " . Suggestion: use this other timestamp instead of the one you provided, the build plan will be the same ."
284
284
else info verbosity $
285
- " Requested index-state " ++ prettyShow ts0
286
- ++ " does not exist in ' " ++ unRepoName rname ++ " '! "
287
- ++ " Falling back to older state ( "
288
- ++ prettyShow (isiMaxTime isi) ++ " ) ."
285
+ " There is no index-state for ' "
286
+ ++ unRepoName rname ++ " ' exactly at the requested timestamp ( "
287
+ ++ prettyShow ts0 ++ " ). Falling back to the previous index- state that exists: "
288
+ ++ prettyShow (isiMaxTime isi) ++ " . Suggestion: use this other timestamp instead of the one you provided, the build plan will be the same ."
289
289
info verbosity (" index-state(" ++ unRepoName rname ++ " ) = " ++
290
290
prettyShow (isiMaxTime isi) ++ " (HEAD = " ++
291
291
prettyShow (isiHeadTime isi) ++ " )" )
You can’t perform that action at this time.
0 commit comments