[commit: ghc] wip/nfs-locking: Refactor GHC/user packages, move builder-specific functions into Builder (0781e16)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:26:07 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/0781e16f1184adc1b35921924326df410ded3e31/ghc
>---------------------------------------------------------------
commit 0781e16f1184adc1b35921924326df410ded3e31
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Aug 28 01:56:06 2017 +0100
Refactor GHC/user packages, move builder-specific functions into Builder
See #403
>---------------------------------------------------------------
0781e16f1184adc1b35921924326df410ded3e31
src/Base.hs | 2 -
src/Builder.hs | 91 +++++++++++++++++++++++++++++++++++-
src/Expression.hs | 4 +-
src/GHC.hs | 97 +++++++++++----------------------------
src/Oracles/ModuleFiles.hs | 1 +
src/Rules.hs | 6 ++-
src/Rules/Documentation.hs | 2 +-
src/Rules/Perl.hs | 2 +
src/Rules/SourceDist.hs | 1 +
src/Settings.hs | 37 ++-------------
src/Settings/Builders/Ghc.hs | 6 +--
src/Settings/Builders/GhcCabal.hs | 10 ++--
src/Target.hs | 3 +-
src/UserSettings.hs | 8 ++--
src/Utilities.hs | 13 +-----
15 files changed, 148 insertions(+), 135 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 0781e16f1184adc1b35921924326df410ded3e31
More information about the ghc-commits
mailing list