[project @ 1997-05-26 01:40:37 by sof]
authorsof <unknown>
Mon, 26 May 1997 01:40:37 +0000 (01:40 +0000)
committersof <unknown>
Mon, 26 May 1997 01:40:37 +0000 (01:40 +0000)
Updated to reflect move of PprStyle to Outputable

ghc/compiler/typecheck/TcHsSyn.lhs

index ea79125..880dc7a 100644 (file)
@@ -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}