Skip to content

Deduplicate "using config from" message #6707

Deduplicate "using config from" message

Deduplicate "using config from" message #6707

Triggered via pull request November 13, 2024 19:14
Status Failure
Total duration 1m 51s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)"