X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcClassDcl.lhs;h=da8ea9562cb28c01cdbeb746a0f0bb2338a3e006;hb=8de16184643ea3c2f9f30b5eaed18db6ef247760;hp=48af28e0e09147fbf9c0146078c39924d28b6458;hpb=fa44695e06cf83d8bcef2c826cb6b39d6ffc49c0;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcClassDcl.lhs b/ghc/compiler/typecheck/TcClassDcl.lhs index 48af28e..da8ea95 100644 --- a/ghc/compiler/typecheck/TcClassDcl.lhs +++ b/ghc/compiler/typecheck/TcClassDcl.lhs @@ -12,7 +12,7 @@ IMP_Ubiq() import HsSyn ( HsDecl(..), ClassDecl(..), HsBinds(..), Bind(..), MonoBinds(..), Match(..), GRHSsAndBinds(..), GRHS(..), HsExpr(..), - DefaultDecl, TyDecl, InstDecl, IfaceSig, + DefaultDecl, TyDecl, InstDecl, IfaceSig, Fixity, HsLit(..), OutPat(..), Sig(..), HsType(..), HsTyVar, Stmt, Qualifier, ArithSeqInfo, InPat, Fake ) import HsTypes ( getTyVarName )