Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/6cba3c4ec0d984133d4a8c19e4e0122c41f779e7 >--------------------------------------------------------------- commit 6cba3c4ec0d984133d4a8c19e4e0122c41f779e7 Author: Julien Cretin <g...@ia0.eu> Date: Mon Sep 12 15:04:20 2011 +0200 reverting to step2 aclocal.m4 | 3 + compiler/TODO | 62 +-- compiler/basicTypes/BasicTypes.lhs | 36 +- compiler/basicTypes/DataCon.lhs | 35 +- compiler/basicTypes/Id.lhs | 6 +- compiler/basicTypes/Literal.lhs | 316 ++++++----- compiler/basicTypes/MkId.lhs | 15 +- compiler/basicTypes/Name.lhs | 10 +- compiler/basicTypes/OccName.lhs | 60 ++- compiler/basicTypes/SrcLoc.lhs | 4 + compiler/basicTypes/Unique.lhs | 27 +- compiler/basicTypes/Var.lhs | 32 +- compiler/codeGen/CgClosure.lhs | 33 +- compiler/codeGen/CgTicky.hs | 7 +- compiler/codeGen/CgUtils.hs | 598 ++++++++++---------- compiler/codeGen/ClosureInfo.lhs | 43 +-- compiler/codeGen/StgCmmBind.hs | 45 ++- compiler/codeGen/StgCmmClosure.hs | 23 +- compiler/coreSyn/CoreArity.lhs | 14 +- compiler/coreSyn/CoreLint.lhs | 87 ++- compiler/coreSyn/CoreSubst.lhs | 290 +++++++++- compiler/coreSyn/CoreSyn.lhs | 38 +- compiler/coreSyn/CoreUnfold.lhs | 177 +------ compiler/coreSyn/CoreUtils.lhs | 46 ++- compiler/coreSyn/ExternalCore.lhs | 1 - compiler/coreSyn/MkCore.lhs | 45 ++- compiler/coreSyn/MkExternalCore.lhs | 4 - compiler/coreSyn/PprCore.lhs | 4 +- compiler/coreSyn/PprExternalCore.lhs | 2 - compiler/coreSyn/TrieMap.lhs | 2 - compiler/deSugar/Check.lhs | 2 +- compiler/deSugar/Desugar.lhs | 8 +- compiler/deSugar/DsArrows.lhs | 2 +- compiler/deSugar/DsBinds.lhs | 123 +++-- compiler/deSugar/DsCCall.lhs | 6 +- compiler/deSugar/DsExpr.lhs | 22 +- compiler/deSugar/DsMeta.hs | 43 +- compiler/deSugar/DsMonad.lhs | 15 +- compiler/deSugar/DsUtils.lhs | 79 ++- compiler/deSugar/Match.lhs | 13 +- compiler/deSugar/MatchCon.lhs | 3 +- compiler/ghc.cabal.in | 1 + compiler/ghci/RtClosureInspect.hs | 9 - compiler/hsSyn/Convert.lhs | 50 +- compiler/hsSyn/HsBinds.lhs | 28 +- compiler/hsSyn/HsDecls.lhs | 12 +- compiler/hsSyn/HsExpr.lhs | 2 +- compiler/hsSyn/HsPat.lhs | 2 +- compiler/hsSyn/HsTypes.lhs | 129 +++-- compiler/hsSyn/HsUtils.lhs | 8 +- compiler/iface/BinIface.hs | 105 ++-- compiler/iface/BuildTyCl.lhs | 43 +- compiler/iface/IfaceEnv.lhs | 45 +- compiler/iface/IfaceSyn.lhs | 101 ++-- compiler/iface/IfaceType.lhs | 114 ++-- compiler/iface/MkIface.lhs | 106 ++-- compiler/iface/TcIface.lhs | 76 ++-- compiler/main/DynFlags.hs | 2 + compiler/main/GHC.hs | 6 +- compiler/main/HscTypes.lhs | 45 +- compiler/main/InteractiveEval.hs | 2 +- compiler/main/PprTyThing.hs | 9 +- compiler/main/TidyPgm.lhs | 4 +- compiler/nativeGen/X86/Regs.hs | 4 - compiler/parser/Lexer.x | 2 + compiler/parser/Parser.y.pp | 37 +- compiler/parser/ParserCore.y | 3 - compiler/parser/RdrHsSyn.lhs | 76 +-- compiler/prelude/PrelNames.lhs | 27 +- compiler/prelude/PrelRules.lhs | 2 +- compiler/prelude/PrimOp.lhs | 2 +- compiler/prelude/TysPrim.lhs | 50 +- compiler/prelude/TysWiredIn.lhs | 197 +++++-- compiler/prelude/TysWiredIn.lhs-boot | 10 + compiler/rename/RnBinds.lhs | 6 +- compiler/rename/RnEnv.lhs | 34 +- compiler/rename/RnExpr.lhs | 6 +- compiler/rename/RnHsSyn.lhs | 23 +- compiler/rename/RnNames.lhs | 41 +- compiler/rename/RnPat.lhs | 14 +- compiler/rename/RnSource.lhs | 20 +- compiler/rename/RnTypes.lhs | 44 +- compiler/simplCore/FloatOut.lhs | 5 +- compiler/simplCore/SetLevels.lhs | 218 +++++--- compiler/simplCore/Simplify.lhs | 42 +- compiler/specialise/SpecConstr.lhs | 25 +- compiler/specialise/Specialise.lhs | 2 +- compiler/stgSyn/CoreToStg.lhs | 6 +- compiler/stranal/WwLib.lhs | 4 +- compiler/typecheck/Inst.lhs | 26 +- compiler/typecheck/TcArrows.lhs | 10 +- compiler/typecheck/TcBinds.lhs | 6 +- compiler/typecheck/TcCanonical.lhs | 386 +++++++------ compiler/typecheck/TcClassDcl.lhs | 3 +- compiler/typecheck/TcDeriv.lhs | 38 +- compiler/typecheck/TcEnv.lhs | 8 +- compiler/typecheck/TcErrors.lhs | 131 +++-- compiler/typecheck/TcExpr.lhs | 22 +- compiler/typecheck/TcGenDeriv.lhs | 14 +- compiler/typecheck/TcHsSyn.lhs | 16 +- compiler/typecheck/TcHsType.lhs | 357 +++++------- compiler/typecheck/TcInstDcls.lhs | 268 +++------ compiler/typecheck/TcInteract.lhs | 372 +++++++----- compiler/typecheck/TcMType.lhs | 215 ++++--- compiler/typecheck/TcMatches.lhs | 16 +- compiler/typecheck/TcPat.lhs | 54 +- compiler/typecheck/TcRnDriver.lhs | 69 ++- compiler/typecheck/TcRnMonad.lhs | 24 +- compiler/typecheck/TcRnTypes.lhs | 2 +- compiler/typecheck/TcSMonad.lhs | 69 ++- compiler/typecheck/TcSimplify.lhs | 22 +- compiler/typecheck/TcSplice.lhs | 36 +- compiler/typecheck/TcTyClsDecls.lhs | 458 +++++++++++----- compiler/typecheck/TcTyDecls.lhs | 44 +- compiler/typecheck/TcType.lhs | 141 ++--- compiler/typecheck/TcUnify.lhs | 188 +++---- compiler/typecheck/TcUnify.lhs-boot | 6 +- compiler/types/Class.lhs | 72 ++- compiler/types/Coercion.lhs | 80 ++-- compiler/types/FamInstEnv.lhs | 15 - compiler/types/FunDeps.lhs | 29 +- compiler/types/IParam.lhs | 41 ++ compiler/types/IParam.lhs-boot | 10 + compiler/types/Kind.lhs | 76 +-- compiler/types/TyCon.lhs | 166 ++++--- compiler/types/TyCon.lhs-boot | 5 + compiler/types/Type.lhs | 322 ++++++----- compiler/types/Type.lhs-boot | 12 + compiler/types/TypeRep.lhs | 184 ++----- compiler/types/TypeRep.lhs-boot | 7 +- compiler/types/Unify.lhs | 47 +-- compiler/utils/Util.lhs | 22 +- compiler/vectorise/Vectorise.hs | 18 +- compiler/vectorise/Vectorise/Builtins/Base.hs | 2 +- .../vectorise/Vectorise/Builtins/Initialise.hs | 4 +- compiler/vectorise/Vectorise/Convert.hs | 81 ++-- compiler/vectorise/Vectorise/Exp.hs | 16 +- compiler/vectorise/Vectorise/Monad.hs | 8 +- compiler/vectorise/Vectorise/Monad/Base.hs | 190 ++++--- compiler/vectorise/Vectorise/Monad/InstEnv.hs | 27 +- compiler/vectorise/Vectorise/Type/Classify.hs | 2 - compiler/vectorise/Vectorise/Type/PADict.hs | 3 +- compiler/vectorise/Vectorise/Type/PData.hs | 2 +- compiler/vectorise/Vectorise/Type/PRepr.hs | 1 - compiler/vectorise/Vectorise/Type/TyConDecl.hs | 13 +- compiler/vectorise/Vectorise/Type/Type.hs | 2 - compiler/vectorise/Vectorise/Utils/Closure.hs | 4 +- compiler/vectorise/Vectorise/Utils/PADict.hs | 8 +- configure.ac | 2 +- docs/users_guide/flags.xml | 6 + docs/users_guide/glasgow_exts.xml | 252 +++++++-- ghc.mk | 1 + ghc/GhciTags.hs | 1 - mk/config.mk.in | 12 +- packages | 2 +- sync-all | 13 +- utils/genprimopcode/Main.hs | 2 +- 157 files changed, 4861 insertions(+), 4080 deletions(-) Diff suppressed because of size. To see it, use: git show 6cba3c4ec0d984133d4a8c19e4e0122c41f779e7 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc