Skip to content

Fix #9507 Describe accurately acceptable package names #7668

Fix #9507 Describe accurately acceptable package names

Fix #9507 Describe accurately acceptable package names #7668

Triggered via pull request January 12, 2025 22:02
@mpilgremmpilgrem
synchronize #9508
fix9507
Status Failure
Total duration 1m 42s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
hlint
HLint failed with status: 1. Suggestion (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-described/src/Distribution/Utils/CharSet.hs#L242
Suggestion in alphanum in module Distribution.Utils.CharSet: Redundant list comprehension ▫︎ Found: "[c | c <- ['0' .. '9']]" ▫︎ Perhaps: "['0' .. '9']"