[commit: ghc] wip/nfs-locking: Factor out Context from Target. (e8b62f7)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:19:37 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/e8b62f7e939cb19194fea1ff0123ae8df1788e61/ghc
>---------------------------------------------------------------
commit e8b62f7e939cb19194fea1ff0123ae8df1788e61
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Feb 12 01:22:58 2016 +0000
Factor out Context from Target.
See #207.
>---------------------------------------------------------------
e8b62f7e939cb19194fea1ff0123ae8df1788e61
shaking-up-ghc.cabal | 1 +
src/Context.hs | 28 ++++++++++++++++++
src/Expression.hs | 24 +++++++--------
src/Oracles/PackageDb.hs | 4 +--
src/Rules.hs | 12 ++++----
src/Rules/Actions.hs | 22 +++++++-------
src/Rules/Cabal.hs | 4 +--
src/Rules/Compile.hs | 32 +++++++++++---------
src/Rules/Data.hs | 67 ++++++++++++++++++++++--------------------
src/Rules/Dependencies.hs | 20 ++++++++-----
src/Rules/Documentation.hs | 23 ++++++++-------
src/Rules/Generate.hs | 34 +++++++++++----------
src/Rules/Gmp.hs | 15 +++++-----
src/Rules/Libffi.hs | 17 ++++++-----
src/Rules/Library.hs | 64 +++++++++++++++++++++-------------------
src/Rules/Package.hs | 4 +--
src/Rules/Program.hs | 73 ++++++++++++++++++++++++----------------------
src/Rules/Register.hs | 26 ++++++++++-------
src/Target.hs | 67 ++++++------------------------------------
src/Test.hs | 13 ++++-----
20 files changed, 278 insertions(+), 272 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 e8b62f7e939cb19194fea1ff0123ae8df1788e61
More information about the ghc-commits
mailing list