Skip to content
Snippets Groups Projects
  1. Oct 01, 2013
  2. Sep 23, 2013
  3. Sep 04, 2013
  4. May 16, 2013
  5. May 14, 2013
  6. May 12, 2013
    • Ian Lynagh's avatar
      More work towards dynamic programs on Windows · b35a6ce0
      Ian Lynagh authored
      Dynamic GHC is now working in-place, but pathologically slow due
      to the DLL split.
      
      (GHC assumes that all intra-package calls are in the same DLL, but that
      isn't true when we split the GHC package into 2 DLLs. That means that
      GHC's startup time is around 22 seconds, as it is doing run-time
      linking).
      
      Also, ghci isn't actually working yet:
      
      $ inplace/bin/ghc-stage2 --interactive
      GHCi, version 7.7.20130512: http://www.haskell.org/ghc/  :? for help
      Loading package ghc-prim ... <command line>: can't load .so/.DLL for:
      HSghc-prim-0.3.1.0.dll (addDLL: could not load DLL)
      ghc-stage2.exe: HSghc-prim-0.3.1.0: The specified module could not be
      found.
      b35a6ce0
  7. Apr 20, 2013
  8. Mar 03, 2013
  9. Mar 02, 2013
  10. Mar 01, 2013
  11. Feb 22, 2013
  12. Oct 03, 2012
  13. Mar 16, 2012
  14. Mar 15, 2012
  15. Nov 22, 2011
  16. Nov 19, 2011
    • Ian Lynagh's avatar
      Improve the way we call "rm" in the build system; fixes trac #4916 · 80e9070c
      Ian Lynagh authored
      We avoid calling "rm -rf" with no file arguments; this fixes cleaning
      on Solaris, where that fails.
      
      We also check for suspicious arguments: anything containing "..",
      starting "/", or containing a "*" (you need to call $(wildcard ...)
      yourself now if you really want globbing). This should make things
      a little safer.
      80e9070c
  17. Oct 17, 2011
  18. Apr 04, 2011
  19. Jan 18, 2011
  20. Jan 06, 2011
  21. Jan 19, 2011
  22. Sep 05, 2010
  23. Aug 01, 2010
  24. Jun 22, 2010
  25. Jun 15, 2010
  26. May 04, 2010
  27. Mar 24, 2010
  28. Feb 19, 2010
  29. Feb 18, 2010
Loading