FIX: break011.
[ghc-hetmet.git] / compiler / main / InteractiveEval.hs
2007-05-18 Simon MarlowFIX: break011.
2007-05-17 Simon Marlowrethrow exceptions in sandboxIO
2007-05-17 Simon Marloweliminate warnings
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-14 Simon Marlowresult_id should be a GlobalId
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-11 Simon Marlowimprove :abandon, it wasn't properly terminating the...
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering