Skip to content

More koans

More koans #29

Triggered via pull request January 9, 2024 17:16
@turionturion
synchronize #7
more_koans
Status Failure
Total duration 5m 30s
Artifacts

ci.yml

on: pull_request
Generate matrix from cabal
2s
Generate matrix from cabal
Run hlint
5s
Run hlint
Run fourmolu
3s
Run fourmolu
Matrix: build-cabal
All GHCs built successfully
0s
All GHCs built successfully
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Run fourmolu
fourmolu detected unformatted files
Run hlint
HLint failed with status: 1. Warning (1), Suggestion (1)
Haskell GHC 9.2.8 cabal: koans/basic/2/3-count-the-lines/test/Test.hs#L5
The import of ‘Data.Text’ is redundant
Haskell GHC 9.2.8 cabal: koans/basic/2/3-count-the-lines/test/Test.hs#L24
• Defaulting the following constraints to type ‘Integer’
Haskell GHC 9.2.8 cabal: koans/basic/2/5-count-all-the-chars/test/Test.hs#L5
The import of ‘Data.Text’ is redundant
Haskell GHC 9.2.8 cabal
Process completed with exit code 1.
Haskell GHC 9.4.8 cabal
The job was canceled because "_9_2_8_ubuntu-latest" failed.
Haskell GHC 9.4.8 cabal: koans/basic/2/3-count-the-lines/test/Test.hs#L5
The import of ‘Data.Text’ is redundant
Haskell GHC 9.4.8 cabal: koans/basic/2/3-count-the-lines/test/Test.hs#L24
• Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
Haskell GHC 9.4.8 cabal: koans/basic/2/5-count-all-the-chars/test/Test.hs#L5
The import of ‘Data.Text’ is redundant
Haskell GHC 9.4.8 cabal
The operation was canceled.
Run hlint: koans/basic/2/3-count-the-lines/Koan.hs#L26
Suggestion in main in module Koan: Redundant $ ▫︎ Found: "flow $ _" ▫︎ Perhaps: "flow _"
Run hlint: koans/basic/2/5-count-all-the-chars/test/Test.hs#L4
Warning in module Main: Use fewer imports ▫︎ Found: "import Data.Text\nimport Data.Text as Text\n" ▫︎ Perhaps: "import Data.Text as Text\n"