Fix typo in ToolShadowed error for stack

This commit is contained in:
Tom Smeding 2023-11-09 13:41:21 +01:00
parent e06a1c03d4
commit bba92baeb1
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()