summaryrefslogtreecommitdiff
path: root/driver/ghci/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Don't use $SHELL in wrapper scriptsJoachim Breitner2017-10-261-2/+2
* add $(CrossCompilePrefix) to 'runghc' and 'ghci'Sergei Trofimovich2017-04-061-4/+4
* Properly detect MinTTY when running GHCi on WindowsRyan Scott2017-01-101-1/+1
* Build system: simplify install.mk.inThomas Miedema2015-08-211-2/+2
* driver: Fix usage of '$0' in ghcii.sh (#8873)Austin Seipp2014-07-281-2/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* 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
* small build system tweakIan Lynagh2013-03-021-0/+2
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-011-2/+2
* Always quote arguments to removeFiles (fixes Windows install).Geoffrey Mainland2013-02-221-1/+1
* Fix Windows buildIan Lynagh2012-10-031-0/+1
* Fix path to windres on Win64Ian Lynagh2012-03-161-1/+1
* Build the Windows ghci wrapper with stage1, not stage0Ian Lynagh2012-03-151-1/+1
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-3/+3
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-2/+2
* Use the in-tree windres; fixes trac #4032Ian Lynagh2010-05-041-1/+1
* Use the shared C wrapper code in ghci.c tooIan Lynagh2010-02-181-1/+2
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-8/+8
* Use INSTALL_DIR, not MKDIRHIER, when installingIan Lynagh2009-10-021-1/+1
* Fix permissions when installingIan Lynagh2009-08-021-1/+2
* Fix the ghci wrapperIan Lynagh2009-06-161-1/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-6/+6
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+50