summaryrefslogtreecommitdiff
path: root/utils/runghc
Commit message (Expand)AuthorAgeFilesLines
* Build system: cleanup a few .cabal filesThomas Miedema2015-10-301-11/+4
* Build system: rename runghc.hs to Main.hsThomas Miedema2015-10-303-7/+1
* runghc: be explicit about ghc version (#9054)Thomas Miedema2015-02-182-1/+9
* 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
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-141-1/+2
* runghc: Fix interaction of stdin and --ghc-argsJohn Lenz2014-01-071-7/+13
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-012-4/+4
* Use different exeext variables for each stage; fixes #7709Ian Lynagh2013-04-201-1/+1
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-011-1/+1
* Stop using the deprecated System.CmdIan Lynagh2013-02-151-1/+1
* 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