Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • compiler/ghc.cabal.in
    ... ... @@ -149,6 +149,7 @@ Library
    149 149
         else
    
    150 150
             Build-Depends: unix   >= 2.7 && < 2.9
    
    151 151
     
    
    152
    +    -- Hadrian further set some warnings in its Settings.Warnings module.
    
    152 153
         GHC-Options: -Wall
    
    153 154
                      -Wno-name-shadowing
    
    154 155
                      -Wnoncanonical-monad-instances
    

  • hadrian/src/Settings/Builders/Ghc.hs
    ... ... @@ -38,7 +38,6 @@ compileAndLinkHs = (builder (Ghc CompileHs) ||^ builder (Ghc LinkHs)) ? do
    38 38
         stage <- getStage
    
    39 39
         hie_path <- getHieBuildPath
    
    40 40
         mconcat [ arg "-Wall"
    
    41
    -            , arg "-Wcompat"
    
    42 41
                 , not useColor ? builder (Ghc CompileHs) ?
    
    43 42
                   -- N.B. Target.trackArgument ignores this argument from the
    
    44 43
                   -- input hash to avoid superfluous recompilation, avoiding