Deduplicate "using config from" message #6707
Annotations
1 error and 1 warning
hlint
HLint failed with status: 1. Suggestion (1)
|
hlint:
cabal-install-solver/src/Distribution/Solver/Types/ProjectConfigPath.hs#L183
Suggestion in unconsProjectConfigPath in module Distribution.Solver.Types.ProjectConfigPath: Move brackets to avoid $ ▫︎ Found: "fmap ProjectConfigPath <$> (NE.uncons $ coerce ps)" ▫︎ Perhaps: "fmap ProjectConfigPath <$> NE.uncons (coerce ps)"
|