[commit: ghc] wip/nfs-locking: Fix implicit assumption about inplace installation etc. (#315) (02351ac)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:18:58 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/02351ac97f66df4b8c02b0df587e4dde7c4201c8/ghc
>---------------------------------------------------------------
commit 02351ac97f66df4b8c02b0df587e4dde7c4201c8
Author: Zhen Zhang <izgzhen at gmail.com>
Date: Wed Jun 7 09:04:28 2017 +0800
Fix implicit assumption about inplace installation etc. (#315)
>---------------------------------------------------------------
02351ac97f66df4b8c02b0df587e4dde7c4201c8
hadrian.cabal | 5 ++--
src/GHC.hs | 8 +----
src/Rules.hs | 2 +-
src/Rules/Cabal.hs | 1 -
src/Rules/Clean.hs | 4 +--
src/Rules/Generate.hs | 37 +++++++++++++----------
src/Rules/Generators/GhcSplit.hs | 8 +++--
src/Rules/Program.hs | 34 +++++++++++-----------
src/Rules/Register.hs | 2 +-
src/Rules/Wrappers.hs | 63 ++++++++++++++++++++++++++++++++++++++++
src/Rules/Wrappers/Ghc.hs | 14 ---------
src/Rules/Wrappers/GhcPkg.hs | 19 ------------
src/Rules/Wrappers/RunGhc.hs | 15 ----------
src/Settings/Builders/Common.hs | 2 +-
src/Settings/Builders/Ghc.hs | 3 +-
src/Settings/Install.hs | 14 +++++++++
src/Settings/Path.hs | 39 +++++++++++++++----------
17 files changed, 154 insertions(+), 116 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 02351ac97f66df4b8c02b0df587e4dde7c4201c8
More information about the ghc-commits
mailing list