[commit: ghc] wip/nfs-locking: Configure packages in dependency order, refactor resources. (49c3bb1)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:32:28 UTC 2017


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

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

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

commit 49c3bb1f7da2677b7ca95ae6db5abee302f2d408
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Aug 2 03:28:14 2015 +0100

    Configure packages in dependency order, refactor resources.


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

49c3bb1f7da2677b7ca95ae6db5abee302f2d408
 doc/demo.txt                  |  5 +++++
 src/Base.hs                   |  6 +++++-
 src/Main.hs                   |  1 +
 src/Oracles/Base.hs           |  4 ----
 src/Oracles/DependencyList.hs |  1 -
 src/Oracles/PackageData.hs    |  1 -
 src/Oracles/PackageDeps.hs    | 33 +++++++++++++++++++++++++++++++++
 src/Oracles/WindowsRoot.hs    |  1 -
 src/Rules.hs                  |  6 ++++--
 src/Rules/Actions.hs          | 32 ++++++++++++--------------------
 src/Rules/Cabal.hs            | 40 +++++++++++++++++++++++++++++-----------
 src/Rules/Data.hs             | 29 ++++++++++++++++++++++-------
 src/Rules/Dependencies.hs     |  5 +++--
 src/Rules/Oracles.hs          |  2 ++
 src/Rules/Package.hs          |  3 ++-
 src/Rules/Resources.hs        | 20 ++++++++++++++++++++
 src/Util.hs                   | 11 ++++++++++-
 17 files changed, 148 insertions(+), 52 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 49c3bb1f7da2677b7ca95ae6db5abee302f2d408


More information about the ghc-commits mailing list