[commit: ghc] wip/nfs-locking: Simplify Package data type (7c65e09)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:39:19 UTC 2017


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

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

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

commit 7c65e0982e8fee2a23438e46de22023fb9d5836d
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Aug 18 02:37:00 2017 +0100

    Simplify Package data type


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

7c65e0982e8fee2a23438e46de22023fb9d5836d
 hadrian.cabal                     |   1 -
 src/Context.hs                    |   4 +-
 src/GHC.hs                        | 138 ++++++++++++++++++++++----------------
 src/Hadrian/Haskell/Package.hs    | 105 ++++++++++++++---------------
 src/Rules/Data.hs                 |   2 +-
 src/Rules/Documentation.hs        |   3 +-
 src/Rules/Generate.hs             |   4 +-
 src/Rules/Install.hs              |   3 +-
 src/Rules/Library.hs              |   8 +--
 src/Rules/Program.hs              |   4 +-
 src/Rules/Register.hs             |   4 +-
 src/Settings.hs                   |   4 +-
 src/Settings/Builders/Haddock.hs  |   2 +-
 src/Settings/Packages/GhcCabal.hs |   2 +-
 src/Utilities.hs                  |  10 +--
 15 files changed, 153 insertions(+), 141 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 7c65e0982e8fee2a23438e46de22023fb9d5836d


More information about the ghc-commits mailing list