[commit: ghc] wip/nfs-locking: Drop Oracles.Dependencies moving code to the library and Utilities (former Util) (1df5491)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:55:10 UTC 2017


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

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

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

commit 1df549134fdf286e374e5e3f1fef2944ea24f591
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Aug 13 23:20:18 2017 +0100

    Drop Oracles.Dependencies moving code to the library and Utilities (former Util)


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

1df549134fdf286e374e5e3f1fef2944ea24f591
 hadrian.cabal                     |  6 +--
 src/Hadrian/Oracles/KeyValue.hs   | 16 +++++++-
 src/Oracles/Dependencies.hs       | 79 ---------------------------------------
 src/Rules.hs                      |  4 +-
 src/Rules/Clean.hs                |  2 +-
 src/Rules/Compile.hs              |  7 ++--
 src/Rules/Configure.hs            |  2 +-
 src/Rules/Data.hs                 |  3 +-
 src/Rules/Dependencies.hs         |  2 +-
 src/Rules/Documentation.hs        |  2 +-
 src/Rules/Generate.hs             |  2 +-
 src/Rules/Gmp.hs                  |  2 +-
 src/Rules/Install.hs              |  3 +-
 src/Rules/Libffi.hs               |  2 +-
 src/Rules/Library.hs              |  3 +-
 src/Rules/Perl.hs                 |  2 +-
 src/Rules/Program.hs              |  3 +-
 src/Rules/Register.hs             |  2 +-
 src/Rules/SourceDist.hs           |  2 +-
 src/Rules/Test.hs                 |  2 +-
 src/Rules/Wrappers.hs             |  2 +-
 src/Settings.hs                   |  8 +++-
 src/Settings/Builders/GhcCabal.hs |  9 +----
 src/Settings/Packages/GhcCabal.hs |  2 +-
 src/{Util.hs => Utilities.hs}     | 56 ++++++++++++++++++++++++++-
 25 files changed, 103 insertions(+), 120 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 1df549134fdf286e374e5e3f1fef2944ea24f591


More information about the ghc-commits mailing list