Skip to content

Commit 8a18255

Browse files
authored
Merge pull request #2286 from haskell/jneira/install-ghc-list-msg
Note in the install script that listed ghcs are the supported ones
2 parents 8b5a1e0 + 672dabc commit 8a18255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/src/Env.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ findInstalledGhcs = do
5151

5252
showInstalledGhcs :: MonadIO m => [(VersionNumber, GhcPath)] -> m ()
5353
showInstalledGhcs ghcPaths = do
54-
let msg = "Found the following GHC paths: \n"
54+
let msg = "Found the following *supported by HLS* GHC paths: \n"
5555
++ unlines
5656
(map (\(version, path) -> "ghc-" ++ version ++ ": " ++ path)
5757
ghcPaths

0 commit comments

Comments
 (0)