From: sof Date: Mon, 26 May 1997 01:32:22 +0000 (+0000) Subject: [project @ 1997-05-26 01:32:22 by sof] X-Git-Tag: Approximately_1000_patches_recorded~562 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5a3d687acb70ecc03991c3a4f47f940eb2866a63;p=ghc-hetmet.git [project @ 1997-05-26 01:32:22 by sof] Updated to reflect move of PprStyle to Outputable --- diff --git a/ghc/compiler/typecheck/TcModule.lhs b/ghc/compiler/typecheck/TcModule.lhs index 33dd1c8..c168141 100644 --- a/ghc/compiler/typecheck/TcModule.lhs +++ b/ghc/compiler/typecheck/TcModule.lhs @@ -58,7 +58,6 @@ import TyCon ( TyCon, isSynTyCon ) import Class ( GenClass, SYN_IE(Class), classGlobalIds ) import Type ( applyTyCon, mkSynTy, SYN_IE(Type) ) import PprType ( GenType, GenTyVar ) -import PprStyle ( PprStyle ) import TysWiredIn ( unitTy ) import PrelMods ( gHC_MAIN, mAIN ) import PrelInfo ( main_NAME, mainPrimIO_NAME, ioTyCon_NAME, primIoTyCon_NAME ) @@ -73,9 +72,7 @@ import Bag ( Bag, isEmptyBag ) import FiniteMap ( emptyFM, FiniteMap ) -#if __GLASGOW_HASKELL__ >= 202 -import Outputable -#endif +import Outputable ( Outputable(..), PprStyle ) tycon_specs = emptyFM \end{code}