Wed Oct 11 05:05:17 PDT 2006 Simon Marlow <[EMAIL PROTECTED]>
* Module header tidyup, phase 1
This patch is a start on removing import lists and generally tidying
up the top of each module. In addition to removing import lists:
- Change DATA.IOREF -> Data.IORef etc.
- Change List -> Data.List etc.
- Remove $Id$
- Update copyrights
- Re-order imports to put non-GHC imports last
- Remove some unused and duplicate imports
M ./compiler/HsVersions.h -36
M ./compiler/basicTypes/BasicTypes.lhs +1
M ./compiler/basicTypes/DataCon.lhs -19 +12
M ./compiler/basicTypes/Demand.lhs -1 +2
M ./compiler/basicTypes/Id.lhs -32 +20
M ./compiler/basicTypes/IdInfo.lhs -19 +15
M ./compiler/basicTypes/Literal.lhs -10 +8
M ./compiler/basicTypes/MkId.lhs -65 +30
M ./compiler/basicTypes/Module.lhs -3 +3
M ./compiler/basicTypes/Name.lhs -11 +11
M ./compiler/basicTypes/NameEnv.lhs -2 +3
M ./compiler/basicTypes/NameSet.lhs -2 +2
M ./compiler/basicTypes/NewDemand.lhs -5 +6
M ./compiler/basicTypes/OccName.lhs -10 +7
M ./compiler/basicTypes/RdrName.lhs -9 +7
M ./compiler/basicTypes/SrcLoc.lhs -7 +2
M ./compiler/basicTypes/UniqSupply.lhs -3 +3
M ./compiler/basicTypes/Unique.lhs -6 +6
M ./compiler/basicTypes/Var.lhs -5 +5
M ./compiler/basicTypes/VarEnv.lhs -8 +8
M ./compiler/basicTypes/VarSet.lhs -4 +4
M ./compiler/cmm/CLabel.hs -11 +11
M ./compiler/cmm/Cmm.hs -6 +7
M ./compiler/cmm/CmmLex.x -2 +3
M ./compiler/cmm/CmmLint.hs -6 +6
M ./compiler/cmm/CmmOpt.hs -10 +8
M ./compiler/cmm/CmmParse.y -18 +18
M ./compiler/cmm/CmmUtils.hs -2 +2
M ./compiler/cmm/MachOp.hs -1 +1
M ./compiler/cmm/PprC.hs -12 +10
M ./compiler/cmm/PprCmm.hs -11 +11
M ./compiler/codeGen/Bitmap.hs -2 +3
M ./compiler/codeGen/CgBindery.lhs -16 +15
M ./compiler/codeGen/CgCallConv.hs -28 +21
M ./compiler/codeGen/CgCase.lhs -43 +27
M ./compiler/codeGen/CgClosure.lhs -28 +22
M ./compiler/codeGen/CgCon.lhs -30 +21
M ./compiler/codeGen/CgExpr.lhs -39 +28
M ./compiler/codeGen/CgForeignCall.hs -9 +9
M ./compiler/codeGen/CgHeapery.lhs -32 +21
M ./compiler/codeGen/CgInfoTbls.hs -32 +17
M ./compiler/codeGen/CgLetNoEscape.lhs -17 +16
M ./compiler/codeGen/CgMonad.lhs -15 +14
M ./compiler/codeGen/CgParallel.hs -4 +10
M ./compiler/codeGen/CgPrimOp.hs -13 +12
M ./compiler/codeGen/CgProf.hs -16 +15
M ./compiler/codeGen/CgStackery.lhs -9 +8
M ./compiler/codeGen/CgTailCall.lhs -25 +16
M ./compiler/codeGen/CgTicky.hs -18 +16
M ./compiler/codeGen/CgUtils.hs -21 +18
M ./compiler/codeGen/ClosureInfo.lhs -15 +14
M ./compiler/codeGen/CodeGen.lhs -29 +24
M ./compiler/codeGen/SMRep.lhs -8 +9
M ./compiler/coreSyn/CoreFVs.lhs -10 +10
M ./compiler/coreSyn/CoreLint.lhs -29 +20
M ./compiler/coreSyn/CorePrep.lhs -21 +16
M ./compiler/coreSyn/CoreSubst.lhs -23 +20
M ./compiler/coreSyn/CoreSyn.lhs -11 +13
M ./compiler/coreSyn/CoreTidy.lhs -18 +16
M ./compiler/coreSyn/CoreUnfold.lhs -20 +15
M ./compiler/coreSyn/CoreUtils.lhs -47 +33
M ./compiler/coreSyn/ExternalCore.lhs -1 +1
M ./compiler/coreSyn/MkExternalCore.lhs -7 +6
M ./compiler/coreSyn/PprCore.lhs -29 +17
M ./compiler/coreSyn/PprExternalCore.lhs -3 +3
M ./compiler/cprAnalysis/CprAnalyse.lhs -8 +9
M ./compiler/deSugar/Check.lhs -19 +14
M ./compiler/deSugar/Desugar.lhs -29 +28
M ./compiler/deSugar/DsArrows.lhs -28 +21
M ./compiler/deSugar/DsBinds.lhs -19 +21
M ./compiler/deSugar/DsCCall.lhs -42 +21
M ./compiler/deSugar/DsExpr.lhs -41 +34
M ./compiler/deSugar/DsForeign.lhs -39 +24
M ./compiler/deSugar/DsGRHSs.lhs -12 +13
M ./compiler/deSugar/DsListComp.lhs -19 +17
M ./compiler/deSugar/DsMeta.hs -30 +31
M ./compiler/deSugar/DsMonad.lhs -22 +23
M ./compiler/deSugar/DsUtils.lhs -32 +26
M ./compiler/deSugar/Match.lhs -24 +24
M ./compiler/deSugar/MatchCon.lhs -11 +11
M ./compiler/deSugar/MatchLit.lhs -17 +18
R ./compiler/deSugar/deSugar.tex
M ./compiler/iface/BinIface.hs -29 +20
M ./compiler/iface/BuildTyCl.lhs -28 +15
M ./compiler/iface/IfaceEnv.lhs -31 +17
M ./compiler/iface/IfaceSyn.lhs -22 +12
M ./compiler/iface/IfaceType.lhs -13 +10
M ./compiler/iface/LoadIface.lhs -44 +29
M ./compiler/iface/MkIface.lhs -60 +27
M ./compiler/iface/TcIface.lhs -54 +38
M ./compiler/main/HscMain.lhs -3 +4
M ./compiler/main/HscTypes.lhs -2 +3
M ./compiler/main/TidyPgm.lhs -3 +4
M ./compiler/ndpFlatten/Flattening.hs -1 +1
M ./compiler/prelude/PrelRules.lhs -3 +3
M ./compiler/prelude/TysPrim.lhs -2 +3
M ./compiler/simplCore/SimplMonad.lhs -1 +1
M ./compiler/typecheck/FamInst.lhs -12 +10
M ./compiler/typecheck/Inst.lhs -53 +34
M ./compiler/typecheck/TcArrows.lhs -21 +18
M ./compiler/typecheck/TcBinds.lhs -44 +25
M ./compiler/typecheck/TcClassDcl.lhs -47 +36
M ./compiler/typecheck/TcDefaults.lhs -8 +9
M ./compiler/typecheck/TcDeriv.lhs -39 +29
M ./compiler/typecheck/TcEnv.lhs -26 +23
M ./compiler/typecheck/TcRnMonad.lhs -47 +41
M ./compiler/typecheck/TcTyDecls.lhs -16 +14
M ./compiler/typecheck/TcType.lhs -43 +3
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc