[commit: ghc] wip/nfs-locking: Add Install Rules (#312) (3935e97)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:19:09 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/3935e97df7496458482dc1b47b6e63c5950dbfc6/ghc
>---------------------------------------------------------------
commit 3935e97df7496458482dc1b47b6e63c5950dbfc6
Author: Zhen Zhang <izgzhen at gmail.com>
Date: Mon Jun 26 01:37:20 2017 +0800
Add Install Rules (#312)
>---------------------------------------------------------------
3935e97df7496458482dc1b47b6e63c5950dbfc6
hadrian.cabal | 1 +
src/GHC.hs | 3 +-
src/Main.hs | 2 +
src/Oracles/Config/Setting.hs | 1 +
src/Rules.hs | 29 ++--
src/Rules/Generate.hs | 4 +-
src/Rules/Install.hs | 310 ++++++++++++++++++++++++++++++++++++++
src/Rules/Program.hs | 16 +-
src/Rules/Wrappers.hs | 39 ++++-
src/Settings.hs | 5 +-
src/Settings/Builders/GhcCabal.hs | 7 +-
src/Settings/Packages/Rts.hs | 18 ++-
src/Settings/Path.hs | 17 ++-
src/UserSettings.hs | 9 +-
14 files changed, 417 insertions(+), 44 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 3935e97df7496458482dc1b47b6e63c5950dbfc6
More information about the ghc-commits
mailing list