
28 Sep
2010
28 Sep
'10
11:18 a.m.
On Mon, Sep 27, 2010 at 11:55:51AM -0700, Evan Laforge wrote:
There are some issues with the .pkg installer under OS X:
Installers shouldn't be deleting the old version!
This has been a long-standing bug of the OS X installer. We'd love a fix from an OS X installer expert! The framework-pkg target in distrib/MacOS/Makefile is how we build the installer.
solution for this is to have /usr/bin/ghc-a.b.c point to .../GHC.framework/Versions/abc/... instead of ../GHC.framework/Versions/Current/...
Yes, that would make sense, if we could install multiple versions simultaneously. Thanks Ian