[commit: ghc] wip/nfs-locking: Make targetDirectory and knownPackages configurable, rename Environment to Target. (418a1cd)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:29:17 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/418a1cd630e1c2eb6e467e502d615ae4307113b7/ghc

>---------------------------------------------------------------

commit 418a1cd630e1c2eb6e467e502d615ae4307113b7
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Jul 12 23:12:39 2015 +0100

    Make targetDirectory and knownPackages configurable, rename Environment to Target.


>---------------------------------------------------------------

418a1cd630e1c2eb6e467e502d615ae4307113b7
 doc/meeting-16-June-2015.txt    | 22 ++++++++++++-
 src/Expression.hs               | 72 ++++++++++++++++++++++++-----------------
 src/Package.hs                  |  1 +
 src/Rules.hs                    |  8 ++---
 src/Rules/Data.hs               | 22 ++++++-------
 src/Rules/Package.hs            |  2 +-
 src/Settings.hs                 |  1 -
 src/Settings/GhcCabal.hs        | 20 ++++++++++--
 src/Settings/GhcPkg.hs          |  2 +-
 src/Settings/Packages.hs        | 18 ++++++++++-
 src/Settings/TargetDirectory.hs | 11 +++++++
 src/Settings/Util.hs            |  9 +++---
 src/Switches.hs                 |  9 ------
 src/Targets.hs                  | 59 +++++----------------------------
 src/UserSettings.hs             | 54 ++++++++++---------------------
 15 files changed, 155 insertions(+), 155 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 418a1cd630e1c2eb6e467e502d615ae4307113b7


More information about the ghc-commits mailing list