File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ data SetupPrettyException
358358
359359instance Pretty SetupPrettyException where
360360 pretty (GHCInstallFailed ex step cmd args wd tempDir destDir) =
361- flow " Error: [S-7441]"
361+ " [S-7441]"
362362 <> line
363363 <> string (displayException ex)
364364 <> line
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ data UploadPrettyException
5656
5757instance Pretty UploadPrettyException where
5858 pretty AuthenticationFailure =
59- " Error: " <+> " [S-2256]"
59+ " [S-2256]"
6060 <> line
6161 <> flow " authentification failure"
6262 <> line
6363 <> flow " Authentication failure uploading to server"
6464 pretty (ArchiveUploadFailure code res tarName) =
65- " Error: " <+> " [S-6108]"
65+ " [S-6108]"
6666 <> line
6767 <> flow " unhandled status code:" <+> fromString (show code)
6868 <> line
You can’t perform that action at this time.
0 commit comments