From 18efe9d0853d3853a6270a5687cb1e3e7ca9f875 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 26 May 1997 04:03:01 +0000
Subject: [PATCH] [project @ 1997-05-26 04:03:01 by sof] Updated with new home
 for PprStyle

---
 ghc/compiler/rename/RnHsSyn.lhs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/compiler/rename/RnHsSyn.lhs b/ghc/compiler/rename/RnHsSyn.lhs
index 5d8e019e723b..362a810c8d8b 100644
--- a/ghc/compiler/rename/RnHsSyn.lhs
+++ b/ghc/compiler/rename/RnHsSyn.lhs
@@ -16,9 +16,9 @@ import HsPragmas
 #endif
 
 import Id		( GenId, SYN_IE(Id) )
+import BasicTypes	( NewOrData )
 import Name		( Name )
-import Outputable	( Outputable(..){-instance * []-} )
-import PprStyle		( PprStyle(..) )
+import Outputable	( PprStyle(..), Outputable(..){-instance * []-} )
 import PprType		( GenType, GenTyVar, TyCon )
 import Pretty
 import Name		( SYN_IE(NameSet), unitNameSet, mkNameSet, minusNameSet, unionNameSets, emptyNameSet )
-- 
GitLab