Lint fix.

This commit is contained in:
Chris Smith 2021-09-11 23:35:39 -04:00
parent c3aab65521
commit 737f72f90f
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +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 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 ()