summaryrefslogtreecommitdiff
path: root/libraries/installPackage.hs
Commit message (Expand)AuthorAgeFilesLines
* Move installPackage out into its own cabal package under utils/Ian Lynagh2008-07-111-134/+0
* Follow Cabal changesIan Lynagh2008-06-291-1/+4
* Follow Cabal changesIan Lynagh2008-06-261-1/+1
* Move the register-inplace special-case stuff into the ghc-prim packageIan Lynagh2008-05-171-20/+0
* Follow distPref changes in CabalIan Lynagh2008-05-111-1/+5
* Follow changes in CabalIan Lynagh2008-05-101-6/+5
* Follow library changesIan Lynagh2008-03-231-3/+3
* Install dynlibs correctlyClemens Fruhwirth2007-12-281-4/+6
* API changes for cabal-HEADClemens Fruhwirth2007-12-271-27/+28
* Use installPackage for register --inplace as well as installingIan Lynagh2007-12-071-18/+39
* Alter the base:GHC.Prim hack in installPackage, following changes in baseIan Lynagh2007-12-021-16/+14
* MERGED: Set interfacedir (using $topdir, not $httptopdir)Ian Lynagh2007-11-031-18/+21
* MERGED: installPackage needs to treat $httptopdir the same as $topdirIan Lynagh2007-11-031-0/+2
* MERGED: Another attempt at getting bindists working everywhereIan Lynagh2007-09-181-21/+25
* Make DESTDIR work againsven.panne@aedion.de2007-09-161-1/+1
* More library installation path fiddlingIan Lynagh2007-09-131-9/+18
* We need to thread lots more paths through installPackage to make bindists workIan Lynagh2007-09-131-6/+16
* Further tweaking of haddock doc installationIan Lynagh2007-09-111-6/+4
* Yet another attempt to get the paths for the installed documentation correctsven.panne@aedion.de2007-09-091-5/+6
* Updates to work with latest cabal.Duncan Coutts2007-09-061-1/+1
* Make installPackage install settings from the [package].buildinfo file.judah.jacobson@gmail.com2007-09-061-1/+14
* Fix bindist creation on WindowsIan Lynagh2007-09-051-17/+24
* Follow Cabal module movements in installPackageIan Lynagh2007-08-311-2/+2
* Fix installing the libraries when there is no DESTDIRIan Lynagh2007-08-311-1/+2
* Obey DESTDIR when installing library docsIan Lynagh2007-08-311-5/+5
* Use DESTDIR when installingIan Lynagh2007-08-281-8/+20
* Cabal upstream API change -- installPackage to use installDirTemplatesClemens Fruhwirth2007-08-241-2/+2
* Fix installation (we need to use the right ghc-pkg)Ian Lynagh2007-08-121-1/+4
* Fix the use of emptyCopyFlagsIan Lynagh2007-08-081-2/+1
* Use emptyRegisterFlags and emptyCopyFlags for reduced fragilityDuncan Coutts2007-08-061-5/+2
* Follow cabal configurations changesIan Lynagh2007-07-291-18/+4
* When registering base during installation, don't hide GHC.PrimIan Lynagh2007-07-191-20/+21
* Only add the extra Windows libraries if we are on WindowsIan Lynagh2007-06-041-1/+3
* Copy more of base's hacks into installPackage; *sigh*Ian Lynagh2007-06-021-4/+16
* Rework the build system a bitIan Lynagh2007-05-311-27/+33
* Avoid the need to rerun configure when we installIan Lynagh2007-05-181-0/+60