Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/918'
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 9, 2023
2 parents e06a1c0 + bba92ba commit 90b0281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GHCup/Stack.hs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ setStack ver = do

liftIO (isShadowed stackbin) >>= \case
Nothing -> pure ()
Just pa -> lift $ logWarn $ T.pack $ prettyHFError (ToolShadowed Cabal pa stackbin ver)
Just pa -> lift $ logWarn $ T.pack $ prettyHFError (ToolShadowed Stack pa stackbin ver)

pure ()

Expand Down

0 comments on commit 90b0281

Please sign in to comment.