Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/818'
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed May 1, 2023
2 parents 17ffc45 + 78d68e3 commit 278a300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ghcup/BrickMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ del' _ (_, ListResult {..}) = do
)
>>= \case
VRight vi -> do
logGHCPostRm (mkTVer lVer)
when (lTool == GHC) $ logGHCPostRm (mkTVer lVer)
forM_ (_viPostRemove =<< vi) $ \msg ->
logInfo msg
pure $ Right ()
Expand Down

0 comments on commit 278a300

Please sign in to comment.