[commit: ghc] wip/nfs-locking: Refactoring: Target is now defined in Target.hs, old Targets.hs is dropped. (92ef777)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:58:57 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/92ef7772b82fe25e48b4f43f752e09cd545d4751/ghc
>---------------------------------------------------------------
commit 92ef7772b82fe25e48b4f43f752e09cd545d4751
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Tue Jul 14 13:56:52 2015 +0100
Refactoring: Target is now defined in Target.hs, old Targets.hs is dropped.
>---------------------------------------------------------------
92ef7772b82fe25e48b4f43f752e09cd545d4751
src/Expression.hs | 56 +++---------------------------
src/Settings.hs | 2 +-
src/{Targets.hs => Settings/Default.hs} | 27 +++++++++++----
src/Settings/GhcCabal.hs | 3 +-
src/Settings/Packages.hs | 15 +-------
src/Settings/TargetDirectory.hs | 2 +-
src/{UserSettings.hs => Settings/User.hs} | 7 ++--
src/Settings/Ways.hs | 2 +-
src/Target.hs | 57 +++++++++++++++++++++++++++++++
9 files changed, 90 insertions(+), 81 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 92ef7772b82fe25e48b4f43f752e09cd545d4751
More information about the ghc-commits
mailing list