summaryrefslogtreecommitdiff
path: root/utils/runghc
Commit message (Expand)AuthorAgeFilesLines
* use heredocEric Lindblad2022-10-171-3/+4
* remove redirectEric Lindblad2022-10-171-1/+1
* example rewriteEric Lindblad2022-10-171-2/+2
* Drop make build systemBen Gamari2022-08-251-43/+0
* Reinstallable GHCZubin Duggal2022-02-213-3/+2
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-041-1/+1
* fix runghc's GHC detection logic to cover the "in-tree Hadrian build" scenarioAlp Mestanogullari2019-06-161-1/+6
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-4/+4
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Add missing Semigroup instances in utils/{hpc,runghc}Herbert Valerio Riedel2017-08-311-6/+10
* Bump process to 1.6Ben Gamari2017-04-271-1/+1
* add $(CrossCompilePrefix) to 'runghc' and 'ghci'Sergei Trofimovich2017-04-061-5/+5
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-1/+1
* runghc: Fix import of System.Process on WindowsBen Gamari2016-10-021-1/+1
* runghc: use executeFile to run ghc process on POSIXMichael Snoyman2016-10-022-6/+21
* Fix and complete runghc documentationHarendra Kumar2016-08-301-0/+1
* Add Cabal synopses and descriptionsBen Gamari2016-01-051-2/+12
* Fix runghc when $1_$2_SHELL_WRAPPER = NORyanGlScott2015-12-152-5/+18
* Update process submodule to process-1.4 releaseHerbert Valerio Riedel2015-11-021-1/+1
* Update process submoduleHerbert Valerio Riedel2015-11-011-1/+1
* 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