From a905c6322caed7b9d76f9b8ea78a7f90f52e5f29 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 29 Apr 2021 14:47:22 +0200 Subject: [PATCH] Fix spelling --- lib/GHCup/Utils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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