From: Pepe Iborra Date: Thu, 11 Jan 2007 11:23:51 +0000 (+0000) Subject: This patch teaches ghci to announce that a module has beeen loaded in debugging mode X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d6b899273f0993030b33a7278329ba8b27f3b6e0;hp=d6b899273f0993030b33a7278329ba8b27f3b6e0;p=ghc-hetmet.git This patch teaches ghci to announce that a module has beeen loaded in debugging mode Usually ghci announces when a module has been loaded interpreted. Now it will also announce it when the module has been instrumented for debugging ---