From: sof Date: Mon, 26 May 1997 01:27:43 +0000 (+0000) Subject: [project @ 1997-05-26 01:27:43 by sof] X-Git-Tag: Approximately_1000_patches_recorded~567 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=43c3a22be7935759caadf6407e03a39308985ada;p=ghc-hetmet.git [project @ 1997-05-26 01:27:43 by sof] Added NewOrData to HsSyn import list --- diff --git a/ghc/compiler/typecheck/TcTyClsDecls.lhs b/ghc/compiler/typecheck/TcTyClsDecls.lhs index e1c4b0e..bd06cd5 100644 --- a/ghc/compiler/typecheck/TcTyClsDecls.lhs +++ b/ghc/compiler/typecheck/TcTyClsDecls.lhs @@ -14,8 +14,8 @@ IMP_Ubiq(){-uitous-} import HsSyn ( HsDecl(..), TyDecl(..), ConDecl(..), ConDetails(..), BangType(..), ClassDecl(..), HsType(..), HsTyVar, DefaultDecl, InstDecl, - IfaceSig, Sig(..), MonoBinds, Fake, InPat, HsBinds(..), HsExpr, - hsDeclName, NewOrData(..) + IfaceSig, Sig(..), MonoBinds, Fake, InPat, HsBinds(..), HsExpr, NewOrData, + hsDeclName ) import RnHsSyn ( RenamedTyDecl(..), RenamedClassDecl(..), SYN_IE(RenamedHsDecl) ) @@ -35,7 +35,6 @@ import Class ( SYN_IE(Class) ) import Digraph ( stronglyConnComp, SCC(..) ) import Name ( Name, getSrcLoc, isTvOcc, nameOccName ) import Outputable -import PprStyle import Pretty import Maybes ( mapMaybe ) import UniqSet ( SYN_IE(UniqSet), emptyUniqSet,