From 700a81a23d4a16a85fae819bd5e9570bf4e8fe1a Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 03:39:21 +0000 Subject: [PATCH] [project @ 1997-05-26 03:39:21 by sof] Updated PprStyle import --- ghc/compiler/rename/RnLoop.lhi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 1.7.10.4