From 242855ee68645fed6f16e15b7d8bd28189538e15 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 01:17:20 +0000 Subject: [PATCH] [project @ 1997-05-26 01:17:20 by sof] Updated to reflect move of PprStyle to Outputable --- ghc/compiler/utils/FiniteMap.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.7.10.4