[commit: ghc] wip/nfs-locking: Refactor paths using Context. (badd551)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:22:17 UTC 2017


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

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

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

commit badd551338ac11ef851d8882b2496de6c31d004f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Feb 19 02:49:11 2016 +0000

    Refactor paths using Context.
    
    See #207.


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

badd551338ac11ef851d8882b2496de6c31d004f
 src/Builder.hs                    | 31 +++++++++++++------------
 src/Expression.hs                 | 18 +++++++++------
 src/GHC.hs                        | 36 ++++++++++++++++-------------
 src/Oracles/ModuleFiles.hs        | 20 ++++++++--------
 src/Rules.hs                      | 12 +++++-----
 src/Rules/Clean.hs                |  3 ++-
 src/Rules/Compile.hs              |  2 +-
 src/Rules/Data.hs                 | 30 ++++++++++++------------
 src/Rules/Dependencies.hs         |  2 +-
 src/Rules/Documentation.hs        |  6 ++---
 src/Rules/Generate.hs             | 23 +++++++++++--------
 src/Rules/Gmp.hs                  |  2 +-
 src/Rules/Libffi.hs               |  2 +-
 src/Rules/Library.hs              |  4 ++--
 src/Rules/Program.hs              | 12 +++++-----
 src/Rules/Register.hs             | 10 ++++----
 src/Settings.hs                   | 22 ++++++++----------
 src/Settings/Builders/Common.hs   |  4 ++--
 src/Settings/Builders/Ghc.hs      | 11 +++++----
 src/Settings/Builders/GhcCabal.hs |  4 ++--
 src/Settings/Builders/GhcPkg.hs   |  6 ++---
 src/Settings/Builders/Haddock.hs  |  6 ++---
 src/Settings/Builders/HsCpp.hs    |  2 +-
 src/Settings/Builders/Hsc2Hs.hs   |  2 +-
 src/Settings/Packages/Compiler.hs |  2 +-
 src/Settings/Packages/Ghc.hs      |  2 +-
 src/Settings/Packages/GhcCabal.hs |  2 +-
 src/Settings/Packages/Hp2ps.hs    |  2 +-
 src/Settings/Packages/Rts.hs      |  6 ++---
 src/Settings/Packages/Touchy.hs   |  2 +-
 src/Settings/Packages/Unlit.hs    |  4 ++--
 src/Settings/Paths.hs             | 48 ++++++++++++++++++++-------------------
 32 files changed, 177 insertions(+), 161 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 badd551338ac11ef851d8882b2496de6c31d004f


More information about the ghc-commits mailing list