X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FGHC.hs;h=f8402f8b073d0d948b0608fe7349124164d8a2fb;hp=ef19889e626ab3235d195c93e36e2cf299c4a734;hb=095be20c31e893c423560db3ab26f1c7c18ea967;hpb=97351f5d70e2d5797a092059cb205089d55dacc6 diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index ef19889..f8402f8 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -194,7 +194,6 @@ module GHC ( import RtClosureInspect ( cvObtainTerm, Term ) import TcRnDriver ( tcRnLookupRdrName, tcRnGetInfo, tcRnLookupName, getModuleExports ) -import VarEnv ( emptyTidyEnv ) import GHC.Exts ( unsafeCoerce#, Ptr ) import Foreign.StablePtr( deRefStablePtr, StablePtr, newStablePtr, freeStablePtr ) import Foreign ( poke )