summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Random is now only needed to build dphIan Lynagh2011-07-081-3/+2
* Rename STAGE0_PACKAGES to PACKAGES_STAGE0Ian Lynagh2011-06-251-10/+10
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-231-13/+10
* Make builds that use stage1 use "dist-install" consistently. ThisSimon Marlow2011-05-281-4/+4
* Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-211-6/+6
* Refactor how dependencies are included; fixes #5109Ian Lynagh2011-04-141-0/+1
* Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-041-1/+0
* Don't put includes/rts/Config.h in bindists twiceIan Lynagh2011-03-161-1/+0
* Call the final build system phase "final" rather than ""Ian Lynagh2011-02-071-2/+6
* Merge in new code generator branch.Simon Marlow2011-01-241-1/+3
* 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