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 @@ -337,10 +337,10 @@ instance Exception BuildException where
337
337
, " Maybe you're running another copy of Stack?"
338
338
]
339
339
displayException (TaskCycleBug pid) = bugReport " [S-7868]" $
340
- " Error: The impossible happened! Unexpected task cycle for "
340
+ " Unexpected task cycle for "
341
341
++ packageNameString (pkgName pid)
342
342
displayException (PackageIdMissingBug ident) = bugReport " [S-8923]" $
343
- " The impossible happened! singleBuild: missing package ID missing: "
343
+ " singleBuild: missing package ID missing: "
344
344
++ show ident
345
345
displayException AllInOneBuildBug = bugReport " [S-7371]"
346
346
" Cannot have an all-in-one build that also has a final build step."
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ newtype TypeTemplateNameException
31
31
32
32
instance Exception TypeTemplateNameException where
33
33
displayException (DefaultTemplateNameNotParsedBug s) = bugReport " [S-7410]" $
34
- " The impossible happened! Cannot parse default template name: "
34
+ " Cannot parse default template name: "
35
35
++ s
36
36
37
37
-- | A template name.
You can’t perform that action at this time.
0 commit comments