X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fiface%2FMkIface.lhs;h=39f8e06b81d6863bd9a5ad5592478ac3877bc734;hp=c3270062c2d47ecb1fd8ed3d2408d84b2a63f3b6;hb=fbff1b7b9c89f6369c4394a0b10fa7c06e011698;hpb=06f69812ccf28af381cd97e7759d00a27d9709ac diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs index c327006..39f8e06 100644 --- a/compiler/iface/MkIface.lhs +++ b/compiler/iface/MkIface.lhs @@ -1335,9 +1335,9 @@ tyThingToIfaceDecl (AClass clas) (sel_tyvars, rho_ty) = splitForAllTys (idType sel_id) op_ty = funResultTy rho_ty - toDmSpec NoDefMeth = NoDM - toDmSpec GenDefMeth = GenericDM - toDmSpec (DefMeth _) = VanillaDM + toDmSpec NoDefMeth = NoDM + toDmSpec (GenDefMeth _) = GenericDM + toDmSpec (DefMeth _) = VanillaDM toIfaceFD (tvs1, tvs2) = (map getFS tvs1, map getFS tvs2)