File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cabal-install/src/Distribution/Client Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ getSourcePackagesAtIndexState verbosity repoCtxt mb_idxState mb_activeRepos = do
280
280
" Stopping this command as the requested index-state=" ++ prettyShow ts0
281
281
++ " is newer than " ++ prettyShow (isiMaxTime isi)
282
282
++ " , the most recent state of '" ++ unRepoName rname
283
- ++ " '. You could try 'cabal update' to bring down a later state or request an earlier timestamp for index-state."
283
+ ++ " '. You could try 'cabal update' to bring down a later state or force the use of current local state with `-- index-state=HEAD` ."
284
284
else info verbosity $
285
285
" Requested index-state " ++ prettyShow ts0
286
286
++ " does not exist in '" ++ unRepoName rname ++ " '!"
You can’t perform that action at this time.
0 commit comments