X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnBinds.lhs;h=4f1ca25a8253127de5ff99cf93d9af89799da40b;hb=351426092b5b38cc72ca4c87ee65ea0412b865b5;hp=766b989c4670878fb6638a3094c3f257870a176d;hpb=fd88875df8059df92bd9361e0e61128dddb9c4d0;p=ghc-hetmet.git 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