Build nix develop for all GHCs #890
Triggered via pull request
November 16, 2024 11:16
Status
Failure
Total duration
13m 49s
Artifacts
–
ci.yml
on: pull_request
Matrix: Nix Flake
Generate matrix from cabal
4s
Run hlint
11s
Run fourmolu
10s
Check and format all cabal files
6s
Matrix: build-cabal
Matrix: Nix Flake Develop
Waiting for pending jobs
Successfully build and test on all systems
0s
Annotations
1 error and 3 warnings
build
Error when evaluating 'strategy' for job 'build-devshell'. .github/workflows/ci.yml (Line: 144, Col: 14): A mapping was not expected
|
Run hlint:
rhine/src/FRP/Rhine/Schedule/Internal.hs#L33
Suggestion in apInjs_NPNonEmpty in module FRP.Rhine.Schedule.Internal: Use camelCase ▫︎ Found: "apInjs_NPNonEmpty ::\n (SListI xs) => NP f (x ': xs) -> NonEmpty (NS f (x ': xs))" ▫︎ Perhaps: "apInjsNPNonEmpty ::\n (SListI xs) => NP f (x ': xs) -> NonEmpty (NS f (x ': xs))"
|
Run hlint:
rhine/src/FRP/Rhine/Schedule/Internal.hs#L34
Suggestion in apInjs_NPNonEmpty in module FRP.Rhine.Schedule.Internal: Use camelCase ▫︎ Found: "apInjs_NPNonEmpty (fx :* fxs) = ..." ▫︎ Perhaps: "apInjsNPNonEmpty (fx :* fxs) = ..."
|
Run hlint:
rhine/src/FRP/Rhine/Schedule/Internal.hs#L61
Suggestion in scheduleStreams in module FRP.Rhine.Schedule.Internal: Redundant bracket ▫︎ Found: "finished <&> (hliftA (getRunningResult >>> resultState >>> I))" ▫︎ Perhaps: "finished <&> hliftA (getRunningResult >>> resultState >>> I)"
|