Re-working of the breakpoint support
[ghc-hetmet.git] / compiler / ghci / RtClosureInspect.hs
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-21 Pepe IborraFix the behaviour of :print with functions
2007-02-16 Pepe IborraFixed a bug with the :print command spotted by Bernie...
2007-02-07 Pepe IborraType reconstruction/RTTI: improve handling of newtypes
2007-01-21 Pepe IborraComments only
2007-01-20 Pepe IborraFix a bug in the closure viewer
2007-01-07 Pepe IborraReorganizing my mess a bit
2007-01-11 Pepe IborraComments only
2007-01-07 Pepe IborraTry to emulate the output of 'deriving Show' in the...
2007-01-03 simonpj@microsoft.comChange to Unix line-line-endings
2006-12-20 Pepe IborraFix import lists
2006-12-18 Pepe IborraReplace association list in AddressEnv for a FiniteMap
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-12-10 Pepe IborraPlaying with closures