From: Simon Marlow Date: Mon, 30 Apr 2007 15:06:45 +0000 (+0000) Subject: don't forget to enable ^C after a :cont or :step X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=37d2269b4402882ea82e07d4f51b1a8a1854b91a don't forget to enable ^C after a :cont or :step --- diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 7e5071b..2a373d5 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -2160,6 +2160,7 @@ data Status -- the old interactive context. data ResumeHandle = ResumeHandle + ThreadId -- thread running the computation (MVar ()) -- breakMVar (MVar Status) -- statusMVar [Name] -- [Name] to bind on completion