GHC new build system megapatch
[ghc-hetmet.git] / utils / runghc / runghc.hs
2009-04-26 Ian LynaghGHC new build system megapatch
2009-03-05 Ian LynaghAdd --version to runghc. Trac #2757.
2008-11-28 Ian LynaghTeach runghc about --help; fixes trac #2757
2008-11-14 Simon Marlowclose the temporary Handle before removing the file
2008-08-25 Ian LynaghFix "runghc foo" where the program is foo.hs or foo.lhs
2008-08-21 Ian LynaghFix warnings in runghc
2008-07-24 Ian LynaghFix building runghc on Windows
2008-07-23 Ian LynaghIf the extension is not .lhs, runghc now treats it...
2008-07-23 Ian Lynaghrunghc now uses the compiler that it comes with; fixes...
2008-06-16 Ian LynaghMore commandline flag improvements
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-07 Simon MarlowAllow runghc to take input from stdin, just like Ruby...
2008-01-20 Ian LynaghTweak runghc
2007-08-19 Ian LynaghImprove runghc's argument handling
2007-08-18 Ian LynaghMake runghc warning-free and turn -Wall on in the Makefile
2007-08-18 Ian LynaghMake the runghc code prettier and fix some warnings
2007-07-29 Magnus JonssonMake "runghc -f path-to-ghc Main.hs" work
2007-03-13 Simon Marlowfix #1200: don't evaluate the result of main
2007-02-06 Ian LynaghDon't use compat when compiling utils with stage1
2007-01-05 Simon Marlowwrap Main.main in GHC.TopHandler.runIOFastExit
2006-04-07 Simon MarlowReorganisation of the source tree