We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f9dd5 commit d5e28beCopy full SHA for d5e28be
1 file changed
src/Stack/Build/Types.hs
@@ -209,7 +209,7 @@ instance Show StackBuildException where
209
-- Supressing duplicate output
210
show (CabalExitedUnsuccessfully exitCode taskProvides' execName fullArgs logFiles bs) =
211
let fullCmd = (dropQuotes (show execName) ++ " " ++ (unwords fullArgs))
212
- logLocations = maybe "" (\fp -> "\n Logs have been written to: " ++ show fp) logFiles
+ logLocations = maybe "" (\fp -> "\n Logs have been written to: " ++ toFilePath fp) logFiles
213
in "\n-- While building package " ++ dropQuotes (show taskProvides') ++ " using:\n" ++
214
" " ++ fullCmd ++ "\n" ++
215
" Process exited with code: " ++ show exitCode ++
0 commit comments