diff --git a/app/ghcup/Main.hs b/app/ghcup/Main.hs index cf10529..2a75c88 100644 --- a/app/ghcup/Main.hs +++ b/app/ghcup/Main.hs @@ -292,7 +292,7 @@ com = ( Install <$> info (installParser <**> helper) - ( progDesc "Install or update GHC/cabal" + ( progDesc "Install or update GHC/cabal/HLS" <> footerDoc (Just $ text installToolFooter) ) ) @@ -308,7 +308,7 @@ com = "rm" (info (Rm <$> rmParser <**> helper) - ( progDesc "Remove a GHC/cabal version" + ( progDesc "Remove a GHC/cabal/HLS version" <> footerDoc (Just $ text rmFooter) ) ) @@ -1124,7 +1124,7 @@ Report bugs at |] ---------------------------------------- -- Getting download and platform info -- ---------------------------------------- - + ghcupInfo <- ( runLogger . runE @'[JSONError , DownloadFailed, FileDoesNotExistError]