Sat Mar 29 11:50:43 PDT 2008  Ian Lynagh <[EMAIL PROTECTED]>
  * Don't import FastString in HsVersions.h
  Modules that need it import it themselves instead.

    M ./compiler/HsVersions.h -13 +4
    M ./compiler/basicTypes/BasicTypes.lhs -1 +1
    M ./compiler/basicTypes/IdInfo.lhs +1
    M ./compiler/basicTypes/NameEnv.lhs -2
    M ./compiler/basicTypes/NameSet.lhs -2
    M ./compiler/basicTypes/NewDemand.lhs -2
    M ./compiler/basicTypes/VarEnv.lhs +1
    M ./compiler/basicTypes/VarSet.lhs -2
    M ./compiler/cmm/CmmCPSGen.hs +1
    M ./compiler/cmm/CmmInfo.hs -3
    M ./compiler/cmm/CmmLint.hs +1
    M ./compiler/cmm/CmmOpt.hs -2
    M ./compiler/cmm/MachOp.hs +1
    M ./compiler/cmm/MkZipCfg.hs -2
    M ./compiler/cmm/OptimizationFuel.hs -5
    M ./compiler/cmm/ZipCfg.hs -2
    M ./compiler/cmm/ZipDataflow0.hs -4
    M ./compiler/codeGen/CgBindery.lhs +1
    M ./compiler/codeGen/CgCon.lhs +1
    M ./compiler/codeGen/CgForeignCall.hs +1
    M ./compiler/codeGen/CgHeapery.lhs +1
    M ./compiler/codeGen/CgPrimOp.hs +1
    M ./compiler/codeGen/CgTailCall.lhs -5
    M ./compiler/codeGen/SMRep.lhs +1
    M ./compiler/coreSyn/CoreFVs.lhs -2
    M ./compiler/coreSyn/CoreLint.lhs +1
    M ./compiler/coreSyn/CorePrep.lhs +1
    M ./compiler/coreSyn/CoreSubst.lhs +1
    M ./compiler/coreSyn/CoreTidy.lhs -2
    M ./compiler/coreSyn/CoreUnfold.lhs +1
    M ./compiler/deSugar/DsGRHSs.lhs -2
    M ./compiler/deSugar/DsListComp.lhs -2
    M ./compiler/deSugar/DsMonad.lhs +1
    M ./compiler/deSugar/Match.lhs +1
    M ./compiler/deSugar/MatchCon.lhs -2
    M ./compiler/ghci/RtClosureInspect.hs +1
    M ./compiler/hsSyn/HsBinds.lhs +1
    M ./compiler/hsSyn/HsDoc.hs -2
    M ./compiler/hsSyn/HsSyn.lhs +1
    M ./compiler/hsSyn/HsTypes.lhs +1
    M ./compiler/iface/LoadIface.lhs +1
    M ./compiler/iface/TcIface.lhs -1 +2
    M ./compiler/main/CmdLineParser.hs -2
    M ./compiler/main/Constants.lhs -2
    M ./compiler/main/DriverMkDepend.hs +1
    M ./compiler/main/DriverPipeline.hs +1
    M ./compiler/main/DynFlags.hs -2
    M ./compiler/main/ErrUtils.lhs -2
    M ./compiler/main/GHC.hs +1
    M ./compiler/main/HscStats.lhs -2
    M ./compiler/main/HscTypes.lhs -1 +1
    M ./compiler/main/PackageConfig.hs -4
    M ./compiler/main/PprTyThing.hs +1
    M ./compiler/main/StaticFlags.hs -1 +1
    M ./compiler/main/SysTools.lhs -1 +1
    M ./compiler/main/TidyPgm.lhs -3
    M ./compiler/nativeGen/PositionIndependentCode.hs +1
    M ./compiler/nativeGen/RegAllocLinear.hs +1
    M ./compiler/nativeGen/RegLiveness.hs +1
    M ./compiler/prelude/ForeignCall.lhs -1 +1
    M ./compiler/prelude/TysPrim.lhs -1 +1
    M ./compiler/profiling/SCCfinal.lhs -2
    M ./compiler/rename/RnBinds.lhs +1
    M ./compiler/rename/RnNames.lhs +1
    M ./compiler/rename/RnSource.lhs +1
    M ./compiler/rename/RnTypes.lhs +1
    M ./compiler/simplCore/CSE.lhs +1
    M ./compiler/simplCore/FloatOut.lhs +1
    M ./compiler/simplCore/OccurAnal.lhs -2
    M ./compiler/simplCore/SimplEnv.lhs +1
    M ./compiler/simplCore/SimplMonad.lhs -1 +1
    M ./compiler/simplCore/SimplUtils.lhs +1
    M ./compiler/simplCore/Simplify.lhs +1
    M ./compiler/simplStg/SRT.lhs -2
    M ./compiler/simplStg/SimplStg.lhs -2
    M ./compiler/simplStg/StgStats.lhs -2
    M ./compiler/stgSyn/CoreToStg.lhs +1
    M ./compiler/stgSyn/StgLint.lhs +1
    M ./compiler/stgSyn/StgSyn.lhs +1
    M ./compiler/stranal/WwLib.lhs +1
    M ./compiler/typecheck/FamInst.lhs +1
    M ./compiler/typecheck/Inst.lhs -1 +1
    M ./compiler/typecheck/TcArrows.lhs +1
    M ./compiler/typecheck/TcBinds.lhs +1
    M ./compiler/typecheck/TcDefaults.lhs +1
    M ./compiler/typecheck/TcDeriv.lhs +1
    M ./compiler/typecheck/TcEnv.lhs +1
    M ./compiler/typecheck/TcForeign.lhs +1
    M ./compiler/typecheck/TcGadt.lhs +1
    M ./compiler/typecheck/TcHsSyn.lhs +1
    M ./compiler/typecheck/TcHsType.lhs +1
    M ./compiler/typecheck/TcMType.lhs +1
    M ./compiler/typecheck/TcMatches.lhs +1
    M ./compiler/typecheck/TcRnTypes.lhs +1
    M ./compiler/typecheck/TcRules.lhs +1
    M ./compiler/typecheck/TcSimplify.lhs +1
    M ./compiler/typecheck/TcTyClsDecls.lhs +1
    M ./compiler/typecheck/TcTyFuns.lhs +1
    M ./compiler/typecheck/TcType.lhs +1
    M ./compiler/typecheck/TcUnify.lhs +1
    M ./compiler/types/Class.lhs +1
    M ./compiler/types/Coercion.lhs -2 +2
    M ./compiler/types/FamInstEnv.lhs +1
    M ./compiler/types/FunDeps.lhs +2
    M ./compiler/types/InstEnv.lhs +1
    M ./compiler/types/Type.lhs +1
    M ./compiler/types/Unify.lhs -2
    M ./compiler/utils/Digraph.lhs -2
    M ./compiler/utils/Encoding.hs -1
    M ./compiler/utils/FastFunctions.lhs -1
    M ./compiler/utils/FastString.lhs -3
    M ./compiler/utils/FastTypes.lhs -1
    M ./compiler/utils/Interval.hs -2 +2
    M ./compiler/utils/Panic.lhs -2
    M ./compiler/utils/UniqFM.lhs -4
    M ./compiler/utils/Util.lhs -2
    M ./compiler/vectorise/VectCore.hs -2
    M ./compiler/vectorise/VectType.hs +1

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to