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 75f72a6 commit 35b7a0bCopy full SHA for 35b7a0b
cabal-install/src/Distribution/Client/CmdInstall.hs
@@ -992,7 +992,8 @@ installLibraries
992
when showWarning $
993
warn verbosity $
994
"The libraries were installed by creating a global GHC environment file at:\n"
995
- ++ envFile ++ "\n"
+ ++ envFile
996
+ ++ "\n"
997
++ "\n"
998
++ "The presence of such an environment file is likely to confuse or break other "
999
++ "tools because it changes GHC's behaviour: it changes the default package set in "
0 commit comments