Skip to content
Snippets Groups Projects
  1. Oct 11, 2013
  2. Oct 01, 2013
  3. Mar 03, 2013
    • ian@well-typed.com's avatar
      Automatically add the $(exeext) to program names · fdfb0c29
      ian@well-typed.com authored
      We now define _PROGNAME, and _PROG is automatically defined with
      $(exeext). This will shortly automatically use the right exeext
      depending on what stage it is being compiled with (exeext may be
      different for different stages when cross-compiling).
      fdfb0c29
  4. Nov 23, 2012
  5. Oct 14, 2012
  6. Oct 03, 2012
    • ian@well-typed.com's avatar
      Build the dynamic way by default on Linux/amd64 · 3febe016
      ian@well-typed.com authored
      This required various build system changes to get the build to go
      through.
      
      In the inplace shell wrappers, we set LD_LIBRARY_PATH to allow programs
      to find their libraries. In the future, we might change the inplace tree
      to be the same shape as an installed tree instead. However, this would
      mean changing the way we do installation, as currently we use cabal's
      installation methods to install the libraries, but that only works if
      the libraries are under libraries/foo/dist-install/build/..., rather
      than in inplace/lib/...
      3febe016
  7. Sep 09, 2012
  8. Jul 19, 2012
  9. Jul 16, 2012
  10. Oct 12, 2011
  11. May 28, 2011
  12. Dec 18, 2010
  13. Dec 16, 2010
  14. Dec 15, 2010
  15. Nov 17, 2010
  16. Oct 06, 2010
  17. Jul 30, 2010
    • simonpj@microsoft.com's avatar
      Work around missing type signature in Happy · 1e4c81f8
      simonpj@microsoft.com authored
      Happy generates
      
            notHappyAtAll = error "Blah"
      
      without a type signature, and currently the new
      typechecker doesn't generalise it.  This patch
      says "no monomorphism restriction" which makes it
      generalise again.
      
      Better would be to add a type sig to Happy's template
      1e4c81f8
  18. Dec 03, 2009
  19. Nov 29, 2009
  20. Jul 07, 2009
  21. Jul 01, 2009
  22. Jun 08, 2009
  23. Apr 28, 2009
  24. Apr 26, 2009
  25. Apr 24, 2009
  26. Sep 20, 2008
  27. Sep 16, 2008
  28. Sep 15, 2008
  29. Sep 03, 2008
  30. Aug 25, 2008
  31. Aug 21, 2008
  32. Jul 18, 2008
  33. Jul 08, 2008
  34. Apr 08, 2008
  35. Feb 21, 2008
Loading