[commit: ghc] wip/nfs-locking: Expression: Don't re-export Base (ac5040d)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:19:14 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/ac5040d2125aa94ecc25ba04dcda443e74a7d232/ghc
>---------------------------------------------------------------
commit ac5040d2125aa94ecc25ba04dcda443e74a7d232
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Dec 24 14:11:57 2015 +0100
Expression: Don't re-export Base
The beginning of a long journey towards minimal re-exports
>---------------------------------------------------------------
ac5040d2125aa94ecc25ba04dcda443e74a7d232
src/Expression.hs | 1 -
src/Oracles/ArgsHash.hs | 1 +
src/Predicates.hs | 1 +
src/Rules.hs | 1 +
src/Rules/Actions.hs | 1 +
src/Rules/Cabal.hs | 1 +
src/Rules/Compile.hs | 1 +
src/Rules/Data.hs | 1 +
src/Rules/Dependencies.hs | 1 +
src/Rules/Documentation.hs | 1 +
src/Rules/Generate.hs | 1 +
src/Rules/Generators/ConfigHs.hs | 1 +
src/Rules/Generators/GhcAutoconfH.hs | 1 +
src/Rules/Generators/GhcBootPlatformH.hs | 1 +
src/Rules/Generators/GhcPlatformH.hs | 1 +
src/Rules/Generators/VersionHs.hs | 1 +
src/Rules/Install.hs | 1 +
src/Rules/Library.hs | 1 +
src/Rules/Program.hs | 1 +
src/Settings.hs | 7 ++++---
src/Settings/Args.hs | 2 ++
src/Settings/Builders/Ar.hs | 1 +
src/Settings/Builders/DeriveConstants.hs | 1 +
src/Settings/Builders/Gcc.hs | 2 ++
src/Settings/Builders/Ghc.hs | 1 +
src/Settings/Builders/GhcCabal.hs | 14 ++++++++++++++
src/Settings/Builders/GhcPkg.hs | 2 ++
src/Settings/Builders/Haddock.hs | 3 +++
src/Settings/Builders/Hsc2Hs.hs | 4 ++++
src/Settings/Packages.hs | 1 +
src/Settings/TargetDirectory.hs | 1 +
src/Settings/Ways.hs | 1 +
32 files changed, 55 insertions(+), 4 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 ac5040d2125aa94ecc25ba04dcda443e74a7d232
More information about the ghc-commits
mailing list