X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FGHC.hs;h=1fc360550610223fc43c007f3f68728fc3c1097d;hp=4c14ff6338093305224eea31f5f5d1a2b8692bc4;hb=99794f66b568709176dd9fc2248a57a21a165556;hpb=f17c76a4fc51a52ccda154ec9e4990f13f78c8c2 diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 4c14ff6..1fc3605 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -85,8 +85,7 @@ module GHC ( Resume(resumeStmt, resumeThreadId, resumeBreakInfo, resumeSpan, resumeHistory, resumeHistoryIx), History(historyBreakInfo, historyEnclosingDecl), - GHC.getHistorySpan, getHistoryModule, getHistoryTick, - GHC.findEnclosingDeclSpanByTick, + GHC.getHistorySpan, getHistoryModule, getResumeContext, abandon, abandonAll, InteractiveEval.back, @@ -1988,8 +1987,4 @@ findModule' hsc_env mod_name maybe_pkg = getHistorySpan :: Session -> History -> IO SrcSpan getHistorySpan sess h = withSession sess $ \hsc_env -> return$ InteractiveEval.getHistorySpan hsc_env h - -findEnclosingDeclSpanByTick :: Session -> Module -> BreakIndex -> IO SrcSpan -findEnclosingDeclSpanByTick sess m t = withSession sess $ \ hsc_env -> - return$ InteractiveEval.findEnclosingDeclSpanByTick hsc_env m t #endif