summaryrefslogtreecommitdiff
path: root/utils/installPackage
Commit message (Collapse)AuthorAgeFilesLines
* GHC new build system megapatchIan Lynagh2009-04-263-195/+0
|
* Fix the build when the bootstrapping compiler has a newer Cabal than usIan Lynagh2008-10-151-3/+7
| | | | We need to forcibly use the in-tree Cabal, or we get version mismatch errors
* Update the build system to handle building and using haddock2Ian Lynagh2008-08-282-1/+3
| | | | | One side-effect of this is that we need to build the install-utils with stage2 rather than stage1 as we need the ghc package.
* Make some utils -Wall cleanIan Lynagh2008-08-211-2/+2
|
* Avoid scary "Package contains no library to register" message in installPackageIan Lynagh2008-08-171-1/+6
| | | | We only call register if we actually have a library to be registered
* don't strip the inplace GHC executables (for debugging)Simon Marlow2008-07-281-13/+16
|
* Add a commentIan Lynagh2008-07-181-0/+4
|
* Tweak the build system for installPackageIan Lynagh2008-07-181-33/+1
|
* Teach installPackage about --distpref and --enable-shell-wrappersIan Lynagh2008-07-121-17/+27
|
* Move installPackage out into its own cabal package under utils/Ian Lynagh2008-07-113-0/+199