From: sof Date: Mon, 26 May 1997 03:39:21 +0000 (+0000) Subject: [project @ 1997-05-26 03:39:21 by sof] X-Git-Tag: Approximately_1000_patches_recorded~520 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=700a81a23d4a16a85fae819bd5e9570bf4e8fe1a;p=ghc-hetmet.git [project @ 1997-05-26 03:39:21 by sof] Updated PprStyle import --- diff --git a/ghc/compiler/rename/RnLoop.lhi b/ghc/compiler/rename/RnLoop.lhi index 64afc0d..a2cb7e2 100644 --- a/ghc/compiler/rename/RnLoop.lhi +++ b/ghc/compiler/rename/RnLoop.lhi @@ -9,7 +9,7 @@ import RnBinds ( rnBinds ) import RnMonad ( RnMS(..), FreeVars ) import RnSource ( rnHsSigType ) import UniqSet ( UniqSet(..) ) -import PprStyle ( PprStyle ) +import Outputable ( PprStyle ) import Pretty ( Doc ) import Name ( Name )