Skip to content

Commit

Permalink
repair IndexUtils with upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cnd committed Oct 25, 2012
1 parent 905e45f commit 4aa2ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/IndexUtils.hs
Expand Up @@ -202,7 +202,7 @@ readRepoIndex verbosity repo =
when (dt >= isOldThreshold) $ case repoKind repo of
Left remoteRepo -> warn verbosity $
"The package list for '" ++ remoteRepoName remoteRepo
++ "' is " ++ show (tdDay diff) ++ " days old.\nRun "
++ "' is " ++ show dt ++ " days old.\nRun "
++ "'hackport update' to get the latest list of available packages."
Right _localRepo -> return ()

Expand Down

0 comments on commit 4aa2ece

Please sign in to comment.