[commit: ghc] wip/nfs-locking: Split Targets.hs and Settings.hs into multiple logically separate files. (062952c)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:57:40 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/062952ca22b4c06d96cc0ad601ae3437ea6883dc/ghc
>---------------------------------------------------------------
commit 062952ca22b4c06d96cc0ad601ae3437ea6883dc
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sun Jun 14 18:03:20 2015 +0100
Split Targets.hs and Settings.hs into multiple logically separate files.
>---------------------------------------------------------------
062952ca22b4c06d96cc0ad601ae3437ea6883dc
src/Expression.hs | 2 +
src/Rules.hs | 4 +-
src/Rules/Data.hs | 2 +
src/Settings.hs | 140 +-----------------------------
src/{Settings.hs => Settings/GhcCabal.hs} | 89 +++++++------------
src/Settings/GhcPkg.hs | 20 +++++
src/Settings/Packages.hs | 33 +++++++
src/Settings/Ways.hs | 20 +++++
src/Targets.hs | 45 +++-------
9 files changed, 124 insertions(+), 231 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 062952ca22b4c06d96cc0ad601ae3437ea6883dc
More information about the ghc-commits
mailing list