Skip to content

Commit

Permalink
Merge pull request #6504 from haskell/bgamari-patch-1
Browse files Browse the repository at this point in the history
IndexUtils: Add missing whitespace in warning
  • Loading branch information
phadej authored Feb 8, 2020
2 parents 11ec034 + 0edaa17 commit 202a178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/IndexUtils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ getSourcePackagesAtIndexState verbosity repoCtxt mb_idxState = do
when (isiMaxTime isi /= ts0) $
if ts0 > isiMaxTime isi
then warn verbosity $
"Requested index-state" ++ display ts0
"Requested index-state " ++ display ts0
++ " is newer than '" ++ rname ++ "'!"
++ " Falling back to older state ("
++ display (isiMaxTime isi) ++ ")."
Expand Down

0 comments on commit 202a178

Please sign in to comment.