From 5a3d687acb70ecc03991c3a4f47f940eb2866a63 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 01:32:22 +0000 Subject: [PATCH] [project @ 1997-05-26 01:32:22 by sof] Updated to reflect move of PprStyle to Outputable --- ghc/compiler/typecheck/TcModule.lhs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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} -- 1.7.10.4