Skip to content

ghc-9.12.1-release #174

ghc-9.12.1-release

ghc-9.12.1-release #174

Triggered via push December 17, 2024 06:40
Status Failure
Total duration 3m 33s
Artifacts

hlint-check.yml

on: push
Matrix: hlint-examples
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
hlint
HLint failed with status: 1. Warning (1), Suggestion (4)
hlint-examples (GHC_8_10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint: CI.hs#L352
Warning in buildDists in module Main: Redundant bracket ▫︎ Found: "(ghcBootThGHCInternalDirExists)" ▫︎ Perhaps: "ghcBootThGHCInternalDirExists"
hlint: CI.hs#L353
Suggestion in buildDists in module Main: Redundant $ ▫︎ Found: "system_\n $ \"bash -c \\\"mkDir -p ghc/libraries/ghc-boot-th-internal/GHC\\\"\"" ▫︎ Perhaps: "system_\n \"bash -c \\\"mkDir -p ghc/libraries/ghc-boot-th-internal/GHC\\\"\""
hlint: CI.hs#L354
Suggestion in buildDists in module Main: Redundant $ ▫︎ Found: "system_\n $ \"bash -c \\\"mv ghc/libraries/ghc-boot-th/GHC/Internal ghc/libraries/ghc-boot-th-internal/GHC\\\"\"" ▫︎ Perhaps: "system_\n \"bash -c \\\"mv ghc/libraries/ghc-boot-th/GHC/Internal ghc/libraries/ghc-boot-th-internal/GHC\\\"\""
hlint: ghc-lib-gen/src/Ghclibgen.hs#L1407
Suggestion in generateGhcLibCabal in module Ghclibgen: Redundant bracket ▫︎ Found: "if (ghcSeries ghcFlavor >= GHC_9_10) then\n join\n [[\" if impl(ghc >= 9.10.1) && impl(ghc < 9.12.1)\"],\n [\" reexported-modules:\"],\n indent3\n (Data.List.NonEmpty.toList\n (withCommas\n (Data.List.NonEmpty.fromList\n [\"GHC.Internal.ForeignSrcLang\", \"GHC.Internal.LanguageExtensions\",\n \"GHC.Internal.Lexeme\", \"GHC.Internal.TH.Syntax\",\n \"GHC.Internal.TH.Ppr\", \"GHC.Internal.TH.PprLib\",\n \"GHC.Internal.TH.Lib.Map\"])))]\nelse\n []" ▫︎ Perhaps: "if ghcSeries ghcFlavor >= GHC_9_10 then\n join\n [[\" if impl(ghc >= 9.10.1) && impl(ghc < 9.12.1)\"],\n [\" reexported-modules:\"],\n indent3\n (Data.List.NonEmpty.toList\n (withCommas\n (Data.List.NonEmpty.fromList\n [\"GHC.Internal.ForeignSrcLang\", \"GHC.Internal.LanguageExtensions\",\n \"GHC.Internal.Lexeme\", \"GHC.Internal.TH.Syntax\",\n \"GHC.Internal.TH.Ppr\", \"GHC.Internal.TH.PprLib\",\n \"GHC.Internal.TH.Lib.Map\"])))]\nelse\n []"
hlint: ghc-lib-gen/src/Ghclibgen.hs#L1536
Suggestion in generateGhcLibParserCabal in module Ghclibgen: Redundant bracket ▫︎ Found: "if (ghcSeries ghcFlavor >= GHC_9_10) then\n join\n [[\" if impl(ghc >= 9.8.1) && impl(ghc < 9.12.1)\"],\n [\" hs-source-dirs:\"], [\" libraries/ghc-internal/src\"],\n [\" libraries/ghc-boot-th-internal\"],\n [\" exposed-modules:\"],\n indent3\n [\"GHC.Internal.ForeignSrcLang\", \"GHC.Internal.LanguageExtensions\",\n \"GHC.Internal.Lexeme\", \"GHC.Internal.TH.Syntax\",\n \"GHC.Internal.TH.Ppr\", \"GHC.Internal.TH.PprLib\",\n \"GHC.Internal.TH.Lib.Map\"]]\nelse\n []" ▫︎ Perhaps: "if ghcSeries ghcFlavor >= GHC_9_10 then\n join\n [[\" if impl(ghc >= 9.8.1) && impl(ghc < 9.12.1)\"],\n [\" hs-source-dirs:\"], [\" libraries/ghc-internal/src\"],\n [\" libraries/ghc-boot-th-internal\"],\n [\" exposed-modules:\"],\n indent3\n [\"GHC.Internal.ForeignSrcLang\", \"GHC.Internal.LanguageExtensions\",\n \"GHC.Internal.Lexeme\", \"GHC.Internal.TH.Syntax\",\n \"GHC.Internal.TH.Ppr\", \"GHC.Internal.TH.PprLib\",\n \"GHC.Internal.TH.Lib.Map\"]]\nelse\n []"
hlint-examples (GHC_9_12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint-examples (GHC_9_0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint-examples (GHC_8_8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint-examples (GHC_9_14)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint-examples (GHC_9_10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint-examples (GHC_9_2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint-examples (GHC_9_4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint-examples (GHC_9_6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint-examples (GHC_9_8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636