Trim unused imports detected by new unused-import code
authorsimonpj@microsoft.com <unknown>
Mon, 6 Jul 2009 11:22:01 +0000 (11:22 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 6 Jul 2009 11:22:01 +0000 (11:22 +0000)
commitd436c70d43fb905c63220040168295e473f4b90a
treece7dd3b7faca1c31e82a3ec4a44fa9a32186c556
parent0bde11509ca13d4d0914496ee652d7c2b43a0420
Trim unused imports detected by new unused-import code
53 files changed:
compiler/basicTypes/DataCon.lhs
compiler/basicTypes/Id.lhs
compiler/basicTypes/OccName.lhs
compiler/basicTypes/UniqSupply.lhs
compiler/cmm/CmmCvt.hs
compiler/cmm/CmmExpr.hs
compiler/cmm/CmmProcPointZ.hs
compiler/cmm/CmmStackLayout.hs
compiler/cmm/StackColor.hs
compiler/cmm/ZipCfg.hs
compiler/cmm/ZipCfgCmmRep.hs
compiler/codeGen/ClosureInfo.lhs
compiler/coreSyn/CoreUtils.lhs
compiler/deSugar/DsMeta.hs
compiler/ghci/ByteCodeGen.lhs
compiler/ghci/Debugger.hs
compiler/ghci/LibFFI.hsc
compiler/ghci/ObjLink.lhs
compiler/ghci/RtClosureInspect.hs
compiler/iface/IfaceSyn.lhs
compiler/main/Annotations.lhs
compiler/main/BreakArray.hs
compiler/main/DriverMkDepend.hs
compiler/main/DriverPipeline.hs
compiler/main/GHC.hs
compiler/main/HscMain.lhs
compiler/main/InteractiveEval.hs
compiler/main/Packages.lhs
compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs
compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs
compiler/nativeGen/SPARC/CodeGen.hs
compiler/nativeGen/X86/Regs.hs
compiler/prelude/TysPrim.lhs
compiler/prelude/TysWiredIn.lhs
compiler/typecheck/TcAnnotations.lhs
compiler/typecheck/TcArrows.lhs
compiler/typecheck/TcClassDcl.lhs
compiler/typecheck/TcForeign.lhs
compiler/typecheck/TcGenDeriv.lhs
compiler/typecheck/TcInstDcls.lhs
compiler/typecheck/TcRnMonad.lhs
compiler/typecheck/TcTyClsDecls.lhs
compiler/typecheck/TcType.lhs
compiler/types/Coercion.lhs
compiler/types/TypeRep.lhs
compiler/utils/Binary.hs
compiler/utils/Encoding.hs
compiler/utils/FastMutInt.lhs
compiler/utils/Outputable.lhs
compiler/utils/Util.lhs
ghc/GhciMonad.hs
ghc/InteractiveUI.hs
ghc/Main.hs