Skip to content
Snippets Groups Projects
Commit 1379f545 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

Use the more general prettyShow

parent 077c093c
No related branches found
No related tags found
No related merge requests found
......@@ -602,7 +602,7 @@ symlinkBuiltPackage verbosity mkSourceBinDir destDir (pkg, components) =
-- | Symlink a specific exe.
symlinkBuiltExe :: Verbosity -> FilePath -> FilePath -> UnqualComponentName -> IO Bool
symlinkBuiltExe verbosity sourceDir destDir exe = do
notice verbosity $ "Symlinking " ++ unUnqualComponentName exe
notice verbosity $ "Symlinking " ++ prettyShow exe
symlinkBinary
destDir
sourceDir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment