From: sof Date: Mon, 26 May 1997 01:17:20 +0000 (+0000) Subject: [project @ 1997-05-26 01:17:20 by sof] X-Git-Tag: Approximately_1000_patches_recorded~576 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=242855ee68645fed6f16e15b7d8bd28189538e15;p=ghc-hetmet.git [project @ 1997-05-26 01:17:20 by sof] Updated to reflect move of PprStyle to Outputable --- diff --git a/ghc/compiler/utils/FiniteMap.lhs b/ghc/compiler/utils/FiniteMap.lhs index 27fda94..37243a4 100644 --- a/ghc/compiler/utils/FiniteMap.lhs +++ b/ghc/compiler/utils/FiniteMap.lhs @@ -78,8 +78,7 @@ import FastString #endif import Maybes import Bag ( Bag, foldrBag ) -import Outputable ( Outputable(..) ) -import PprStyle ( PprStyle ) +import Outputable ( PprStyle, Outputable(..) ) import Pretty ( Doc ) #ifdef COMPILING_GHC