X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FGHC.hs;h=0d94ade4695ebe1d2461df7c9d0c4954b08bcb96;hb=3deca8f44135bd1a146902f498189af00dd4d7b4;hp=ce9b688a1b8f42fed976d0c816c8377e4f4157ac;hpb=a79a531965cd1f0d04dd3e0250b076037bf9ff4e;p=ghc-hetmet.git diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index ce9b688..0d94ade 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -92,7 +92,8 @@ module GHC ( typeKind, parseName, RunResult(..), - runStmt, parseImportDecl, SingleStep(..), + runStmt, runStmtWithLocation, + parseImportDecl, SingleStep(..), resume, Resume(resumeStmt, resumeThreadId, resumeBreakInfo, resumeSpan, resumeHistory, resumeHistoryIx),