Skip to content

Commit

Permalink
Merge pull request #7670 from ivanperez-keera/master
Browse files Browse the repository at this point in the history
Remove debug info from end of an error message (#7248)
  • Loading branch information
mergify[bot] authored Oct 6, 2021
2 parents c72b866 + 04aab68 commit bb08616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/IndexUtils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ readRepoIndex verbosity repoCtxt repo idxState =

errMissingPackageList repoRemote =
"The package list for '" ++ unRepoName (remoteRepoName repoRemote)
++ "' does not exist. Run 'cabal update' to download it." ++ show repoRemote
++ "' does not exist. Run 'cabal update' to download it."
errOutdatedPackageList repoRemote dt =
"The package list for '" ++ unRepoName (remoteRepoName repoRemote)
++ "' is " ++ shows (floor dt :: Int) " days old.\nRun "
Expand Down

0 comments on commit bb08616

Please sign in to comment.