From: sof Date: Mon, 26 May 1997 04:52:27 +0000 (+0000) Subject: [project @ 1997-05-26 04:52:27 by sof] X-Git-Tag: Approximately_1000_patches_recorded~482 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7a04d8e9daa06faab391ccf05d28ee3a5e31070f;p=ghc-hetmet.git [project @ 1997-05-26 04:52:27 by sof] Updated imports --- 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}