Skip to content

Allow GHC 9.10

Allow GHC 9.10 #870

Triggered via pull request October 31, 2024 16:57
@turionturion
synchronize #340
dev_ghc_910
Status Failure
Total duration 39m 56s
Artifacts

ci.yml

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

Annotations

14 errors and 3 warnings
Haskell GHC 9.10.1 cabal
Process completed with exit code 1.
Haskell GHC 9.2.8 cabal
The job was canceled because "_9_10_1_ubuntu-latest" failed.
Haskell GHC 9.2.8 cabal
The operation was canceled.
Haskell GHC 9.8.2 cabal
The job was canceled because "_9_10_1_ubuntu-latest" failed.
Haskell GHC 9.8.2 cabal
The operation was canceled.
Haskell GHC 9.6.4 cabal
The job was canceled because "_9_10_1_ubuntu-latest" failed.
Haskell GHC 9.6.4 cabal
The operation was canceled.
Haskell GHC 9.4.7 cabal
The job was canceled because "_9_10_1_ubuntu-latest" failed.
Haskell GHC 9.4.7 cabal
The operation was canceled.
Nix Flake (ubuntu-latest)
Process completed with exit code 1.
Nix Flake (ubuntu-latest)
RPC failed; HTTP 404 curl 22 The requested URL returned error: 404
Nix Flake (ubuntu-latest)
expected 'packfile'
Nix Flake (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Nix Flake (macos-latest)
The operation was canceled.
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)"