Decrease default log level

This commit is contained in:
Daniel Gröber 2015-04-15 13:13:22 +02:00
parent c7efeacd78
commit 247e4e0e76
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ defaultOptions :: Options
defaultOptions = Options {
outputStyle = PlainStyle
, lineSeparator = LineSeparator "\0"
, logLevel = GmInfo
, logLevel = GmWarning
, ghcProgram = "ghc"
, ghcPkgProgram = "ghc-pkg"
, cabalProgram = "cabal"