Skip to content

Commit 672dabc

Browse files
authored
Note listed ghcs are the supported ones
1 parent 8b5a1e0 commit 672dabc

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)