From ee570c024c42e6f59aacaf594a5dc9f309c98b11 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 17 Mar 2020 18:39:41 +0100 Subject: [PATCH] Improve logging messages --- app/ghcup/Main.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/ghcup/Main.hs b/app/ghcup/Main.hs index 429e361..3771799 100644 --- a/app/ghcup/Main.hs +++ b/app/ghcup/Main.hs @@ -619,7 +619,7 @@ main = do 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.|] ) >> exitFailure VLeft e -> do @@ -703,7 +703,7 @@ 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.|] ) >> exitFailure VLeft e -> @@ -721,7 +721,7 @@ 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.|] ) >> exitFailure VLeft e ->