recursion-ninja pushed to branch wip/26699 at Glasgow Haskell Compiler / GHC Commits: 5e2da544 by recursion-ninja at 2026-01-29T21:28:03+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Rodrigo Mesquita <rodrigo.m.mesquita@gmail.com> - - - - - 1 changed file: - compiler/GHC/Hs/Decls/Overlap.hs Changes: ===================================== compiler/GHC/Hs/Decls/Overlap.hs ===================================== @@ -5,8 +5,7 @@ {-# OPTIONS_GHC -fno-warn-orphans #-} {- Necessary for the following instances: * (type class): Binary OverlapMode - * (type family): XOverlapMode (GhcPass p) - * (type family): XXOverlapMode (GhcPass p) + * (type class): NFData OverlapMode -} {- | View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e2da544b21f800b1dfd3b8605153aa4... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e2da544b21f800b1dfd3b8605153aa4... You're receiving this email because of your account on gitlab.haskell.org.