[commit: ghc] master: Replace HsBang type with HsSrcBang and HsImplBang (b4ed130)

git at git.haskell.org git at git.haskell.org
Mon Aug 10 11:39:24 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b4ed13000cf0cbbb5916727dad018d91c10f1fd8/ghc

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

commit b4ed13000cf0cbbb5916727dad018d91c10f1fd8
Author: Adam Sandberg Eriksson <adam at sandbergericsson.se>
Date:   Mon Aug 10 12:55:50 2015 +0200

    Replace HsBang type with HsSrcBang and HsImplBang
    
    Updates haddock submodule.
    
    Reviewers: tibbe, goldfire, simonpj, austin, bgamari
    
    Reviewed By: simonpj, bgamari
    
    Subscribers: goldfire, thomie, mpickering
    
    Differential Revision: https://phabricator.haskell.org/D1069


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

b4ed13000cf0cbbb5916727dad018d91c10f1fd8
 compiler/basicTypes/DataCon.hs                 | 127 +++++++++++-----------
 compiler/basicTypes/MkId.hs                    | 139 +++++++++++++++----------
 compiler/hsSyn/HsTypes.hs                      |   7 +-
 compiler/iface/BuildTyCl.hs                    |  32 +++---
 compiler/iface/IfaceSyn.hs                     |  47 ++++++---
 compiler/iface/MkIface.hs                      |   9 +-
 compiler/iface/TcIface.hs                      |  30 ++++--
 compiler/parser/Parser.y                       |   4 +-
 compiler/prelude/TysWiredIn.hs                 |   4 +-
 compiler/typecheck/TcSplice.hs                 |  11 +-
 compiler/typecheck/TcTyClsDecls.hs             |   6 +-
 compiler/vectorise/Vectorise/Generic/PData.hs  |  10 +-
 compiler/vectorise/Vectorise/Type/TyConDecl.hs |   1 +
 docs/users_guide/7.12.1-notes.xml              |  12 ++-
 utils/haddock                                  |   2 +-
 15 files changed, 270 insertions(+), 171 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 b4ed13000cf0cbbb5916727dad018d91c10f1fd8


More information about the ghc-commits mailing list