From: sof Date: Mon, 26 May 1997 04:03:01 +0000 (+0000) Subject: [project @ 1997-05-26 04:03:01 by sof] X-Git-Tag: Approximately_1000_patches_recorded~517 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=18efe9d0853d3853a6270a5687cb1e3e7ca9f875;p=ghc-hetmet.git [project @ 1997-05-26 04:03:01 by sof] Updated with new home for PprStyle --- diff --git a/ghc/compiler/rename/RnHsSyn.lhs b/ghc/compiler/rename/RnHsSyn.lhs index 5d8e019..362a810 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 )