[Git][ghc/ghc][wip/9.14.2-backports] fixup! Add a deprecation warning for static forms
Zubin pushed to branch wip/9.14.2-backports at Glasgow Haskell Compiler / GHC Commits: 56421594 by Zubin Duggal at 2026-06-10T15:32:20+05:30 fixup! Add a deprecation warning for static forms - - - - - 1 changed file: - compiler/GHC/Tc/Errors/Ppr.hs Changes: ===================================== compiler/GHC/Tc/Errors/Ppr.hs ===================================== @@ -2225,6 +2225,8 @@ instance Diagnostic TcRnMessage where -> ErrorWithoutFlag TcRnStaticFormNotClosed{} -> ErrorWithoutFlag + TcRnStaticFormWarning{} + -> WarningWithoutFlag TcRnUselessTypeable -> WarningWithFlag Opt_WarnDerivingTypeable TcRnDerivingDefaults{} View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/56421594b7473abc388a77e6720f1e98... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/56421594b7473abc388a77e6720f1e98... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Zubin (@wz1000)