patch applied (cabal-install): The ConfigFlags now contain two
different sets of install dirs,
one for global and one for user installs.
bjorn at bringert.net
bjorn at bringert.net
Tue Oct 16 11:45:28 EDT 2007
Tue Oct 16 08:35:25 PDT 2007 bjorn at bringert.net
* The ConfigFlags now contain two different sets of install dirs, one for global and one for user installs.
This simplifies the install dirs handling a lot, and allows the user to specify both user and global install dirs in the config file, and chose installation type on the command line.
We now ignore the config file and command-line compiler flavor when choosing install directories, since that
is so messy. This might break installs with Hugs, but that requires testing.
The old code didn't work when the compiler was specified on the command-line anyway.
M ./Hackage/Config.hs -33 +46
M ./Hackage/Install.hs -2 +5
M ./Hackage/Setup.hs -3 +12
M ./Hackage/Types.hs -1 +2
More information about the Cvs-libraries
mailing list