patch applied (ghc): This patch fixes ticket #1083 in the ghci debugger

Pepe Iborra <[email protected]> Mon, 8 Jan 2007 04:05:40 -0800
Newsgroups gmane.comp.lang.haskell.cvs.all
Message-ID <20070108120540.GA19969__2169.18870942227$1168257955$gmane$org@cvs.haskell.org>
Fri Jan  5 09:38:51 PST 2007  Pepe Iborra <[email protected]>
  * This patch fixes ticket #1083 in the ghci debugger
  
  A module loaded under debugging mode but owning no breakpoints was erroneously identified by ghci as a non-under debugging module, producing a confusing error msg when the user tried to set a breakpoint
  
  The fix inserts an empty list of sites in the module-sites dictionary used by the debugger
  

    M ./compiler/ghci/Debugger.hs -1 +1