X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnTypes.lhs;h=88963e18f38daed9a92e99001d6138639705e855;hb=11047b5e250ae889a642429a8d39ec0991cd26da;hp=97a82d2b711f4511be718f688f11d0ab6fc56911;hpb=278092c8eeb3835ad850b595afab0423fa890026;p=ghc-hetmet.git diff --git a/ghc/compiler/rename/RnTypes.lhs b/ghc/compiler/rename/RnTypes.lhs index 97a82d2..88963e1 100644 --- a/ghc/compiler/rename/RnTypes.lhs +++ b/ghc/compiler/rename/RnTypes.lhs @@ -24,13 +24,13 @@ import RnEnv ( lookupOccRn, lookupBndrRn, lookupSyntaxName, lookupGlobalOccRn, bindPatSigTyVars, bindLocalsFVRn, warnUnusedMatches ) import TcRnMonad -import PrelInfo ( cCallishClassKeys, eqStringName, eqClassName, ordClassName, +import PrelNames( cCallishClassKeys, eqStringName, eqClassName, ordClassName, negateName, minusName, lengthPName, indexPName, plusIntegerName, fromIntegerName, timesIntegerName, ratioDataConName, fromRationalName, cCallableClassName ) import TysWiredIn ( intTyCon ) import TysPrim ( charPrimTyCon, addrPrimTyCon, intPrimTyCon, floatPrimTyCon, doublePrimTyCon ) -import RdrName ( RdrName, elemRdrEnv ) +import RdrName ( elemRdrEnv ) import Name ( Name, NamedThing(..) ) import NameSet import Unique ( Uniquable(..) )