diff --git a/app/ghcup/Main.hs b/app/ghcup/Main.hs index 1ae7178..d4e3f7c 100644 --- a/app/ghcup/Main.hs +++ b/app/ghcup/Main.hs @@ -750,7 +750,8 @@ Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues VLeft (V (BuildFailed tmpdir e)) -> runLogger ($(logError) [i|Build failed with #{e} -Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues.|] +Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues. +Make sure to clean up #{tmpdir} afterwards.|] ) >> exitFailure VLeft e ->