[commit: ghc] wip/nfs-locking: Migrate all user-configurable settings from system.default to Settings/User.hs. (b253397)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:59:57 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/b253397966a028a13d39b59c1233bef3007eb857/ghc

>---------------------------------------------------------------

commit b253397966a028a13d39b59c1233bef3007eb857
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Jul 20 00:09:15 2015 +0100

    Migrate all user-configurable settings from system.default to Settings/User.hs.


>---------------------------------------------------------------

b253397966a028a13d39b59c1233bef3007eb857
 cfg/system.config.in     |  4 --
 src/Builder.hs           | 17 ++-------
 src/Expression.hs        | 39 ++++++++++---------
 src/Oracles/Flag.hs      | 71 ++++++++++++++++++++--------------
 src/Oracles/Setting.hs   | 38 ++++++++++++++++++-
 src/Rules/Actions.hs     |  5 +--
 src/Settings/GhcCabal.hs | 13 ++++---
 src/Settings/Packages.hs |  1 +
 src/Settings/User.hs     | 20 +++++++---
 src/Settings/Util.hs     | 16 ++++++++
 src/Settings/Ways.hs     |  1 +
 src/Switches.hs          | 99 +++++++-----------------------------------------
 12 files changed, 160 insertions(+), 164 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 b253397966a028a13d39b59c1233bef3007eb857


More information about the ghc-commits mailing list