[commit: ghc] wip/t11715: Work toward adding new `Visibility` parameter. (1c8aab4)

git at git.haskell.org git at git.haskell.org
Thu Feb 9 03:06:27 UTC 2017


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

On branch  : wip/t11715
Link       : http://ghc.haskell.org/trac/ghc/changeset/1c8aab4f4800cb72562cc1364a7e91e95c37d77c/ghc

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

commit 1c8aab4f4800cb72562cc1364a7e91e95c37d77c
Author: Richard Eisenberg <rae at cs.brynmawr.edu>
Date:   Mon Jan 30 15:06:10 2017 -0500

    Work toward adding new `Visibility` parameter.


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

1c8aab4f4800cb72562cc1364a7e91e95c37d77c
 compiler/basicTypes/MkId.hs              | 63 +++++++++++++--------------
 compiler/basicTypes/PatSyn.hs            |  4 +-
 compiler/coreSyn/CorePrep.hs             | 15 ++-----
 compiler/coreSyn/CoreSubst.hs            |  2 +-
 compiler/coreSyn/CoreSyn.hs              |  7 +--
 compiler/coreSyn/MkCore.hs               |  8 ++--
 compiler/ghci/ByteCodeGen.hs             |  4 +-
 compiler/hsSyn/HsUtils.hs                |  2 +-
 compiler/iface/IfaceType.hs              | 48 ++++++++++++++-------
 compiler/iface/ToIface.hs                | 13 +++---
 compiler/prelude/PrelNames.hs            | 24 +++++++----
 compiler/prelude/TysPrim.hs              | 69 +++++++++++++++++------------
 compiler/prelude/TysWiredIn.hs           | 74 ++++++++++++++++++++------------
 compiler/prelude/TysWiredIn.hs-boot      |  6 ++-
 compiler/simplStg/RepType.hs             | 14 +++---
 compiler/typecheck/TcExpr.hs             |  2 +-
 compiler/typecheck/TcMType.hs            |  8 ++--
 compiler/typecheck/TcPatSyn.hs           |  2 +-
 compiler/typecheck/TcSimplify.hs         |  2 +-
 compiler/typecheck/TcTyClsDecls.hs       |  4 +-
 compiler/typecheck/TcType.hs             |  2 +-
 compiler/typecheck/TcUnify.hs            |  8 ++--
 compiler/typecheck/TcValidity.hs         |  2 +-
 compiler/types/Kind.hs                   | 15 +++----
 compiler/types/TyCoRep.hs                | 27 ++++++------
 compiler/types/TyCon.hs                  |  8 ++--
 compiler/types/Type.hs                   | 13 +++---
 libraries/base/Data/Typeable/Internal.hs |  6 ++-
 libraries/base/GHC/Err.hs                |  8 ++--
 libraries/base/GHC/Exts.hs               |  2 +-
 libraries/base/tests/T11334a.hs          |  5 ++-
 libraries/ghc-prim/GHC/Magic.hs          | 17 +-------
 libraries/ghc-prim/GHC/Types.hs          | 26 ++++++++---
 33 files changed, 282 insertions(+), 228 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 1c8aab4f4800cb72562cc1364a7e91e95c37d77c


More information about the ghc-commits mailing list