X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2FPrelInfo.lhs;fp=ghc%2Fcompiler%2Fprelude%2FPrelInfo.lhs;h=3e0cf4a5c1ee9f6e40da3d1ebd33b7e59b9c40a1;hb=9b4d74c78cd4bf34c361d6647e14833e7f59c117;hp=766b9ce562ff149965adcd6d504e117ff4d416f0;hpb=6f95b59eb7d7949c36c14aed5a2e6ce704727f5f;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/PrelInfo.lhs b/ghc/compiler/prelude/PrelInfo.lhs index 766b9ce..3e0cf4a 100644 --- a/ghc/compiler/prelude/PrelInfo.lhs +++ b/ghc/compiler/prelude/PrelInfo.lhs @@ -32,6 +32,7 @@ import PrelNames ( basicKnownKeyNames, noDictClassKeys ) #ifdef GHCI import DsMeta ( templateHaskellNames ) +import NameSet ( nameSetToList ) #endif import PrimOp ( allThePrimOps, primOpOcc ) @@ -40,7 +41,6 @@ import Id ( idName ) import MkId ( mkPrimOpId, wiredInIds ) import MkId -- All of it, for re-export import Name ( Name, nameOccName ) -import NameSet ( nameSetToList ) import RdrName ( mkRdrUnqual, getRdrName ) import HsSyn ( HsTyVarBndr(..) ) import OccName ( mkVarOcc )