Make SN an Arrow #785
ci.yml
on: pull_request
Matrix: Nix Flake
Generate matrix from cabal
3s
Run hlint
9s
Run fourmolu
5s
Check and format all cabal files
6s
Matrix: build-cabal
Successfully build and test on all systems
0s
Annotations
22 errors and 3 warnings
Run fourmolu
fourmolu detected unformatted files
|
Check and format all cabal files
Process completed with exit code 1.
|
Run hlint
HLint failed with status: 1. Warning (3)
|
Nix Flake (macos-latest)
Process completed with exit code 1.
|
Haskell GHC 9.8.2 cabal
The import of ‘Control.Monad.Trans.Reader’ is redundant
|
Haskell GHC 9.8.2 cabal
The import of ‘Data.Automaton.Final’ is redundant
|
Haskell GHC 9.8.2 cabal
The qualified import of ‘Data.Stream.Final’ is redundant
|
Haskell GHC 9.8.2 cabal
The import of ‘Control.Monad.State’ is redundant
|
Haskell GHC 9.8.2 cabal
The qualified import of ‘Control.Monad.State.Strict’ is redundant
|
Haskell GHC 9.8.2 cabal
The import of ‘Data.Functor.Compose’ is redundant
|
Haskell GHC 9.8.2 cabal
The import of ‘Data.Maybe’ is redundant
|
Haskell GHC 9.8.2 cabal
The import of ‘-.->, HAp, HPure, Prod, SList, hliftA2, sList’
|
Haskell GHC 9.8.2 cabal
The import of ‘Data.SOP.Classes’ is redundant
|
Haskell GHC 9.8.2 cabal
The import of ‘Data.SOP.NP’ is redundant
|
Nix Flake (ubuntu-latest)
The job was canceled because "macos-latest" failed.
|
Nix Flake (ubuntu-latest)
The operation was canceled.
|
Haskell GHC 9.2.8 cabal
The job was canceled because "_9_8_2_ubuntu-latest" failed.
|
Haskell GHC 9.2.8 cabal
The operation was canceled.
|
Haskell GHC 9.6.4 cabal
The job was canceled because "_9_8_2_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_8_2_ubuntu-latest" failed.
|
Haskell GHC 9.4.7 cabal
The operation was canceled.
|
Run hlint:
rhine/src/FRP/Rhine/Schedule.hs#L1
Warning in module FRP.Rhine.Schedule: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE EmptyCase #-}"
|
Run hlint:
rhine/src/FRP/Rhine/SN/Free.hs#L2
Warning in module FRP.Rhine.SN.Free: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE DeriveFoldable #-}" ▫︎ Note: Extension DeriveFoldable is implied by DeriveTraversable
|
Run hlint:
rhine/src/FRP/Rhine/SN/Free.hs#L3
Warning in module FRP.Rhine.SN.Free: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE DeriveFunctor #-}" ▫︎ Note: Extension DeriveFunctor is implied by DeriveTraversable
|