summaryrefslogtreecommitdiff
path: root/mk/validate-settings.mk
Commit message (Expand)AuthorAgeFilesLines
* Build system: put each BuildFlavour in a separate file (#10223)Thomas Miedema2015-09-071-38/+0
* Build system: don't set GhcLibWays explicitly in build.mk.sample (#10536)Thomas Miedema2015-07-071-13/+2
* Build system: remove unused variable CHECK_PACKAGESThomas Miedema2015-06-301-2/+0
* Disable same warnings for normal builds as for validate (#10223)Thomas Miedema2015-04-021-118/+0
* Remove redundant constraints from libraries, discovered by -fwarn-redundant-c...Simon Peyton Jones2015-01-061-0/+3
* Update validate-settings.mkHerbert Valerio Riedel2014-12-281-31/+8
* Update hsc2hs submodule for de-tabbingHerbert Valerio Riedel2014-12-271-1/+0
* Update `process` submodule to pull in Safe Haskell fixesDavid Terei2014-12-081-1/+0
* Add `--fwarn-trustworthy-safe` to `-Wall` again.David Terei2014-11-241-0/+2
* Update validate settings now that containers and process have beenDavid Terei2014-11-161-2/+0
* Update to (unreleased) `deepseq-1.4.0.0`Herbert Valerio Riedel2014-11-151-0/+3
* Add `--fwarn-trustworthy-safe` to `-Wall`David Terei2014-11-121-0/+7
* Avoid setting -Werror=unused-but-set-variable on Windows.Gintautas Miliauskas2014-10-291-0/+3
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-211-0/+9
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-0/+9
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+7
* Re-export Word from Prelude (re #9531)Herbert Valerio Riedel2014-08-311-0/+3
* Suppress binary warnings for bootstrapping as well as stage1.Edward Z. Yang2014-08-291-0/+1
* Remove -fno-warn-amp sledgehammers for validateAustin Seipp2014-04-201-2/+0
* Implement the AMP warning (#8004)Austin Seipp2013-09-111-0/+3
* Hack-fix build breakage on Linux/GCC from fc4856f9Herbert Valerio Riedel2013-09-041-1/+1
* Make validate play nice with clang (for Xcode 5 command line tools)Manuel M T Chakravarty2013-09-041-0/+9
* Also build the v way when DYNAMIC_GHC_PROGRAMS is YESIan Lynagh2013-03-171-2/+4
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-2/+2
* Update to binary 0.7.0.0Ian Lynagh2013-03-011-6/+2
* Make validating with GhcProfiled=YES Just WorkIan Lynagh2013-01-031-0/+2
* Ship transformers with GHCIan Lynagh2013-01-021-0/+1
* de-tab hpcIan Lynagh2012-11-231-0/+1
* Separate warning flags from other flags in validate-settings.mkIan Lynagh2012-11-231-3/+11
* Revert "Suppress deprecation warnings for Rank2Types in libraries that use th...Simon Peyton Jones2012-10-261-10/+0
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-10-261-1/+1
|\
| * Make DefaultFastGhcLibWays be just "dyn" when we are dynamic by defaultIan Lynagh2012-10-251-1/+1
* | Suppress deprecation warnings for Rank2Types in libraries that use the flagSimon Peyton Jones2012-10-191-0/+10
|/
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-1/+6
* Ignore deprecation warnings for bitSize in libs when validatingIan Lynagh2012-09-231-0/+6
* Re-enable inline-rule-shadowing warning.Paolo Capriotti2012-07-261-3/+4
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-07-251-0/+2
|\
| * Add flag to disable rule shadowing warning.Paolo Capriotti2012-07-241-0/+2
* | Remove some old temporary warning suppression for hoopl warningsIan Lynagh2012-07-241-9/+0
|/
* Follow upstream mtl and Cabal, add transformers package (#5958)Paolo Capriotti2012-05-071-0/+6
* Add SRC_[CH]C_WARNING_OPTSIan Lynagh2012-04-261-5/+7
* Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-02-121-3/+0
|\
| * Remove old dead safe haskell settingDavid Terei2012-01-251-3/+0
* | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-01-241-0/+3
|\ \ | |/
| * Fix validateIan Lynagh2012-01-191-0/+3
* | Remove tabs, so that I can push.Iavor S. Diatchki2011-12-181-1/+1
|/
* Make the --fast option to validate faster, and add --normalSimon Marlow2011-11-161-1/+5
* Build system wibbles for new dph-lifted-vseg libraryBen Lippmeier2011-11-121-2/+1
* validate: add -dcore-lint to stage2Simon Marlow2011-11-101-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-2/+2