Skip to content

Commit

Permalink
Improve the cabal update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed Feb 9, 2009
1 parent eeb4f76 commit eec0fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Distribution/Client/Update.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ updateRepo :: Verbosity -> Repo -> IO ()
updateRepo verbosity repo = case repoKind repo of
Right LocalRepo -> return ()
Left remoteRepo -> do
notice verbosity $ "Downloading package list from server '"
++ show (remoteRepoURI remoteRepo) ++ "'"
notice verbosity $ "Downloading the latest package list from "
++ remoteRepoName remoteRepo
indexPath <- downloadIndex verbosity remoteRepo (repoLocalDir repo)
BS.writeFileAtomic (dropExtension indexPath) . GZip.decompress
=<< BS.readFile indexPath
Expand Down

0 comments on commit eec0fc9

Please sign in to comment.