[commit: ghc] master: Honour the flavours advertised by the flavours.md document (#691) (5e432d4)
git at git.haskell.org
git at git.haskell.org
Tue Oct 23 20:20:56 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5e432d4aa47fc4311276c4442e4542ba2febec5e/ghc
>---------------------------------------------------------------
commit 5e432d4aa47fc4311276c4442e4542ba2febec5e
Author: Alp Mestanogullari <alpmestan at gmail.com>
Date: Tue Oct 2 19:01:45 2018 +0200
Honour the flavours advertised by the flavours.md document (#691)
* honour the flavours advertised by our flavours.md document
In particular, this patches focuses on enabling back the dynamic-enabled ways
for the runtime system, which required to fix a bug in libsuf.
* address some feedback
* make dynamicGhcPrograms :: Action Bool to implement the default logic faithfully
* remove redundant windows check
>---------------------------------------------------------------
5e432d4aa47fc4311276c4442e4542ba2febec5e
doc/user-settings.md | 2 +-
src/Flavour.hs | 2 +-
src/Oracles/Setting.hs | 16 +++++++--------
src/Rules/Documentation.hs | 2 +-
src/Settings/Builders/Cabal.hs | 2 +-
src/Settings/Default.hs | 41 ++++++++++++++++++++++---------------
src/Settings/Default.hs-boot | 3 ++-
src/Settings/Flavours/Quick.hs | 12 +++++++++--
src/Settings/Flavours/QuickCross.hs | 11 +++++++++-
src/Settings/Flavours/Quickest.hs | 12 ++---------
src/Settings/Packages.hs | 6 +++++-
11 files changed, 66 insertions(+), 43 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 5e432d4aa47fc4311276c4442e4542ba2febec5e
More information about the ghc-commits
mailing list