diff --git a/cabal-install/src/Distribution/Client/CmdInstall.hs b/cabal-install/src/Distribution/Client/CmdInstall.hs index 9cc01fdc5ee..7a55f27ff48 100644 --- a/cabal-install/src/Distribution/Client/CmdInstall.hs +++ b/cabal-install/src/Distribution/Client/CmdInstall.hs @@ -950,7 +950,9 @@ installLibraries unless usedExistingPkgEnvFile $ warn verbosity $ "The libraries were installed by creating a global GHC environment file at:\n" - ++ " " ++ envFile ++ "\n" + ++ " " + ++ envFile + ++ "\n" ++ "The presence of such an environment file has several knock-on effects. Because\n" ++ "changes the default package set in ghc and ghci from their default (which is\n" ++ "\"all boot libraries\"), and because GHC environment files are little-used, other\n"