Add source file to project parse errors and warnings #7618
Annotations
1 error and 2 warnings
hlint
HLint failed with status: 1. Warning (1)
|
hlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
hlint:
cabal-install/src/Distribution/Client/ProjectConfig.hs#L71
Warning in module Distribution.Client.ProjectConfig: Use fewer imports ▫︎ Found: "import Distribution.Simple.Utils ( ordNub )\nimport Distribution.Simple.Utils\n ( createDirectoryIfMissingVerbose,\n dieWithException,\n maybeExit,\n notice,\n noticeDoc,\n rawSystemIOWithEnv,\n warn )\n" ▫︎ Perhaps: "import Distribution.Simple.Utils\n ( ordNub,\n createDirectoryIfMissingVerbose,\n dieWithException,\n maybeExit,\n notice,\n noticeDoc,\n rawSystemIOWithEnv,\n warn )\n"
|