fix haddock submodule pointer
[ghc-hetmet.git] / mk / validate-settings.mk
2011-06-12 Ian LynaghRemove some trailing whitespace
2011-05-05 Jose Pedro MagalhaesDo not enable -XGenerics when building the optimized...
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-11-16 simonpj@microsoft.comLibraries bytestirng, time, binary need -fno-warn-ident...
2010-09-24 simonpj@microsoft.comFix computation of installed packages
2010-09-23 simonpj@microsoft.comFor now, switch off incomplete-pattern warnings in...
2010-09-23 Simon Marlowturn off -Werror for primitive and vector
2010-09-23 Simon MarlowRefactoring and tidy up in the build system
2010-09-04 Ian LynaghBinary no longer has unusable UNPACK pragmas, so no...
2010-07-10 Ian LynaghMove all the warning workarounds to one place
2010-06-16 Ian LynaghRename some variables from FOO to FOO_CMD
2009-11-20 Ian LynaghRemove -fasm from mk/validate-settings.mk
2009-10-23 Ian LynaghDon't build PS/PDF docs when validating
2009-09-18 Simon Marlowignore unused-import warnings from Haskeline
2009-09-10 Simon Marlowbinary has unused-import warnings
2009-08-11 Ian LynaghCheck Cabal packages when validating
2009-08-07 Ian LynaghLeave dyn in GhcLibWays when validating
2009-07-18 Ian Lynaghtemporarily turn off unused import warnings for the...
2009-07-18 Ian LynaghTemporarily turn off unused-do-bind warnings for the...
2009-07-09 Ian LynaghStop using -fno-warn-unused-do-bind when compiling...
2009-07-04 Ian LynaghFor now, use -fno-warn-unused-do-bind when building...
2009-05-23 Ian LynaghTurn on warnings when validating
2009-05-21 Ian LynaghDon't overwrite the *OPTS/*Opts variables in mk/validat...
2009-05-11 Simon MarlowGhcBootLibs is no more
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-21 Simon Marlowadd a DO NOT EDIT comment
2009-03-08 Ian LynaghDon't force HSCOLOUR_SRCS = YES when validating
2009-01-04 Ian LynaghRequire HsColour by default
2008-09-18 simonpj@microsoft.comComments only
2008-08-28 Ian LynaghTurn on optimisation for stage2 when validating
2008-07-01 Ian LynaghAdd --slow (and --fast) options to validate
2008-07-01 Ian LynaghMake a "validate --hpc"; shows how much of the compiler...
2008-06-14 Ian LynaghUse -O0 rather than the deprecated -Onot
2008-03-26 Ian LynaghIn validate settings, make -Werror easier to override
2007-11-05 simonpj@microsoft.comAdd -dcore-lint when validating libraries
2007-09-06 Ian LynaghSet GhcBootLibs=YES in mk/validate-settings.mk
2007-09-05 Ian LynaghBuild settings for validation are now in mk/validate...