summaryrefslogtreecommitdiff
path: root/utils/runghc/runghc.hs
Commit message (Expand)AuthorAgeFilesLines
* Build system: rename runghc.hs to Main.hsThomas Miedema2015-10-301-180/+0
* Change all hashbangs to /usr/bin/env (#9057)Thomas Miedema2014-09-231-1/+1
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-1/+0
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-141-1/+1
* runghc: Fix interaction of stdin and --ghc-argsJohn Lenz2014-01-071-7/+13
* Stop using the deprecated System.CmdIan Lynagh2013-02-151-1/+1
* Remove a couple of unnecessary lines of CPPIan Lynagh2012-05-181-2/+0
* Fix #6109 : error Unknown mingw32 arch.Erik de Castro Lopo2012-05-181-5/+9
* Don't use stdcall on Win64: It isn't supported; ccall is used insteadIan Lynagh2012-05-161-1/+9
* Remove unnecessary import (Windows only)Simon Peyton Jones2011-07-291-1/+0
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-9/+11
* Remove more dead code now we require GHC >= 6.12Ian Lynagh2010-12-151-4/+0
* Fix unused import warningsIan Lynagh2009-07-071-2/+0
* Fix warningsIan Lynagh2009-05-231-1/+0
* GHC new build system megapatchIan Lynagh2009-04-261-3/+1
* Add --version to runghc. Trac #2757.Ian Lynagh2009-03-051-0/+13
* Teach runghc about --help; fixes trac #2757Ian Lynagh2008-11-281-17/+34
* close the temporary Handle before removing the fileSimon Marlow2008-11-141-1/+1
* Fix "runghc foo" where the program is foo.hs or foo.lhsIan Lynagh2008-08-251-3/+10
* Fix warnings in runghcIan Lynagh2008-08-211-2/+2
* Fix building runghc on WindowsIan Lynagh2008-07-241-0/+6
* If the extension is not .lhs, runghc now treats it as .hs; fixes trac #1232Ian Lynagh2008-07-231-2/+7
* runghc now uses the compiler that it comes with; fixes trac #1281Ian Lynagh2008-07-231-18/+42
* More commandline flag improvementsIan Lynagh2008-06-161-1/+1
* Remove some of the old compat stuff now that we assume GHC 6.4Simon Marlow2008-02-081-5/+0
* Allow runghc to take input from stdin, just like Ruby & PythonSimon Marlow2008-02-071-5/+16
* Tweak runghcIan Lynagh2008-01-201-19/+11
* Improve runghc's argument handlingIan Lynagh2007-08-191-10/+29
* Make runghc warning-free and turn -Wall on in the MakefileIan Lynagh2007-08-181-4/+2
* Make the runghc code prettier and fix some warningsIan Lynagh2007-08-181-31/+34
* Make "runghc -f path-to-ghc Main.hs" workMagnus Jonsson2007-07-291-0/+2
* fix #1200: don't evaluate the result of mainSimon Marlow2007-03-131-1/+5
* Don't use compat when compiling utils with stage1Ian Lynagh2007-02-061-2/+7
* wrap Main.main in GHC.TopHandler.runIOFastExitSimon Marlow2007-01-051-1/+7
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+66