Skip to content

Commit

Permalink
Be less verbose when checking foreign deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed Nov 28, 2009
1 parent e5db038 commit b95f307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distribution/Simple.hs
Expand Up @@ -427,7 +427,7 @@ simpleUserHooks =
}
where
finalChecks _args flags pkg_descr lbi =
checkForeignDeps pkg_descr lbi verbosity
checkForeignDeps pkg_descr lbi (lessVerbose verbosity)
where
verbosity = fromFlag (configVerbosity flags)

Expand Down

0 comments on commit b95f307

Please sign in to comment.