Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/7cc8a3cc5c2970009b83844ff9cc4e27913b8559

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

commit 7cc8a3cc5c2970009b83844ff9cc4e27913b8559
Merge: 1d07cc0... e5ccb4e...
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Mon Dec 24 09:49:54 2012 +0000

    Merge branch 'master' of http://darcs.haskell.org/ghc

 compiler/basicTypes/BasicTypes.lhs                |   51 --
 compiler/basicTypes/DataCon.lhs                   |   52 ++-
 compiler/basicTypes/MkId.lhs                      |  260 ++++---
 compiler/coreSyn/CoreLint.lhs                     |   59 ++-
 compiler/coreSyn/ExternalCore.lhs                 |    1 +
 compiler/coreSyn/MkExternalCore.lhs               |    5 +-
 compiler/coreSyn/TrieMap.lhs                      |   60 +-
 compiler/deSugar/DsArrows.lhs                     |   76 +-
 compiler/deSugar/DsBinds.lhs                      |    3 +-
 compiler/deSugar/DsMeta.hs                        |  161 +++--
 compiler/ghc.cabal.in                             |    1 +
 compiler/hsSyn/Convert.lhs                        |  114 ++--
 compiler/hsSyn/HsDecls.lhs                        |  466 +++++++-----
 compiler/hsSyn/HsTypes.lhs                        |    1 +
 compiler/hsSyn/HsUtils.lhs                        |   31 +-
 compiler/iface/BinIface.hs                        |   47 +-
 compiler/iface/BuildTyCl.lhs                      |   12 +-
 compiler/iface/IfaceSyn.lhs                       |   67 ++-
 compiler/iface/IfaceType.lhs                      |   12 +-
 compiler/iface/MkIface.lhs                        |   49 +-
 compiler/iface/TcIface.lhs                        |   73 ++-
 compiler/iface/TcIface.lhs-boot                   |    4 +-
 compiler/main/GHC.hs                              |    4 +-
 compiler/main/HscStats.hs                         |   19 +-
 compiler/main/HscStats.lhs                        |    6 +-
 compiler/main/HscTypes.lhs                        |   25 +-
 compiler/main/PprTyThing.hs                       |    3 +-
 compiler/main/TidyPgm.lhs                         |    2 +-
 compiler/parser/Parser.y.pp                       |   72 ++-
 compiler/parser/ParserCore.y                      |   20 +-
 compiler/parser/RdrHsSyn.lhs                      |  116 ++--
 compiler/prelude/TysWiredIn.lhs                   |    2 +-
 compiler/rename/RnNames.lhs                       |   21 +-
 compiler/rename/RnSource.lhs                      |  254 +++++---
 compiler/rename/RnTypes.lhs                       |   10 +-
 compiler/simplCore/Simplify.lhs                   |    4 +-
 compiler/stranal/DmdAnal.lhs                      |    4 +-
 compiler/typecheck/FamInst.lhs                    |  135 +++-
 compiler/typecheck/TcBinds.lhs                    |    2 +-
 compiler/typecheck/TcClassDcl.lhs                 |   11 +-
 compiler/typecheck/TcDeriv.lhs                    |   41 +-
 compiler/typecheck/TcEnv.lhs                      |   18 +-
 compiler/typecheck/TcEvidence.lhs                 |   34 +-
 compiler/typecheck/TcExpr.lhs                     |   12 +-
 compiler/typecheck/TcForeign.lhs                  |    2 +-
 compiler/typecheck/TcGenDeriv.lhs                 |    7 +-
 compiler/typecheck/TcGenGenerics.lhs              |   11 +-
 compiler/typecheck/TcHsSyn.lhs                    |    3 +-
 compiler/typecheck/TcInstDcls.lhs                 |  177 ++++--
 compiler/typecheck/TcInteract.lhs                 |    8 +-
 compiler/typecheck/TcPat.lhs                      |    2 +-
 compiler/typecheck/TcRnDriver.lhs                 |   23 +-
 compiler/typecheck/TcRnTypes.lhs                  |    2 +-
 compiler/typecheck/TcSMonad.lhs                   |    2 +-
 compiler/typecheck/TcSplice.lhs                   |   60 +-
 compiler/typecheck/TcTyClsDecls.lhs               |  366 ++++++----
 compiler/typecheck/TcTyDecls.lhs                  |    2 +-
 compiler/typecheck/TcType.lhs                     |   28 +-
 compiler/types/Class.lhs                          |    2 +-
 compiler/types/CoAxiom.lhs                        |  292 ++++++++
 compiler/types/Coercion.lhs                       |  128 ++--
 compiler/types/FamInstEnv.lhs                     |  792 +++++++++++++++------
 compiler/types/OptCoercion.lhs                    |   52 +-
 compiler/types/TyCon.lhs                          |  112 +---
 compiler/types/Type.lhs                           |    9 +
 compiler/types/TypeRep.lhs                        |    3 +-
 compiler/types/Unify.lhs                          |  168 +++--
 compiler/vectorise/Vectorise.hs                   |    3 +-
 compiler/vectorise/Vectorise/Env.hs               |    2 +-
 compiler/vectorise/Vectorise/Generic/PADict.hs    |    4 +-
 compiler/vectorise/Vectorise/Generic/PAMethods.hs |   20 +-
 compiler/vectorise/Vectorise/Generic/PData.hs     |   15 +-
 compiler/vectorise/Vectorise/Monad/InstEnv.hs     |    4 +-
 compiler/vectorise/Vectorise/Type/Env.hs          |   15 +-
 compiler/vectorise/Vectorise/Type/TyConDecl.hs    |    4 +-
 compiler/vectorise/Vectorise/Utils/Base.hs        |   16 +-
 compiler/vectorise/Vectorise/Utils/PADict.hs      |   11 +-
 docs/core-spec/CoreLint.ott                       |   36 +-
 docs/core-spec/CoreSyn.ott                        |   37 +-
 docs/core-spec/core-spec.mng                      |   21 +-
 docs/core-spec/core-spec.pdf                      |  Bin 303537 -> 308357 bytes
 docs/users_guide/glasgow_exts.xml                 |   96 ++-
 ghc/InteractiveUI.hs                              |    2 +-
 83 files changed, 3230 insertions(+), 1727 deletions(-)




_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to