Zubin pushed to branch wip/9.14.2-backports at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Tc/Errors/Ppr.hs
    ... ... @@ -2225,6 +2225,8 @@ instance Diagnostic TcRnMessage where
    2225 2225
           -> ErrorWithoutFlag
    
    2226 2226
         TcRnStaticFormNotClosed{}
    
    2227 2227
           -> ErrorWithoutFlag
    
    2228
    +    TcRnStaticFormWarning{}
    
    2229
    +      -> WarningWithoutFlag
    
    2228 2230
         TcRnUselessTypeable
    
    2229 2231
           -> WarningWithFlag Opt_WarnDerivingTypeable
    
    2230 2232
         TcRnDerivingDefaults{}