Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / ghci / GhciMonad.hs
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-09 Pepe IborraFunctor instance for the GHCi monad
2007-05-11 Simon MarlowSupport for adding custom commands to an individual...
2007-05-10 Simon MarlowFIX #1321: problems with accessing the interpreter...
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-04-27 Simon Marlowgive the statements under evaluation in the ":show...
2007-04-19 Simon MarlowMore debugger improvements
2007-04-18 Simon Marlowsmall cleanup: showForUser -> printForUser, eliminate...
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-03-27 Simon Marlowmore improvements for #1119
2007-01-14 Pepe IborraAdd a header for GhciMonad.hs
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-08 Ian LynaghWhen setting stdout and stderr to NoBuffering in GHCi...
2007-01-06 Pepe IborraReload modules after ':break stop'
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-10 Pepe IborraDynamic breakpoints in GHCi
2006-12-10 Pepe IborraSplit the GHCi monad apart from InteractiveUI, together...