[commit: ghc] wip/nfs-locking: Move the Config oracle to the library (d3ef19d)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:37:16 UTC 2017


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

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

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

commit d3ef19d2fa04f9213bb67409869303d08fa52aee
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Aug 7 01:58:05 2017 +0100

    Move the Config oracle to the library
    
    See #347


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

d3ef19d2fa04f9213bb67409869303d08fa52aee
 hadrian.cabal                       |  6 +++---
 src/Expression.hs                   |  2 +-
 src/{ => Hadrian}/Oracles/Config.hs | 17 ++++++++++++-----
 src/Oracles/{Config => }/Flag.hs    |  7 ++++---
 src/Oracles/{Config => }/Setting.hs | 22 ++++++++++++----------
 src/Rules/Data.hs                   |  2 +-
 src/Rules/Generate.hs               |  4 ++--
 src/Rules/Gmp.hs                    |  2 +-
 src/Rules/Install.hs                | 17 ++++++++---------
 src/Rules/Oracles.hs                |  4 ++--
 src/Rules/Program.hs                |  2 +-
 src/Rules/Selftest.hs               |  2 +-
 src/Rules/SourceDist.hs             |  2 +-
 src/Rules/Test.hs                   |  4 ++--
 src/Rules/Wrappers.hs               |  2 +-
 src/Settings.hs                     |  2 +-
 src/Settings/Builders/Common.hs     |  8 ++++----
 src/Settings/Default.hs             |  4 ++--
 src/Settings/Flavours/Quick.hs      |  2 +-
 src/Settings/Packages/Compiler.hs   |  4 ++--
 src/Settings/Packages/Ghc.hs        |  2 +-
 src/Settings/Packages/GhcPrim.hs    |  2 +-
 src/Settings/Packages/IntegerGmp.hs |  2 +-
 src/Settings/Packages/Rts.hs        |  4 ++--
 src/Settings/Packages/RunGhc.hs     |  2 +-
 src/Settings/Path.hs                |  2 +-
 src/Util.hs                         |  2 +-
 src/Way.hs                          |  2 +-
 28 files changed, 71 insertions(+), 62 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 d3ef19d2fa04f9213bb67409869303d08fa52aee


More information about the ghc-commits mailing list