Skip to content

Commit 35b7a0b

Browse files
committed
Formatting
1 parent 75f72a6 commit 35b7a0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,8 @@ installLibraries
992992
when showWarning $
993993
warn verbosity $
994994
"The libraries were installed by creating a global GHC environment file at:\n"
995-
++ envFile ++ "\n"
995+
++ envFile
996+
++ "\n"
996997
++ "\n"
997998
++ "The presence of such an environment file is likely to confuse or break other "
998999
++ "tools because it changes GHC's behaviour: it changes the default package set in "

0 commit comments

Comments
 (0)