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 8b5a1e0 commit 672dabcCopy full SHA for 672dabc
install/src/Env.hs
@@ -51,7 +51,7 @@ findInstalledGhcs = do
51
52
showInstalledGhcs :: MonadIO m => [(VersionNumber, GhcPath)] -> m ()
53
showInstalledGhcs ghcPaths = do
54
- let msg = "Found the following GHC paths: \n"
+ let msg = "Found the following *supported by HLS* GHC paths: \n"
55
++ unlines
56
(map (\(version, path) -> "ghc-" ++ version ++ ": " ++ path)
57
ghcPaths
0 commit comments