We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8003a4b commit 3231c72Copy full SHA for 3231c72
cabal-install/src/Distribution/Client/ProjectPlanning.hs
@@ -468,7 +468,7 @@ rebuildProjectConfig
468
-- message formatting depends on |config files| (the number of config files)
469
message = case configFilesDoc of
470
(_ : _ : _ : _) ->
471
- -- \|config files| > 2 => vertical list
+ -- |config files| > 2 => vertical list
472
vcat
473
[ affectedByMsg <> text "the following files:"
474
, configFilesVertList
0 commit comments