summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* Build system: always use `make -r`Thomas Miedema2015-05-301-1/+6
* Make template-haskell build with GHC 7.6, fixes bootstrap build.Edward Z. Yang2015-05-111-4/+0
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-111-0/+1
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-091-1/+0
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-091-0/+1
* Enable SMP and GHCi support for Aarch64Erik de Castro Lopo2015-04-221-2/+2
* Disable same warnings for normal builds as for validate (#10223)Thomas Miedema2015-04-023-118/+121
* Do not set -fasm explicitly in build.mk.sample (#10223)Thomas Miedema2015-04-021-27/+24
* Filter out `-Rghc-timing` for V=0 builds (#10223)Thomas Miedema2015-04-011-7/+4
* Reformat build flavours in build.mk.sample (#10223)Thomas Miedema2015-04-011-20/+33
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-311-1/+1
* Add `integer-gmp` specific hint to build.mk.sampleHerbert Valerio Riedel2015-03-311-0/+4
* Remove comments and flag for GranSimThomas Miedema2015-03-191-6/+2
* Fix build on amd64/solaris.Erik de Castro Lopo2015-03-171-0/+1
* Use the gold linker for linux/ARM and android/ARM targets.Erik de Castro Lopo2015-03-121-1/+0
* build: fix 'make help'Austin Seipp2015-03-071-1/+1
* Make top-level "configure" accept and propagate --with-curses-{includes,libra...PHO2015-02-231-0/+3
* Remove RAWCPP_FLAGS (Task #9094)Thomas Miedema2015-02-171-9/+2
* Compile the RTS with -g by defaultSimon Marlow2015-01-131-1/+1
* 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
* powerpc: fix and enable shared libraries by default on linuxSergei Trofimovich2014-12-141-1/+1
* Only use -fasm on platforms with an NCG (Closes: #9884).Erik de Castro Lopo2014-12-141-24/+27
* Update `process` submodule to pull in Safe Haskell fixesDavid Terei2014-12-081-1/+0
* Revert "Remove RAWCPP_FLAGS"Herbert Valerio Riedel2014-12-011-0/+9
* Embed Git commit id into `ghc --info` outputHerbert Valerio Riedel2014-11-271-0/+1
* 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
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-1/+1
* 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
* Remove RAWCPP_FLAGSThomas Miedema2014-10-071-9/+0
* Implement `MIN_VERSION_GLASGOW_HASKELL()` macroHerbert Valerio Riedel2014-10-051-0/+2
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-0/+9
* build.mk.sample: Stage1 needn't be built with -fllvmBen Gamari2014-09-091-2/+2
* 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
* Revert "disable shared libs on sparc (linux/solaris) (fixes #8857)"Sergei Trofimovich2014-08-271-3/+1
* Bug #9439: Ensure that stage 0 compiler isn't affectedBen Gamari2014-08-181-0/+3
* Explicitly version test for package key support.Edward Z. Yang2014-08-131-0/+2
* Don't build or test dph by defaultAustin Seipp2014-08-102-3/+3
* Add BUILD_DPH variable to GHC build-systemHerbert Valerio Riedel2014-06-292-0/+6
* Prevent line wrapping after the dash of an option.Sjoerd Visscher2014-06-061-0/+2
* Remove external coreAustin Seipp2014-05-031-19/+0
* Remove -fno-warn-amp sledgehammers for validateAustin Seipp2014-04-201-2/+0
* add --with-ar and --with-ranlib configure parametersKarel Gardas2014-03-221-0/+1