From: sof Date: Mon, 26 May 1997 01:03:00 +0000 (+0000) Subject: [project @ 1997-05-26 01:02:40 by sof] X-Git-Tag: Approximately_1000_patches_recorded~580 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=68e1e6e1e8ceba8e232ca1392d4f8630e239ecd5;p=ghc-hetmet.git [project @ 1997-05-26 01:02:40 by sof] Updated to reflect move of PprStyle to Outputable --- diff --git a/ghc/compiler/utils/UniqFM.lhs b/ghc/compiler/utils/UniqFM.lhs index 48be3f6..2967032 100644 --- a/ghc/compiler/utils/UniqFM.lhs +++ b/ghc/compiler/utils/UniqFM.lhs @@ -62,8 +62,7 @@ IMP_Ubiq() import Unique ( Unique, u2i, mkUniqueGrimily ) import Util import Pretty ( Doc ) -import Outputable ( Outputable(..) ) -import PprStyle ( PprStyle ) +import Outputable ( PprStyle, Outputable(..) ) import SrcLoc ( SrcLoc ) #if ! OMIT_NATIVE_CODEGEN diff --git a/ghc/compiler/utils/UniqSet.lhs b/ghc/compiler/utils/UniqSet.lhs index 68cf4b6..3dc014e 100644 --- a/ghc/compiler/utils/UniqSet.lhs +++ b/ghc/compiler/utils/UniqSet.lhs @@ -26,9 +26,8 @@ import Maybes ( maybeToBool ) import UniqFM import Unique ( Unique ) import SrcLoc ( SrcLoc ) -import Outputable ( Outputable(..) ) +import Outputable ( PprStyle, Outputable(..) ) import Pretty ( Doc ) -import PprStyle ( PprStyle ) import Util ( Ord3(..) ) #if ! OMIT_NATIVE_CODEGEN