Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmeding committed Feb 12, 2024
1 parent cf08c6f commit 37aaaec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cabal-install/src/Distribution/Client/CmdInstall.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 37aaaec

Please sign in to comment.