From 351426092b5b38cc72ca4c87ee65ea0412b865b5 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 04:19:11 +0000 Subject: [PATCH] [project @ 1997-05-26 04:19:11 by sof] Updated imports --- ghc/compiler/rename/RnBinds.lhs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ghc/compiler/rename/RnBinds.lhs b/ghc/compiler/rename/RnBinds.lhs index 766b989..4f1ca25 100644 --- a/ghc/compiler/rename/RnBinds.lhs +++ b/ghc/compiler/rename/RnBinds.lhs @@ -37,7 +37,6 @@ import Name ( OccName(..), Provenance, minusNameSet, unionManyNameSets, elemNameSet, unitNameSet, nameSetToList ) import Maybes ( catMaybes ) ---import PprStyle--ToDo:rm import Pretty import Util ( Ord3(..), thenCmp, isIn, removeDups, panic, panic#, assertPanic, assocDefault ) import UniqSet ( SYN_IE(UniqSet) ) @@ -45,10 +44,7 @@ import ListSetOps ( minusList ) import Bag ( bagToList ) import UniqFM ( UniqFM ) import ErrUtils ( SYN_IE(Error) ) -#if __GLASGOW_HASKELL__ >= 202 -import Outputable -#endif - +import Outputable ( Outputable(..) ) \end{code} -- ToDo: Put the annotations into the monad, so that they arrive in the proper -- 1.7.10.4