We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf08c6f commit 37aaaecCopy full SHA for 37aaaec
cabal-install/src/Distribution/Client/CmdInstall.hs
@@ -950,7 +950,9 @@ installLibraries
950
unless usedExistingPkgEnvFile $
951
warn verbosity $
952
"The libraries were installed by creating a global GHC environment file at:\n"
953
- ++ " " ++ envFile ++ "\n"
+ ++ " "
954
+ ++ envFile
955
+ ++ "\n"
956
++ "The presence of such an environment file has several knock-on effects. Because\n"
957
++ "changes the default package set in ghc and ghci from their default (which is\n"
958
++ "\"all boot libraries\"), and because GHC environment files are little-used, other\n"
0 commit comments