Tue Apr 25 07:47:33 PDT 2006 Simon Marlow <[EMAIL PROTECTED]>
* Implement "setup register --inplace", and a few other minor things
There are a few changes in this patch:
- New flag to register, --inplace. "setup register --inplace"
registers the package for use in the build tree, i.e. without
installing. It works with GHC only, currently.
- The parameters to RegisterCmd, UnregisterCmd and InstallCmd are a
legacy from before the time of hooks (or something) and don't
serve any purpose any more, AFAICT. So I removed them.
- I don't think "setup register" worked propertly before if
--user was given to configure. It does now.
- New flag to register: --with-hc-pkg (just the same as when
given to configure, but lets you override it at register-time)
M ./Distribution/Make.hs -6 +6
M ./Distribution/Setup.hs -38 +68
M ./Distribution/Simple.hs -21 +21
M ./Distribution/Simple/Register.hs -43 +78
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries