From 737f72f90f7918b1bd824422ac08ce0664aa2311 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 11 Sep 2021 23:35:39 -0400 Subject: [PATCH] Lint fix. --- lib/GHCup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GHCup.hs b/lib/GHCup.hs index 21f363d..a383d2c 100644 --- a/lib/GHCup.hs +++ b/lib/GHCup.hs @@ -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 ()