[commit: ghc] wip/nfs-locking: Factor out common builder-related functionality into the library (29046aa)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:58:58 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/29046aa3b29a26e69db1bf38015f9376bfad2ff0/ghc
>---------------------------------------------------------------
commit 29046aa3b29a26e69db1bf38015f9376bfad2ff0
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Aug 31 03:24:11 2017 +0100
Factor out common builder-related functionality into the library
See #347
>---------------------------------------------------------------
29046aa3b29a26e69db1bf38015f9376bfad2ff0
hadrian.cabal | 1 +
src/Builder.hs | 127 +++++++++++++++++++++++++++++++++++++-------
src/Hadrian/Builder.hs | 118 ++++++++++++++++++++++++++++++++++++++++
src/Hadrian/Expression.hs | 9 +++-
src/Hadrian/Utilities.hs | 9 +++-
src/Main.hs | 4 +-
src/Rules/Configure.hs | 1 +
src/Rules/Install.hs | 2 +-
src/Rules/Perl.hs | 3 +-
src/Rules/Selftest.hs | 1 -
src/Rules/SourceDist.hs | 6 +--
src/Settings/Builders/Ar.hs | 42 +--------------
src/UserSettings.hs | 8 +--
src/Utilities.hs | 117 ++++------------------------------------
14 files changed, 266 insertions(+), 182 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 29046aa3b29a26e69db1bf38015f9376bfad2ff0
More information about the ghc-commits
mailing list