From 37d2269b4402882ea82e07d4f51b1a8a1854b91a Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 30 Apr 2007 15:06:45 +0000 Subject: [PATCH] don't forget to enable ^C after a :cont or :step --- compiler/main/GHC.hs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4