summaryrefslogtreecommitdiff
path: root/utils/runghc
Commit message (Expand)AuthorAgeFilesLines
* Update dependenciesIan Lynagh2012-11-301-1/+1
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-0/+1
* Tweak the build system handling of shell wrappersIan Lynagh2012-09-271-1/+1
* Update dependency on directory.Paolo Capriotti2012-09-091-1/+1
* Create versioned runghc wrapper (#5873)Paolo Capriotti2012-06-191-0/+3
* 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
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-1/+1
* Remove unnecessary import (Windows only)Simon Peyton Jones2011-07-291-1/+0
* Relax some dependenciesIan Lynagh2011-07-081-1/+1
* Make builds that use stage1 use "dist-install" consistently. ThisSimon Marlow2011-05-281-7/+7
* 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 build following haskell98 and -fglasgow-exts changesIan Lynagh2010-10-062-3/+4
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-052-3/+3
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-2/+1
* UNDO: fix the inplace runghc (it broke the installed runghc)Simon Marlow2009-08-261-1/+1
* fix the inplace runghcSimon Marlow2009-08-201-1/+1
* Fix unused import warningsIan Lynagh2009-07-071-2/+0
* Include runghc and unlit in bindistsIan Lynagh2009-06-131-3/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-4/+4
* Fix warningsIan Lynagh2009-05-231-1/+0
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-263-15/+33
* Add --version to runghc. Trac #2757.Ian Lynagh2009-03-053-2/+17
* 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
* Add "#!/bin/sh" to runghc.wrapperIan Lynagh2008-09-141-0/+1
* Fix "runghc foo" where the program is foo.hs or foo.lhsIan Lynagh2008-08-251-3/+10
* Get everything building with base 4 in the HEADIan Lynagh2008-08-251-1/+1
* Fix warnings in runghcIan Lynagh2008-08-211-2/+2
* Add the runghc wrapper scriptIan Lynagh2008-07-291-0/+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-233-18/+45
* Build runghc with CabalIan Lynagh2008-07-182-45/+31
* Fix the build with GHC 6.4Ian Lynagh2008-06-231-0/+4
* More commandline flag improvementsIan Lynagh2008-06-161-1/+1
* Ensure runhaskell is rebuild in stage2Manuel M T Chakravarty2008-05-221-1/+1
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-211-0/+9
* All installed Haskell prgms have an inplace and an installed versionManuel M T Chakravarty2008-02-181-1/+7
* Remove some of the old compat stuff now that we assume GHC 6.4Simon Marlow2008-02-082-12/+0
* Allow runghc to take input from stdin, just like Ruby & PythonSimon Marlow2008-02-071-5/+16
* Tweak runghcIan Lynagh2008-01-201-19/+11
* default to installing runhaskell and hsc2hs again, but provide knobs to turn ...Simon Marlow2007-10-251-1/+14
* Improve runghc's argument handlingIan Lynagh2007-08-191-10/+29
* Make runghc warning-free and turn -Wall on in the MakefileIan Lynagh2007-08-182-4/+3
* 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