summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Add build system profiling to build systemIan Lynagh2011-01-231-0/+1
* Fix ghci in stage3Ian Lynagh2011-01-231-0/+1
* Simplify the build system, and remove 2 phasesIan Lynagh2011-01-221-65/+13
* Fix libraries/index.html's haddock dependency on WindowsIan Lynagh2011-01-191-1/+1
* Add configure phases for the stage 3 compilerIan Lynagh2011-01-191-0/+2
* Tidy up gmp cleaningIan Lynagh2011-01-171-11/+2
* Simplify a bit of makefileIan Lynagh2011-01-161-4/+2
* Tweak Windows phase orderingIan Lynagh2011-01-161-1/+1
* Add some Windows-only CONFIGURE_PHASEsIan Lynagh2011-01-161-0/+4
* Simplify, and future-proof, a dependency in the build systemIan Lynagh2011-01-161-5/+1
* Remove an unnecessary phase, and some unnecessary depsIan Lynagh2011-01-161-45/+19
* Tidy up a bitIan Lynagh2011-01-161-178/+67
* Build system improvementsIan Lynagh2011-01-151-3/+115
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-28/+28
* Build a copy of ghc-cabal with the in-tree compiler, for the bindistIan Lynagh2010-12-101-2/+6
* Tweak the cleaning of inplace/; fixes trac #4320Ian Lynagh2010-12-051-1/+2
* For bindists, build ghc-pwd with stage 1Ian Lynagh2010-11-211-9/+7
* Makefile tweakIan Lynagh2010-11-211-1/+1
* Build random with the stage2 compilerIan Lynagh2010-11-171-1/+1
* Fix paths used for doc publishing in the nightly buildsIan Lynagh2010-11-141-1/+7
* Avoid scary message from tar if dph isn't in the treeIan Lynagh2010-11-031-4/+4
* Whitespace onlyIan Lynagh2010-11-031-22/+22
* Remove duplicate PrimopWrappers generationSimon Marlow2010-10-281-7/+1
* fix stage1_libs pseudo-targetSimon Marlow2010-10-261-3/+5
* Don't build packages that need TH if we are making a profiling compilerIan Lynagh2010-10-231-4/+11
* Build haskell98 and haskell2010 with stage2Ian Lynagh2010-10-131-1/+1
* Follow Cabal changes: Cabal no longer has a docbook userguideIan Lynagh2010-10-121-1/+0
* Fix build following haskell98 and -fglasgow-exts changesIan Lynagh2010-10-061-0/+1
* Fix the TH depsIan Lynagh2010-09-251-1/+7
* Add deps for TH uses in vectorIan Lynagh2010-09-231-0/+5
* Build primitive with stage2Ian Lynagh2010-09-231-1/+1
* Fix computation of installed packagessimonpj@microsoft.com2010-09-241-23/+32
* move CHECKED settings to the right placeSimon Marlow2010-09-231-15/+17
* Add primitive and vector packages for DPH supportSimon Marlow2010-09-231-3/+2
* Refactoring and tidy up in the build systemSimon Marlow2010-09-231-111/+118
* Fixes for when HADDOCK_DOCS=NOIan Lynagh2010-09-211-2/+4
* add a simple trace facility to the build systemSimon Marlow2010-09-211-0/+1
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+2
* extra packages info is now read from packages fileIan Lynagh2010-09-171-36/+23
* Don't haddock packages that we aren't going to installIan Lynagh2010-09-031-1/+5
* Fix the DPH package cleaning/profiled mess even more (the build was broken)Simon Marlow2010-08-261-13/+17
* Fix the DPH/profiled make thing (again)simonpj@microsoft.com2010-08-251-8/+16
* DPH should not even be built if GhcProfiledsimonpj@microsoft.com2010-08-231-1/+1
* Generate the bit in the user guide where we say what -fglasgow-exts doesIan Lynagh2010-08-221-0/+6
* Fix cleaning when GhcProfiled = YESIan Lynagh2010-08-191-1/+1
* Use make-command when installing packagesIan Lynagh2010-08-181-12/+17
* Add a "make-command" utility Makefile functionIan Lynagh2010-08-181-0/+5
* Do not build DPH when GhcProfiled (fixes #4172)simonpj@microsoft.com2010-08-131-0/+5
* Add a versions haddock binary for WindowsIan Lynagh2010-08-011-0/+1
* Always haddock by defaultIan Lynagh2010-07-301-2/+0