Fix: Show actual parse errors for external Fourmolu/Ormolu #8008
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: haskell-actions/hlint-run@v2, haskell-actions/hlint-setup@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run haskell-actions/hlint-run@v2:
ghcide-test/data/THCoreFile/THA.hs#L1
Warning in module THA: Use module export list ▫︎ Found: "module THA where" ▫︎ Perhaps: "module THA (\n module THA\n ) where" ▫︎ Note: an explicit list is usually better
|
|
Run haskell-actions/hlint-run@v2:
ghcide-test/data/TH/THC.hs#L1
Warning in module THC: Use module export list ▫︎ Found: "module THC where" ▫︎ Perhaps: "module THC (\n module THC\n ) where" ▫︎ Note: an explicit list is usually better
|
|
Run haskell-actions/hlint-run@v2:
ghcide-test/data/TH/THB.hs#L1
Warning in module THB: Use module export list ▫︎ Found: "module THB where" ▫︎ Perhaps: "module THB (\n module THB\n ) where" ▫︎ Note: an explicit list is usually better
|
|
Run haskell-actions/hlint-run@v2:
ghcide-test/data/TH/THA.hs#L1
Warning in module THA: Use module export list ▫︎ Found: "module THA where" ▫︎ Perhaps: "module THA (\n module THA\n ) where" ▫︎ Note: an explicit list is usually better
|
|
Run haskell-actions/hlint-run@v2:
ghcide/src/Text/Fuzzy/Levenshtein.hs#L1
Warning in module Text.Fuzzy.Levenshtein: Use module export list ▫︎ Found: "module Text.Fuzzy.Levenshtein where" ▫︎ Perhaps: "module Text.Fuzzy.Levenshtein (\n module Text.Fuzzy.Levenshtein\n ) where" ▫︎ Note: an explicit list is usually better
|
|
Run haskell-actions/hlint-run@v2:
ghcide/session-loader/Development/IDE/Session/OrderedSet.hs#L1
Warning in module Development.IDE.Session.OrderedSet: Use module export list ▫︎ Found: "module Development.IDE.Session.OrderedSet where" ▫︎ Perhaps: "module Development.IDE.Session.OrderedSet (\n module Development.IDE.Session.OrderedSet\n ) where" ▫︎ Note: an explicit list is usually better
|
|
Run haskell-actions/hlint-run@v2:
ghcide/session-loader/Development/IDE/Session/Ghc.hs#L1
Warning in module Development.IDE.Session.Ghc: Use module export list ▫︎ Found: "module Development.IDE.Session.Ghc where" ▫︎ Perhaps: "module Development.IDE.Session.Ghc (\n module Development.IDE.Session.Ghc\n ) where" ▫︎ Note: an explicit list is usually better
|
|
Run haskell-actions/hlint-run@v2:
ghcide/session-loader/Development/IDE/Session/Diagnostics.hs#L1
Warning in module Development.IDE.Session.Diagnostics: Use module export list ▫︎ Found: "module Development.IDE.Session.Diagnostics where" ▫︎ Perhaps: "module Development.IDE.Session.Diagnostics (\n module Development.IDE.Session.Diagnostics\n ) where" ▫︎ Note: an explicit list is usually better
|
|
Run haskell-actions/hlint-run@v2:
ghcide/session-loader/Development/IDE/Session/Dependency.hs#L1
Warning in module Development.IDE.Session.Dependency: Use module export list ▫︎ Found: "module Development.IDE.Session.Dependency where" ▫︎ Perhaps: "module Development.IDE.Session.Dependency (\n module Development.IDE.Session.Dependency\n ) where" ▫︎ Note: an explicit list is usually better
|
|
Run haskell-actions/hlint-run@v2:
exe/Wrapper.hs#L1
Warning in module Main: Use module export list ▫︎ Found: "module Main where" ▫︎ Perhaps: "module Main (\n module Main\n ) where" ▫︎ Note: an explicit list is usually better
|
Loading