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