Skip to content

Commit 37aaaec

Browse files
committed
Formatting
1 parent cf08c6f commit 37aaaec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cabal-install/src/Distribution/Client/CmdInstall.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,9 @@ installLibraries
950950
unless usedExistingPkgEnvFile $
951951
warn verbosity $
952952
"The libraries were installed by creating a global GHC environment file at:\n"
953-
++ " " ++ envFile ++ "\n"
953+
++ " "
954+
++ envFile
955+
++ "\n"
954956
++ "The presence of such an environment file has several knock-on effects. Because\n"
955957
++ "changes the default package set in ghc and ghci from their default (which is\n"
956958
++ "\"all boot libraries\"), and because GHC environment files are little-used, other\n"

0 commit comments

Comments
 (0)