update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rules / build-package-data.mk
2011-04-29 Ian LynaghPass the right tool locations to Cabal when generating...
2011-01-27 Ian LynaghFix "make 1" etc following the build system changes
2011-01-24 Ian LynaghKeep separate linker flags, for when we want to link...
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-15 Ian LynaghBuild system improvements
2011-01-15 Ian LynaghWhitespace tweak
2010-12-14 Ian LynaghRemove dead code now that we require the bootstrapping...
2010-12-07 Ian LynaghMake CPPFLAGS variables, as well as CFLAGS and LDFLAGS
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-09-21 Simon Marlowadd a simple trace facility to the build system
2010-09-20 Ian LynaghTell Cabal that we're not building GHCi libs if UseArch...
2010-07-23 Ian LynaghUse different CC/LD options for different stages
2010-06-16 Ian LynaghConvert some more variable names to FOO_CMD, for consis...
2010-05-25 Ian LynaghAdd configure flags for the location of GMP includes...
2010-05-09 Ian LynaghAdd version constraints for the boot packages; fixes...
2009-09-17 Manuel M T ChakravartyUse CONF_CC_OPTS
2009-09-13 Ian LynaghDon't register the non-munged stage1 ghc package
2009-09-11 Ian LynaghFix some makefile logic, and remove the now unused...
2009-09-11 Ian LynaghChange a sed separator character to make it easier...
2009-09-11 Simon MarlowFix build with GHC <= 6.10.1
2009-08-26 Matthias KilianConfigurable iconv header and library locations
2009-08-20 Ian LynaghFix library installation; fixes #3374
2009-08-20 Ian LynaghEscape some $s in makefiles for consistency
2009-06-15 Ian LynaghMake sure we aren't passing -Werror in the CFLAGS for...
2009-06-15 Ian LynaghPass CFLAGS and LDFLAGS to configure scripts
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-19 Duncan CouttsPass --enable-shared and --with-hscolour to ghc-cabal...
2009-05-15 Simon Marlowcleanup: remove reference to $1_$2_CONFIGURE_FLAGS...
2009-04-29 Duncan CouttsBuild library packages as shared libs
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch