Skip to content
Snippets Groups Projects
  1. Jul 09, 2008
  2. Jun 04, 2008
  3. Jun 02, 2008
  4. May 29, 2008
  5. May 27, 2008
  6. Mar 05, 2008
  7. Mar 02, 2008
  8. Feb 28, 2008
  9. Feb 25, 2008
  10. Feb 24, 2008
  11. Feb 11, 2008
  12. Feb 09, 2008
  13. Feb 07, 2008
  14. Feb 06, 2008
  15. Feb 05, 2008
  16. Feb 02, 2008
    • chak@cse.unsw.edu.au.'s avatar
      First stab at an installer package for the Mac · c222ce6d
      chak@cse.unsw.edu.au. authored
      - 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).
      c222ce6d
  17. Dec 17, 2007
  18. Nov 25, 2007
  19. Nov 24, 2007
  20. Nov 10, 2007
  21. Oct 26, 2007
  22. Oct 23, 2007
  23. Sep 23, 2007
  24. Sep 20, 2007
  25. Sep 18, 2007
  26. Sep 11, 2007
  27. Sep 09, 2007
  28. Sep 05, 2007
  29. Aug 10, 2007
    • Simon Marlow's avatar
      FIX #1271: create manifests, and embed them in executables on Windows · eb4352ab
      Simon Marlow authored
      We have 4 new flags:
      
        -fno-gen-manifest
           suppresses creation of foo.exe.manifest
      
        -fno-embed-manifest
           suppresses embedding of the manifest in the executable
      
        -pgmwindres
           specify a program to use instead of windres
      
        -optwindres
           extra options to pass to windres
      
      "windres" is now copied from mingw and included in a binary
      distribution.
      eb4352ab
Loading