diff --git a/lib/GHCup/Utils.hs b/lib/GHCup/Utils.hs index 26fed41..816e1b7 100644 --- a/lib/GHCup/Utils.hs +++ b/lib/GHCup/Utils.hs @@ -187,7 +187,7 @@ rmMajorSymlinks tv@GHCTargetVersion{..} = do ----------------------------------- --- | Whethe the given GHC versin is installed. +-- | Whether the given GHC versin is installed. ghcInstalled :: (MonadIO m, MonadReader AppState m, MonadThrow m) => GHCTargetVersion -> m Bool ghcInstalled ver = do ghcdir <- ghcupGHCDir ver