X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FGHC.hs;h=c01a43304f22663330fd9b587835fff344b5d55b;hp=5289f71ef0a7ffc2897572736caf9be8e37414e3;hb=b06d623b2e367a572de5daf06d6a0b12c2740471;hpb=3029576129e31d23e749be21c6a5a6f376ba28cd diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 5289f71..c01a433 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -254,8 +254,8 @@ import NameSet import RdrName import qualified HsSyn -- hack as we want to reexport the whole module import HsSyn hiding ((<.>)) -import Type hiding (typeKind) -import TcType hiding (typeKind) +import Type +import TcType hiding( typeKind ) import Id import Var import TysPrim ( alphaTyVars )