Do not log warning when Stack project is preferred

This commit is contained in:
Maxim Baz 2017-02-26 19:40:45 +01:00
parent 084688bb35
commit 2f8279f58b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ stackCradle stackProg wdir = do
mzero
(True, True) -> do
gmLog GmWarning "" $ text "STACK_EXE set, preferring Stack project"
gmLog GmInfo "" $ text "STACK_EXE set, preferring Stack project"
(True, False) | setupCfgExists -> do
gmLog GmWarning "" $ text "'dist/setup-config' exists, ignoring Stack project"