summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Support printing `integer-simple` Integers in GHCiAlec Theriault2019-01-161-0/+1
* Update `Cabal` submoduleHerbert Valerio Riedel2019-01-141-3/+0
* Fix bindist for ghci libraryZejun Wu2019-01-061-2/+5
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-0/+1
* Remove random submoduleBen Gamari2018-07-141-1/+1
* Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv`Moritz Angermann2018-06-071-6/+7
* vectorise: Put it out of its miseryBen Gamari2018-06-021-19/+2
* Extract hard-coded LLVM opt flags into a fileKavon Farvardin2018-05-301-3/+4
* Add HeapView functionalityPatrick Dougherty2018-05-201-1/+2
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-311-0/+10
* Revert "Move `iserv` into `utils` and change package nameBen Gamari2018-02-201-7/+6
* Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv`Moritz Angermann2018-02-151-6/+7
* Don't call alex for Cabal lib during GHC buildTobias Dammers2017-11-271-1/+9
* GHC.Prim use virtual-modulesMoritz Angermann2017-11-181-8/+2
* Revert "Move check-ppr and check-api-annotations to testsuite/utils"Ben Gamari2017-11-021-28/+6
* Move check-ppr and check-api-annotations to testsuite/utilsBen Gamari2017-09-271-6/+28
* Remove 'stm' from EXTRA_PACKAGES setHerbert Valerio Riedel2017-09-221-1/+1
* Add 'stm' package to the global package databaseHerbert Valerio Riedel2017-09-201-0/+1
* Clean up opt and llcMoritz Angermann2017-09-061-3/+4
* Add gen-dll as replacement for dll-splitTamar Christina2017-08-291-0/+7
* Remove dll-split.Tamar Christina2017-08-291-1/+0
* Rip out mkUserGuidePartBen Gamari2017-08-251-16/+2
* Move validate cleaning from distclean to cleanDouglas Wilson2017-08-221-3/+2
* Enable building Cabal with parsecHerbert Valerio Riedel2017-08-011-2/+9
* build system: Ensure there are no duplicate files in bindist listBen Gamari2017-07-201-1/+3
* Hoopl: remove dependency on Hoopl packageMichal Terepeta2017-06-231-2/+1
* ghc.mk: Ensure that ghc-pkg path is quotedBen Gamari2017-06-021-1/+1
* ghc.mk: rename installed ghc-stage1 on non-windowsSergei Trofimovich2017-05-231-3/+13
* Ensure package.cache is newer than registration files after make installBen Gamari2017-05-221-0/+4
* Guard yet another /bin/sh `for in` loop against empty varsHerbert Valerio Riedel2017-04-241-0/+2
* Disable terminfo, if we don’t build it.Moritz Angermann2017-04-241-0/+3
* ghc.mk: fix 'make install' for cross-mingw32Sergei Trofimovich2017-04-231-1/+1
* Build system: fix bindist for cross-build GHCFangrui Song2017-04-211-1/+1
* fix 'make install' for cross-stage2Sergei Trofimovich2017-04-081-0/+7
* Again disable stage0 terminfo on WindowsBen Gamari2017-02-281-0/+2
* Add flag allowing convenient disabling of terminfo supportBen Gamari2017-02-281-3/+1
* build system: Persist CrossCompiling in binary distributionsBen Gamari2017-02-261-0/+18
* Rename compact to ghc-compact.Edward Z. Yang2017-02-261-1/+1
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-1/+4
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-4/+1
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-1/+4
* Build terminfo on iOS.Shea Levy2016-12-151-4/+0
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-0/+3
* Fix doc build inconsistencyHarendra Kumar2016-08-251-0/+1
* Compact RegionsGiovanni Campagna2016-07-201-0/+1
* Move Extension type to ghc-boot-thBen Gamari2016-05-161-1/+2
* Fix installation of static sphinx assetsBen Gamari2016-04-071-7/+1
* Unset GREP_OPTIONS in build systemBen Gamari2016-02-091-1/+1
* Early error when crosscompiling + haddock/docsThomas Miedema2016-02-091-4/+19
* Enable RemoteGHCi on WindowsTamar Christina2016-01-271-2/+0