Make a mingw tree from mingw tarballs
[ghc-hetmet.git] / ghc / ghc.mk
2009-10-23 Ian LynaghMake a mingw tree from mingw tarballs
2009-09-11 Simon Marlowmove hschooks.c to ghc/, and enable it
2009-09-11 Ian LynaghFix some makefile logic, and remove the now unused...
2009-07-01 Simon Marlowmake GhcProfiled work, and add a "prof" flavour to...
2009-05-30 Ian LynaghUnquote a $(LN_S) in ghc/ghc.mk
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-17 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-03 Ian LynaghFix building without GHCi
2009-04-30 Simon MarlowFIX build: add dependencies on ghc_boot_platform.h
2009-04-29 Duncan CouttsDon't actually build ghc itself with -dynamic
2009-04-28 Duncan CouttsDo not link ghc stage1 using -threaded, only for stage2...
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch