Fix wrong stack version lower bound in log message
This commit is contained in:
parent
a8c111cda3
commit
996016ac7b
@ -241,7 +241,7 @@ withCabal action = do
|
||||
spawn [T.stackProgram progs, "build", "--only-configure"]
|
||||
writeAutogen projdir distdir
|
||||
else
|
||||
gmLog GmWarning "" $ strDoc $ "Stack project configuration is out of date, please reconfigure manually using 'stack build' as your stack version is too old (need at least 1.4.0.0)"
|
||||
gmLog GmWarning "" $ strDoc $ "Stack project configuration is out of date, please reconfigure manually using 'stack build' as your stack version is too old (need at least 0.1.4.0)"
|
||||
|
||||
spawn [] = return ()
|
||||
spawn (exe:args) = do
|
||||
|
Loading…
Reference in New Issue
Block a user