Skip to content

Commit ab4f5e8

Browse files
committed
Fix commercialhaskell#1495 Better message when --skip-msys
1 parent 0793f86 commit ab4f5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Setup.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ ensureMsys sopts getSetupInfo' = do
11221122
tool
11231123
(installMsys2Windows si)
11241124
| otherwise -> do
1125-
prettyWarnS "Continuing despite missing tool: MSYS2."
1125+
prettyWarnS "Stack is not using a Stack-supplied MSYS2."
11261126
pure Nothing
11271127
_ -> pure Nothing
11281128

0 commit comments

Comments
 (0)