From b5209eac1fe41a658ef37a8a52dee95cee0210f4 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 01:19:33 +0000 Subject: [PATCH] [project @ 1997-05-26 01:19:33 by sof] Updated to reflect move of PprStyle to Outputable --- ghc/compiler/types/TyVar.lhs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/types/TyVar.lhs b/ghc/compiler/types/TyVar.lhs index dee87a6..73ae742 100644 --- a/ghc/compiler/types/TyVar.lhs +++ b/ghc/compiler/types/TyVar.lhs @@ -35,10 +35,9 @@ import UniqSet -- nearly all of it import UniqFM ( emptyUFM, listToUFM, addToUFM, lookupUFM, plusUFM, sizeUFM, delFromUFM, UniqFM ) -import Name --( mkSysLocalName, changeUnique, Name ) +import Name ( mkSysLocalName, changeUnique, Name, NamedThing(..) ) import Pretty ( Doc, (<>), ptext ) -import PprStyle ( PprStyle ) ---import Outputable ( Outputable(..), NamedThing(..), ExportFlag(..) ) +import Outputable ( PprStyle(..), Outputable(..) ) import SrcLoc ( noSrcLoc, SrcLoc ) import Unique ( showUnique, mkAlphaTyVarUnique, Unique ) import UniqFM ( Uniquable(..) ) -- 1.7.10.4