[commit: ghc] wip/nfs-locking: Factor out common Ar functionality into the library (655d175)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:59:06 UTC 2017


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

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

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

commit 655d175354db5afb5c3519cb13672209e66e5f95
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Sep 3 00:38:06 2017 +0100

    Factor out common Ar functionality into the library
    
    See #347


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

655d175354db5afb5c3519cb13672209e66e5f95
 hadrian.cabal               |  2 +-
 src/Builder.hs              | 40 ++++---------------------------
 src/Hadrian/Builder/Ar.hs   | 57 +++++++++++++++++++++++++++++++++++++++++++++
 src/Hadrian/Utilities.hs    | 17 +++++++++++++-
 src/Oracles/Setting.hs      | 17 --------------
 src/Settings/Builders/Ar.hs |  8 -------
 src/Settings/Default.hs     |  5 ++--
 7 files changed, 82 insertions(+), 64 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 655d175354db5afb5c3519cb13672209e66e5f95


More information about the ghc-commits mailing list