update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rules / build-package.mk
2011-04-14 Ian LynaghRefactor how dependencies are included; fixes #5109
2011-02-07 Ian LynaghCall the final build system phase "final" rather than ""
2011-01-23 Ian LynaghAdd build system profiling to build system
2011-01-22 Ian LynaghSimplify the build system, and remove 2 phases
2011-01-19 Ian LynaghMove some make variables around
2011-01-19 Ian LynaghMove the PACKAGE_MAGIC evaluation inside package-data.mk
2011-01-15 Ian LynaghBuild system improvements
2010-09-23 Simon MarlowRefactoring and tidy up in the build system
2010-09-21 Simon Marlowadd a simple trace facility to the build system
2010-09-03 Ian LynaghDon't haddock packages that we aren't going to install
2010-05-09 Ian LynaghDon't include inter-package dependencies when compiling...
2010-05-08 Ian LynaghTidy up the "rm" flags in the build system
2010-05-04 Ian LynaghIn build system, call package-config after including...
2010-04-24 Ian LynaghMake sure all the clean rules are always included
2010-01-19 Ian LynaghEscape some $s in makefiles for consistency
2009-12-09 Ian LynaghEliminate mkdependC
2009-09-11 Ian LynaghFix some makefile logic, and remove the now unused...
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-08-11 Ian LynaghCheck Cabal packages when validating
2009-07-27 Simon Marlowbuildinfo files need a $$(wildcard)
2009-06-25 Ian LynaghAdd buildinfo files to the bindist 2009-06-25
2009-06-24 Ian LynaghMake C and CMM objects way-dependent
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-11 Ian LynaghAdd some $s to rules/build-package.mk for consistency
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-30 Ian Lynaghmake the clean_libraries target work, so you can "make...
2009-05-29 Ian LynaghMake clean_libraries in the same way that we make all_l...
2009-05-16 Ian LynaghTweak bindist creation
2009-05-15 Ian LynaghAdd a maintainer-clean rule
2009-05-08 Ian LynaghAdd a Makefile in libraries/
2009-04-29 Duncan CouttsBuild library packages as shared libs
2009-04-28 Duncan Couttsextend the rules/c-objs macro to take the way as a...
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch