From 43c3a22be7935759caadf6407e03a39308985ada Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 01:27:43 +0000 Subject: [PATCH] [project @ 1997-05-26 01:27:43 by sof] Added NewOrData to HsSyn import list --- ghc/compiler/typecheck/TcTyClsDecls.lhs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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, -- 1.7.10.4