From 7a04d8e9daa06faab391ccf05d28ee3a5e31070f Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 04:52:27 +0000 Subject: [PATCH] [project @ 1997-05-26 04:52:27 by sof] Updated imports --- ghc/compiler/deSugar/Desugar.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/deSugar/Desugar.lhs b/ghc/compiler/deSugar/Desugar.lhs index 9b4bfc0..a967bc0 100644 --- a/ghc/compiler/deSugar/Desugar.lhs +++ b/ghc/compiler/deSugar/Desugar.lhs @@ -36,7 +36,7 @@ import CoreLift ( liftCoreBindings ) import CoreLint ( lintCoreBindings ) import Id ( nullIdEnv, mkIdEnv, idType, SYN_IE(DictVar), GenId, SYN_IE(Id) ) -import PprStyle ( PprStyle(..) ) +import Outputable ( PprStyle(..) ) import UniqSupply ( splitUniqSupply, UniqSupply ) \end{code} -- 1.7.10.4