Skip to content

flake.lock: Update #965

flake.lock: Update

flake.lock: Update #965

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Triggered via pull request February 8, 2025 17:01
Status Failure
Total duration 26m 12s
Artifacts

ci.yml

on: pull_request
Generate matrix from cabal
4s
Generate matrix from cabal
Generate GHC versions for nix flake build matrix
15s
Generate GHC versions for nix flake build matrix
Run hlint
8s
Run hlint
Run fourmolu
5s
Run fourmolu
Check and format all cabal files
4s
Check and format all cabal files
Matrix: build-cabal
Matrix: Nix Flake
Successfully build and test on all systems
0s
Successfully build and test on all systems
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
Nix Flake (macos-latest, ghc92)
Process completed with exit code 1.
Nix Flake (ubuntu-latest, ghc94)
Process completed with exit code 1.
Nix Flake (macos-latest, ghc94)
Process completed with exit code 1.
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)"