[commit: ghc] wip/nfs-locking: Factor out generic build infrastructure (48e8b6f)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:22:00 UTC 2017


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

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

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

commit 48e8b6f223154b9806081e6018099c66dad5a396
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Aug 5 01:02:57 2017 +0100

    Factor out generic build infrastructure
    
    See #347


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

48e8b6f223154b9806081e6018099c66dad5a396
 hadrian.cabal              |   2 +
 src/Expression.hs          | 130 ++++++---------------------------------------
 src/Hadrian/Expression.hs  | 125 +++++++++++++++++++++++++++++++++++++++++++
 src/Hadrian/Target.hs      |  31 +++++++++++
 src/Oracles/ArgsHash.hs    |   8 +--
 src/Rules/Compile.hs       |   6 +--
 src/Rules/Configure.hs     |   2 +-
 src/Rules/Data.hs          |   4 +-
 src/Rules/Dependencies.hs  |   2 +-
 src/Rules/Documentation.hs |   2 +-
 src/Rules/Generate.hs      |  10 ++--
 src/Rules/Gmp.hs           |   8 +--
 src/Rules/Install.hs       |   6 +--
 src/Rules/Libffi.hs        |   6 +--
 src/Rules/Library.hs       |   8 +--
 src/Rules/Program.hs       |   2 +-
 src/Rules/Register.hs      |   4 +-
 src/Rules/Test.hs          |   2 +-
 src/Target.hs              |  35 ++----------
 src/Util.hs                |  21 ++++----
 20 files changed, 225 insertions(+), 189 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 48e8b6f223154b9806081e6018099c66dad5a396


More information about the ghc-commits mailing list