X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Ftypecheck%2FTcTyClsDecls.lhs;h=69a984d420d3625a9e832f20ab404b3144c507fe;hb=4295eeecc91dad4b40b4e5c0e6167ab925d551c7;hp=76e742626feaddfb4d8bc004a11041132be78e17;hpb=7af5a4011c6eff0f7f166c62ffb7083b68ce1044;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcTyClsDecls.lhs b/compiler/typecheck/TcTyClsDecls.lhs index 76e7426..69a984d 100644 --- a/compiler/typecheck/TcTyClsDecls.lhs +++ b/compiler/typecheck/TcTyClsDecls.lhs @@ -225,10 +225,6 @@ mkGlobalThings decls things = (name, AClass cl) mk_thing (L _ decl, ~(ATyCon tc)) = (tcdName decl, ATyCon tc) -#if __GLASGOW_HASKELL__ < 605 --- Old GHCs don't understand that ~... matches anything - mk_thing _ = panic "mkGlobalThings: Can't happen" -#endif \end{code}