Fix wrong stack version lower bound in log message

This commit is contained in:
Daniel Gröber 2015-09-02 05:02:13 +02:00
parent a8c111cda3
commit 996016ac7b
1 changed files with 1 additions and 1 deletions

View File

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