From: sof Date: Mon, 26 May 1997 01:40:37 +0000 (+0000) Subject: [project @ 1997-05-26 01:40:37 by sof] X-Git-Tag: Approximately_1000_patches_recorded~558 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6b13f11dcba5da8c3314b90474aa9542248f106d;p=ghc-hetmet.git [project @ 1997-05-26 01:40:37 by sof] Updated to reflect move of PprStyle to Outputable --- diff --git a/ghc/compiler/typecheck/TcHsSyn.lhs b/ghc/compiler/typecheck/TcHsSyn.lhs index ea79125..880dc7a 100644 --- a/ghc/compiler/typecheck/TcHsSyn.lhs +++ b/ghc/compiler/typecheck/TcHsSyn.lhs @@ -64,12 +64,8 @@ import TysPrim ( voidTy ) import CoreSyn ( GenCoreExpr ) import Unique ( Unique ) -- instances import UniqFM -import PprStyle -import Pretty - -#if __GLASGOW_HASKELL__ >= 202 import Outputable -#endif +import Pretty \end{code}