| Commit message (Expand) | Author | Age | Files | Lines |
* | Build system: rename runghc.hs to Main.hs | Thomas Miedema | 2015-10-30 | 1 | -180/+0 |
* | Change all hashbangs to /usr/bin/env (#9057) | Thomas Miedema | 2014-09-23 | 1 | -1/+1 |
* | Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from Prelude | Herbert Valerio Riedel | 2014-09-21 | 1 | -1/+0 |
* | Remove LANGUAGE pragrams implied by Haskell2010 | Herbert Valerio Riedel | 2014-05-14 | 1 | -1/+1 |
* | runghc: Fix interaction of stdin and --ghc-args | John Lenz | 2014-01-07 | 1 | -7/+13 |
* | Stop using the deprecated System.Cmd | Ian Lynagh | 2013-02-15 | 1 | -1/+1 |
* | Remove a couple of unnecessary lines of CPP | Ian Lynagh | 2012-05-18 | 1 | -2/+0 |
* | Fix #6109 : error Unknown mingw32 arch. | Erik de Castro Lopo | 2012-05-18 | 1 | -5/+9 |
* | Don't use stdcall on Win64: It isn't supported; ccall is used instead | Ian Lynagh | 2012-05-16 | 1 | -1/+9 |
* | Remove unnecessary import (Windows only) | Simon Peyton Jones | 2011-07-29 | 1 | -1/+0 |
* | Unicode fixes, taking into account PEP383 support | Max Bolingbroke | 2011-05-14 | 1 | -9/+11 |
* | Remove more dead code now we require GHC >= 6.12 | Ian Lynagh | 2010-12-15 | 1 | -4/+0 |
* | Fix unused import warnings | Ian Lynagh | 2009-07-07 | 1 | -2/+0 |
* | Fix warnings | Ian Lynagh | 2009-05-23 | 1 | -1/+0 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -3/+1 |
* | Add --version to runghc. Trac #2757. | Ian Lynagh | 2009-03-05 | 1 | -0/+13 |
* | Teach runghc about --help; fixes trac #2757 | Ian Lynagh | 2008-11-28 | 1 | -17/+34 |
* | close the temporary Handle before removing the file | Simon Marlow | 2008-11-14 | 1 | -1/+1 |
* | Fix "runghc foo" where the program is foo.hs or foo.lhs | Ian Lynagh | 2008-08-25 | 1 | -3/+10 |
* | Fix warnings in runghc | Ian Lynagh | 2008-08-21 | 1 | -2/+2 |
* | Fix building runghc on Windows | Ian Lynagh | 2008-07-24 | 1 | -0/+6 |
* | If the extension is not .lhs, runghc now treats it as .hs; fixes trac #1232 | Ian Lynagh | 2008-07-23 | 1 | -2/+7 |
* | runghc now uses the compiler that it comes with; fixes trac #1281 | Ian Lynagh | 2008-07-23 | 1 | -18/+42 |
* | More commandline flag improvements | Ian Lynagh | 2008-06-16 | 1 | -1/+1 |
* | Remove some of the old compat stuff now that we assume GHC 6.4 | Simon Marlow | 2008-02-08 | 1 | -5/+0 |
* | Allow runghc to take input from stdin, just like Ruby & Python | Simon Marlow | 2008-02-07 | 1 | -5/+16 |
* | Tweak runghc | Ian Lynagh | 2008-01-20 | 1 | -19/+11 |
* | Improve runghc's argument handling | Ian Lynagh | 2007-08-19 | 1 | -10/+29 |
* | Make runghc warning-free and turn -Wall on in the Makefile | Ian Lynagh | 2007-08-18 | 1 | -4/+2 |
* | Make the runghc code prettier and fix some warnings | Ian Lynagh | 2007-08-18 | 1 | -31/+34 |
* | Make "runghc -f path-to-ghc Main.hs" work | Magnus Jonsson | 2007-07-29 | 1 | -0/+2 |
* | fix #1200: don't evaluate the result of main | Simon Marlow | 2007-03-13 | 1 | -1/+5 |
* | Don't use compat when compiling utils with stage1 | Ian Lynagh | 2007-02-06 | 1 | -2/+7 |
* | wrap Main.main in GHC.TopHandler.runIOFastExit | Simon Marlow | 2007-01-05 | 1 | -1/+7 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+66 |