patch applied (ghc): First stab at an installer package for the Mac

chak at cse.unsw.edu.au chak at cse.unsw.edu.au
Tue Feb 5 06:25:20 EST 2008


Sat Feb  2 05:48:53 PST 2008  Manuel M T Chakravarty <chak at cse.unsw.edu.au>
  * First stab at an installer package for the Mac
  - GHC as a Mac framework
  - I tried to make a package where the user could choose whether to install
    in /Library/Frameworks or ~/Library/Frameworks (to allow installation for
    non-admins).  However, that doesn't work well without including the whole
    distribution twice as the decision as to whether the admin password needs
    to be entered is made at packaging time (not at install time).

    M ./Makefile -5 +40
    A ./distrib/MacOS/
    A ./distrib/MacOS/English.lproj/
    A ./distrib/MacOS/English.lproj/InfoPlist.strings
    A ./distrib/MacOS/GHC.pmdoc/
    A ./distrib/MacOS/GHC.pmdoc/01ghc-contents.xml
    A ./distrib/MacOS/GHC.pmdoc/01ghc.xml
    A ./distrib/MacOS/GHC.pmdoc/index.xml
    A ./distrib/MacOS/GHC.xcodeproj/
    A ./distrib/MacOS/GHC.xcodeproj/project.pbxproj
    A ./distrib/MacOS/Info.plist
    A ./distrib/MacOS/installer-scripts/
    A ./distrib/MacOS/installer-scripts/relocate
    M ./mk/config.mk.in -2 +1



More information about the Cvs-ghc mailing list