diff --git a/lib/GHCup.hs b/lib/GHCup.hs index 05dfa47..21f363d 100644 --- a/lib/GHCup.hs +++ b/lib/GHCup.hs @@ -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 ()