You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ hlint dist-newstyle-validate-ghc-9.10.1-before/build/x86_64-linux/ghc-9.10.1/Cabal-syntax-3.15.0.0/build/Distribution/Fields/Lexer.hs
Warning: Can't find file "ghcconfig.h" in directories
dist-newstyle-validate-ghc-9.10.1-before/build/x86_64-linux/ghc-9.10.1/Cabal-syntax-3.15.0.0/build/Distribution/Fields
.
Asked for by: dist-newstyle-validate-ghc-9.10.1-before/build/x86_64-linux/ghc-9.10.1/Cabal-syntax-3.15.0.0/build/Distribution/Fields/Lexer.hs at line 46 col 1
src/Distribution/Fields/Lexer.x:22:1-35: Suggestion: Redundant as
Found:
import qualified Prelude as Prelude
Perhaps:
import qualified Prelude
1 hint
The text was updated successfully, but these errors were encountered:
I stumbled on this one. HLint is warning about "Redundant as" in our lexer.
cabal/Cabal-syntax/src/Distribution/Fields/Lexer.x
Line 23 in c3a9dd7
The text was updated successfully, but these errors were encountered: