Big tidy-up of deriving code
[ghc-hetmet.git] / compiler / ghci / InteractiveUI.hs
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-10 Pepe IborraClosure inspection in GHCi
2006-12-10 Pepe IborraDynamic breakpoints in GHCi
2006-12-10 Pepe IborraSplit the GHCi monad apart from InteractiveUI, together...
2006-12-09 Ian LynaghUse System.IO.stderr rather than IO.stderr in GHCi...
2006-11-12 Ian LynaghFix typo "comand" (trac #965)
2006-10-11 basvandijk@home.nlFixed spelling error in compiler/ghci/InteractiveUI...
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-29 Simon Marlow:edit runs notepad by default on Windows
2006-09-28 Simon Marlowunbreak :edit patch on Windows
2006-09-28 Simon MarlowAdd basic :edit support
2006-09-28 Simon Marlowonly make stdin/stdout unbuffered in GHCi, not runghc...
2006-09-21 Manuel M T ChakravartyFix Linker import when BREAKPOINT is off
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-09-03 Ian LynaghRemove a tab causing ghci's :? alignment to go wrong
2006-08-23 Simon Marlowin the GHCi prompt, print ModuleNames not Modules
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-17 LemmihUse a recursive error handler in case the exception...
2006-06-01 Simon Marlowfix non-Windows build
2006-06-01 simonmar@microsoft.comWin32: set up the console code pages
2006-05-09 LemmihDon't read ~/.ghci on breakpoints.
2006-05-09 Simon Marlowmake it possible to define an alias for :quit
2006-05-02 LemmihbreakpointCond
2006-04-07 Simon MarlowReorganisation of the source tree