Keep C main separate from rts lib and link it in for standalone progs
[ghc-hetmet.git] / ghc / ghc.mk
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