[commit: ghc] wip/nfs-locking: Make PG and BuildPredicate abstract. (353b02b)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:27:24 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/353b02bdb3999067523c30436c8a4c3dcbc2b770/ghc
>---------------------------------------------------------------
commit 353b02bdb3999067523c30436c8a4c3dcbc2b770
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Apr 27 02:36:01 2015 +0100
Make PG and BuildPredicate abstract.
>---------------------------------------------------------------
353b02bdb3999067523c30436c8a4c3dcbc2b770
src/Expression/BuildExpression.hs | 34 ++++++++++++
src/Expression/BuildPredicate.hs | 64 +++++++++++++++++++++-
src/Expression/Derived.hs | 4 +-
src/Expression/PG.hs | 110 +++++++++++++++++++++----------------
src/Expression/Predicate.hs | 20 ++++++-
src/Expression/Project.hs | 112 +-------------------------------------
src/Expression/Resolve.hs | 57 ++++++-------------
src/Expression/Settings.hs | 44 ++++++++++++++-
src/Expression/Simplify.hs | 109 +++++++++++++++++++------------------
src/Rules/Data.hs | 2 +-
src/Settings.hs | 2 +-
src/Targets.hs | 4 +-
12 files changed, 300 insertions(+), 262 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 353b02bdb3999067523c30436c8a4c3dcbc2b770
More information about the ghc-commits
mailing list