
Matthew Pickering pushed to branch wip/splice-imports-2025 at Glasgow Haskell Compiler / GHC Commits: 447f1a14 by Matthew Pickering at 2025-04-24T20:45:27+01:00 fix - - - - - 1 changed file: - compiler/GHC/Types/Error/Codes.hs Changes: ===================================== compiler/GHC/Types/Error/Codes.hs ===================================== @@ -700,7 +700,6 @@ type family GhcDiagnosticCode c = n | n -> c where GhcDiagnosticCode "TcRnIllegalTypeExpr" = 35499 GhcDiagnosticCode "TcRnUnexpectedTypeSyntaxInTerms" = 31244 GhcDiagnosticCode "TcRnTypeApplicationsDisabled" = 23482 - GhcDiagnosticCode "TcRnDeriveLiftWithoutImplicitStagePersistence" = 87906 -- TcRnIllegalInvisibleTypePattern GhcDiagnosticCode "InvisPatWithoutFlag" = 78249 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/447f1a14c068e34699ad1d39a629d20e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/447f1a14c068e34699ad1d39a629d20e... You're receiving this email because of your account on gitlab.haskell.org.