Rewording

This commit is contained in:
Chris Smith 2021-09-11 23:24:21 -04:00
parent 972474f79a
commit c3aab65521
1 changed files with 1 additions and 2 deletions

View File

@ -1033,8 +1033,7 @@ warnAboutHlsCompatibility = do
(Just gv, Just hv) | gv `notElem` supportedGHC -> do
logWarn $ "GHC " <> T.pack (prettyShow gv) <> " is not compatible with "
<> "Haskell Language Server " <> T.pack (prettyShow hv) <> "."
logWarn $ "Haskell IDE support may not work correctly until this is "
<> "fixed."
logWarn $ "Haskell IDE support may not work until this is fixed."
logWarn $ "Install a different HLS version, or run `ghcup list` to see "
<> "supported GHC versions."
_ -> return ()