X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FGHC.hs;h=0b93cd8bbe3aa3b2fdb48796584cf38e170b3115;hb=6d075f13b503ad7b1255911e98f4837a08607ed7;hp=8d54058bd05e5ea87c8fffc48b9df3fbce63142b;hpb=6645c011ab8d125fc9b5f8d19b0282cfd33394fc;p=ghc-hetmet.git diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 8d54058..0b93cd8 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -87,6 +87,7 @@ module GHC ( obtainTerm, obtainTerm1, ModBreaks(..), BreakIndex, BreakInfo(breakInfo_number, breakInfo_module), + BreakArray, setBreakOn, setBreakOff, getBreak, modInfoModBreaks, #endif @@ -198,6 +199,7 @@ import ByteCodeInstr import DebuggerTys import IdInfo import HscMain ( hscParseIdentifier, hscTcExpr, hscKcType, hscStmt ) +import BreakArray #endif import Packages