summaryrefslogtreecommitdiff
path: root/driver/ghci
Commit message (Expand)AuthorAgeFilesLines
* Drop make build systemBen Gamari2022-08-251-67/+0
* Fix #21889, GHCi misbehaves with Ctrl-C on WindowsZubin Duggal2022-07-252-1/+5
* Reinstallable GHCZubin Duggal2022-02-211-1/+0
* Add driver/ghci/ghci-wrapper.cabal to .gitignoreRyan Scott2021-02-011-1/+4
* hadrian: Introduce ghci-wrapper packageBen Gamari2021-01-301-0/+26
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-4/+4
* Don't use $SHELL in wrapper scriptsJoachim Breitner2017-10-261-2/+2
* Release console for ghci wrapperTamar Christina2017-09-261-2/+11
* add $(CrossCompilePrefix) to 'runghc' and 'ghci'Sergei Trofimovich2017-04-061-4/+4
* Properly detect MinTTY when running GHCi on WindowsRyan Scott2017-01-102-3/+4
* Fall back on ghc-stage2 when using Windows' GHCi driverRyanGlScott2016-01-061-0/+13
* 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-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
* 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
* Remove unnecessary C #includesIan Lynagh2010-06-221-4/+0
* Make the ghci.exe wrapper call the right ghc.exeIan Lynagh2010-06-221-1/+3
* 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-182-159/+20
* 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
* Remove unused variablesIan Lynagh2009-05-241-2/+0
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-262-63/+53
* Fix ghc and ghci wrappers on WindowsIan Lynagh2009-02-181-2/+2
* Make versioned ghc and ghci programs on Windows; fixes trac #2827Ian Lynagh2009-02-171-1/+9
* Gix the ghcii scriptIan Lynagh2008-09-191-1/+1
* Make the ghci scripts point to the versioned GHC program, not just "ghc"Ian Lynagh2008-09-181-2/+2
* Fix the ghci script; fixes trac #2485Ian Lynagh2008-08-251-9/+6
* bindists are now some way towards workingIan Lynagh2008-08-101-3/+1
* Remove all references to -mno-cygwinIan Lynagh2008-07-091-2/+2
* Make ghcii.sh executableIan Lynagh2007-12-171-0/+1
* clean ghci-inplaceSimon Marlow2007-10-311-0/+1
* Fix copy+paste-o, spotted by Simon MarlowIan Lynagh2007-09-141-1/+1
* Fix bindist creation on WindowsIan Lynagh2007-09-051-1/+1
* Use DESTDIR when installingIan Lynagh2007-08-281-1/+1
* Remove odd recursive call in the driver/ghci MakefileIan Lynagh2007-08-211-10/+0
* windres to use the gcc given as --with-cc.Clemens Fruhwirth2007-07-031-1/+1