Skip to content

Commit c81b238

Browse files
committed
Print info about current project file in use to stderr (fix #10547)
1 parent 287d347 commit c81b238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/src/Distribution/Client/ProjectPlanning.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ rebuildProjectConfig
399399

400400
sequence_
401401
[ do
402-
notice verbosity . render . vcat $
402+
warn verbosity . render . vcat $
403403
text "Configuration is affected by the following files:"
404404
: [text "-" <+> docProjectConfigPath path]
405405
| Explicit path <- Set.toList $ projectConfigProvenance projectConfig

0 commit comments

Comments
 (0)