[commit: ghc] wip/nfs-locking: Implement compilePackage build rule. (098d9c1)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:02:15 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/098d9c1e26a4da698eaea64a3da39bb7b0cd3838/ghc
>---------------------------------------------------------------
commit 098d9c1e26a4da698eaea64a3da39bb7b0cd3838
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Aug 5 22:31:59 2015 +0100
Implement compilePackage build rule.
>---------------------------------------------------------------
098d9c1e26a4da698eaea64a3da39bb7b0cd3838
src/Package/Compile.hs | 101 ---------------------------------------
src/Rules/Compile.hs | 40 ++++++++++++++++
src/Rules/Package.hs | 3 +-
src/Settings/{GccM.hs => Gcc.hs} | 26 +++++-----
src/Settings/GccM.hs | 13 +----
src/Settings/{GhcM.hs => Ghc.hs} | 46 ++++++++++++------
src/Settings/GhcM.hs | 45 +----------------
src/Settings/Util.hs | 15 ------
8 files changed, 88 insertions(+), 201 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 098d9c1e26a4da698eaea64a3da39bb7b0cd3838
More information about the ghc-commits
mailing list