Import ghc_7.4.1.orig.tar.bz2
authorJoachim Breitner <nomeata@debian.org>
Fri, 3 Feb 2012 15:27:31 +0000 (15:27 +0000)
committerJoachim Breitner <nomeata@debian.org>
Fri, 3 Feb 2012 15:27:31 +0000 (15:27 +0000)
commit92090de25eaca8fec150b853add200b41a37c11e
treee65b5d94a1e3048a93fc6b6c9b1c7ae92cfe539d
Import ghc_7.4.1.orig.tar.bz2

[dgit import orig ghc_7.4.1.orig.tar.bz2]
3145 files changed:
ANNOUNCE [new file with mode: 0644]
HACKING [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
VERSION [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
bindisttest/HelloWorld.lhs [new file with mode: 0644]
bindisttest/Makefile [new file with mode: 0644]
bindisttest/checkBinaries.sh [new file with mode: 0644]
bindisttest/expected_output [new file with mode: 0644]
bindisttest/ghc.mk [new file with mode: 0644]
boot [new file with mode: 0755]
compiler/DEPEND-NOTES [new file with mode: 0644]
compiler/HsVersions.h [new file with mode: 0644]
compiler/LICENSE [new file with mode: 0644]
compiler/Makefile [new file with mode: 0644]
compiler/basicTypes/Avail.hs [new file with mode: 0644]
compiler/basicTypes/BasicTypes.lhs [new file with mode: 0644]
compiler/basicTypes/DataCon.lhs [new file with mode: 0644]
compiler/basicTypes/DataCon.lhs-boot [new file with mode: 0644]
compiler/basicTypes/Demand.lhs [new file with mode: 0644]
compiler/basicTypes/Id.lhs [new file with mode: 0644]
compiler/basicTypes/IdInfo.lhs [new file with mode: 0644]
compiler/basicTypes/IdInfo.lhs-boot [new file with mode: 0644]
compiler/basicTypes/Literal.lhs [new file with mode: 0644]
compiler/basicTypes/MkId.lhs [new file with mode: 0644]
compiler/basicTypes/MkId.lhs-boot [new file with mode: 0644]
compiler/basicTypes/Module.lhs [new file with mode: 0644]
compiler/basicTypes/Module.lhs-boot [new file with mode: 0644]
compiler/basicTypes/Name.lhs [new file with mode: 0644]
compiler/basicTypes/Name.lhs-boot [new file with mode: 0644]
compiler/basicTypes/NameEnv.lhs [new file with mode: 0644]
compiler/basicTypes/NameSet.lhs [new file with mode: 0644]
compiler/basicTypes/OccName.lhs [new file with mode: 0644]
compiler/basicTypes/OccName.lhs-boot [new file with mode: 0644]
compiler/basicTypes/RdrName.lhs [new file with mode: 0644]
compiler/basicTypes/SrcLoc.lhs [new file with mode: 0644]
compiler/basicTypes/UniqSupply.lhs [new file with mode: 0644]
compiler/basicTypes/Unique.lhs [new file with mode: 0644]
compiler/basicTypes/Var.lhs [new file with mode: 0644]
compiler/basicTypes/VarEnv.lhs [new file with mode: 0644]
compiler/basicTypes/VarSet.lhs [new file with mode: 0644]
compiler/cmm/Bitmap.hs [new file with mode: 0644]
compiler/cmm/BlockId.hs [new file with mode: 0644]
compiler/cmm/CLabel.hs [new file with mode: 0644]
compiler/cmm/Cmm.hs [new file with mode: 0644]
compiler/cmm/CmmBuildInfoTables.hs [new file with mode: 0644]
compiler/cmm/CmmCallConv.hs [new file with mode: 0644]
compiler/cmm/CmmCommonBlockElim.hs [new file with mode: 0644]
compiler/cmm/CmmContFlowOpt.hs [new file with mode: 0644]
compiler/cmm/CmmCvt.hs [new file with mode: 0644]
compiler/cmm/CmmExpr.hs [new file with mode: 0644]
compiler/cmm/CmmInfo.hs [new file with mode: 0644]
compiler/cmm/CmmLex.hs [new file with mode: 0644]
compiler/cmm/CmmLex.x.source [new file with mode: 0644]
compiler/cmm/CmmLint.hs [new file with mode: 0644]
compiler/cmm/CmmLive.hs [new file with mode: 0644]
compiler/cmm/CmmMachOp.hs [new file with mode: 0644]
compiler/cmm/CmmNode.hs [new file with mode: 0644]
compiler/cmm/CmmOpt.hs [new file with mode: 0644]
compiler/cmm/CmmParse.hs [new file with mode: 0644]
compiler/cmm/CmmParse.y.source [new file with mode: 0644]
compiler/cmm/CmmPipeline.hs [new file with mode: 0644]
compiler/cmm/CmmProcPoint.hs [new file with mode: 0644]
compiler/cmm/CmmRewriteAssignments.hs [new file with mode: 0644]
compiler/cmm/CmmSpillReload.hs [new file with mode: 0644]
compiler/cmm/CmmStackLayout.hs [new file with mode: 0644]
compiler/cmm/CmmType.hs [new file with mode: 0644]
compiler/cmm/CmmUtils.hs [new file with mode: 0644]
compiler/cmm/MkGraph.hs [new file with mode: 0644]
compiler/cmm/OldCmm.hs [new file with mode: 0644]
compiler/cmm/OldCmmUtils.hs [new file with mode: 0644]
compiler/cmm/OldPprCmm.hs [new file with mode: 0644]
compiler/cmm/OptimizationFuel.hs [new file with mode: 0644]
compiler/cmm/PprC.hs [new file with mode: 0644]
compiler/cmm/PprCmm.hs [new file with mode: 0644]
compiler/cmm/PprCmmDecl.hs [new file with mode: 0644]
compiler/cmm/PprCmmExpr.hs [new file with mode: 0644]
compiler/cmm/SMRep.lhs [new file with mode: 0644]
compiler/cmm/cmm-notes [new file with mode: 0644]
compiler/codeGen/CgBindery.lhs [new file with mode: 0644]
compiler/codeGen/CgBindery.lhs-boot [new file with mode: 0644]
compiler/codeGen/CgCallConv.hs [new file with mode: 0644]
compiler/codeGen/CgCase.lhs [new file with mode: 0644]
compiler/codeGen/CgClosure.lhs [new file with mode: 0644]
compiler/codeGen/CgCon.lhs [new file with mode: 0644]
compiler/codeGen/CgExpr.lhs [new file with mode: 0644]
compiler/codeGen/CgExpr.lhs-boot [new file with mode: 0644]
compiler/codeGen/CgExtCode.hs [new file with mode: 0644]
compiler/codeGen/CgForeignCall.hs [new file with mode: 0644]
compiler/codeGen/CgHeapery.lhs [new file with mode: 0644]
compiler/codeGen/CgHpc.hs [new file with mode: 0644]
compiler/codeGen/CgInfoTbls.hs [new file with mode: 0644]
compiler/codeGen/CgLetNoEscape.lhs [new file with mode: 0644]
compiler/codeGen/CgMonad.lhs [new file with mode: 0644]
compiler/codeGen/CgParallel.hs [new file with mode: 0644]
compiler/codeGen/CgPrimOp.hs [new file with mode: 0644]
compiler/codeGen/CgProf.hs [new file with mode: 0644]
compiler/codeGen/CgStackery.lhs [new file with mode: 0644]
compiler/codeGen/CgTailCall.lhs [new file with mode: 0644]
compiler/codeGen/CgTicky.hs [new file with mode: 0644]
compiler/codeGen/CgUtils.hs [new file with mode: 0644]
compiler/codeGen/ClosureInfo.lhs [new file with mode: 0644]
compiler/codeGen/ClosureInfo.lhs-boot [new file with mode: 0644]
compiler/codeGen/CodeGen.lhs [new file with mode: 0644]
compiler/codeGen/StgCmm.hs [new file with mode: 0644]
compiler/codeGen/StgCmmBind.hs [new file with mode: 0644]
compiler/codeGen/StgCmmBind.hs-boot [new file with mode: 0644]
compiler/codeGen/StgCmmClosure.hs [new file with mode: 0644]
compiler/codeGen/StgCmmCon.hs [new file with mode: 0644]
compiler/codeGen/StgCmmEnv.hs [new file with mode: 0644]
compiler/codeGen/StgCmmExpr.hs [new file with mode: 0644]
compiler/codeGen/StgCmmForeign.hs [new file with mode: 0644]
compiler/codeGen/StgCmmGran.hs [new file with mode: 0644]
compiler/codeGen/StgCmmHeap.hs [new file with mode: 0644]
compiler/codeGen/StgCmmHpc.hs [new file with mode: 0644]
compiler/codeGen/StgCmmLayout.hs [new file with mode: 0644]
compiler/codeGen/StgCmmMonad.hs [new file with mode: 0644]
compiler/codeGen/StgCmmPrim.hs [new file with mode: 0644]
compiler/codeGen/StgCmmProf.hs [new file with mode: 0644]
compiler/codeGen/StgCmmTicky.hs [new file with mode: 0644]
compiler/codeGen/StgCmmUtils.hs [new file with mode: 0644]
compiler/coreSyn/CoreArity.lhs [new file with mode: 0644]
compiler/coreSyn/CoreFVs.lhs [new file with mode: 0644]
compiler/coreSyn/CoreLint.lhs [new file with mode: 0644]
compiler/coreSyn/CorePrep.lhs [new file with mode: 0644]
compiler/coreSyn/CoreSubst.lhs [new file with mode: 0644]
compiler/coreSyn/CoreSyn.lhs [new file with mode: 0644]
compiler/coreSyn/CoreTidy.lhs [new file with mode: 0644]
compiler/coreSyn/CoreUnfold.lhs [new file with mode: 0644]
compiler/coreSyn/CoreUtils.lhs [new file with mode: 0644]
compiler/coreSyn/ExternalCore.lhs [new file with mode: 0644]
compiler/coreSyn/MkCore.lhs [new file with mode: 0644]
compiler/coreSyn/MkExternalCore.lhs [new file with mode: 0644]
compiler/coreSyn/PprCore.lhs [new file with mode: 0644]
compiler/coreSyn/PprExternalCore.lhs [new file with mode: 0644]
compiler/coreSyn/TrieMap.lhs [new file with mode: 0644]
compiler/count_bytes [new file with mode: 0644]
compiler/deSugar/Check.lhs [new file with mode: 0644]
compiler/deSugar/Coverage.lhs [new file with mode: 0644]
compiler/deSugar/Desugar.lhs [new file with mode: 0644]
compiler/deSugar/DsArrows.lhs [new file with mode: 0644]
compiler/deSugar/DsBinds.lhs [new file with mode: 0644]
compiler/deSugar/DsCCall.lhs [new file with mode: 0644]
compiler/deSugar/DsExpr.lhs [new file with mode: 0644]
compiler/deSugar/DsExpr.lhs-boot [new file with mode: 0644]
compiler/deSugar/DsForeign.lhs [new file with mode: 0644]
compiler/deSugar/DsGRHSs.lhs [new file with mode: 0644]
compiler/deSugar/DsListComp.lhs [new file with mode: 0644]
compiler/deSugar/DsMeta.hs [new file with mode: 0644]
compiler/deSugar/DsMonad.lhs [new file with mode: 0644]
compiler/deSugar/DsUtils.lhs [new file with mode: 0644]
compiler/deSugar/Match.lhs [new file with mode: 0644]
compiler/deSugar/Match.lhs-boot [new file with mode: 0644]
compiler/deSugar/MatchCon.lhs [new file with mode: 0644]
compiler/deSugar/MatchLit.lhs [new file with mode: 0644]
compiler/ghc.cabal.in [new file with mode: 0644]
compiler/ghc.mk [new file with mode: 0644]
compiler/ghci/ByteCodeAsm.lhs [new file with mode: 0644]
compiler/ghci/ByteCodeGen.lhs [new file with mode: 0644]
compiler/ghci/ByteCodeInstr.lhs [new file with mode: 0644]
compiler/ghci/ByteCodeItbls.lhs [new file with mode: 0644]
compiler/ghci/ByteCodeLink.lhs [new file with mode: 0644]
compiler/ghci/ByteCodeLink.lhs-boot [new file with mode: 0644]
compiler/ghci/Debugger.hs [new file with mode: 0644]
compiler/ghci/DebuggerUtils.hs [new file with mode: 0644]
compiler/ghci/LibFFI.hsc [new file with mode: 0644]
compiler/ghci/Linker.lhs [new file with mode: 0644]
compiler/ghci/ObjLink.lhs [new file with mode: 0644]
compiler/ghci/RtClosureInspect.hs [new file with mode: 0644]
compiler/ghci/keepCAFsForGHCi.c [new file with mode: 0644]
compiler/hsSyn/Convert.lhs [new file with mode: 0644]
compiler/hsSyn/HsBinds.lhs [new file with mode: 0644]
compiler/hsSyn/HsDecls.lhs [new file with mode: 0644]
compiler/hsSyn/HsDoc.hs [new file with mode: 0644]
compiler/hsSyn/HsExpr.lhs [new file with mode: 0644]
compiler/hsSyn/HsExpr.lhs-boot [new file with mode: 0644]
compiler/hsSyn/HsImpExp.lhs [new file with mode: 0644]
compiler/hsSyn/HsLit.lhs [new file with mode: 0644]
compiler/hsSyn/HsPat.lhs [new file with mode: 0644]
compiler/hsSyn/HsPat.lhs-boot [new file with mode: 0644]
compiler/hsSyn/HsSyn.lhs [new file with mode: 0644]
compiler/hsSyn/HsTypes.lhs [new file with mode: 0644]
compiler/hsSyn/HsUtils.lhs [new file with mode: 0644]
compiler/iface/BinIface.hs [new file with mode: 0644]
compiler/iface/BuildTyCl.lhs [new file with mode: 0644]
compiler/iface/FlagChecker.hs [new file with mode: 0644]
compiler/iface/IfaceEnv.lhs [new file with mode: 0644]
compiler/iface/IfaceSyn.lhs [new file with mode: 0644]
compiler/iface/IfaceType.lhs [new file with mode: 0644]
compiler/iface/LoadIface.lhs [new file with mode: 0644]
compiler/iface/MkIface.lhs [new file with mode: 0644]
compiler/iface/TcIface.lhs [new file with mode: 0644]
compiler/iface/TcIface.lhs-boot [new file with mode: 0644]
compiler/llvmGen/Llvm.hs [new file with mode: 0644]
compiler/llvmGen/Llvm/AbsSyn.hs [new file with mode: 0644]
compiler/llvmGen/Llvm/PpLlvm.hs [new file with mode: 0644]
compiler/llvmGen/Llvm/Types.hs [new file with mode: 0644]
compiler/llvmGen/LlvmCodeGen.hs [new file with mode: 0644]
compiler/llvmGen/LlvmCodeGen/Base.hs [new file with mode: 0644]
compiler/llvmGen/LlvmCodeGen/CodeGen.hs [new file with mode: 0644]
compiler/llvmGen/LlvmCodeGen/Data.hs [new file with mode: 0644]
compiler/llvmGen/LlvmCodeGen/Ppr.hs [new file with mode: 0644]
compiler/llvmGen/LlvmCodeGen/Regs.hs [new file with mode: 0644]
compiler/llvmGen/LlvmMangler.hs [new file with mode: 0644]
compiler/main/Annotations.lhs [new file with mode: 0644]
compiler/main/BreakArray.hs [new file with mode: 0644]
compiler/main/CmdLineParser.hs [new file with mode: 0644]
compiler/main/CodeOutput.lhs [new file with mode: 0644]
compiler/main/Constants.lhs [new file with mode: 0644]
compiler/main/DriverMkDepend.hs [new file with mode: 0644]
compiler/main/DriverPhases.hs [new file with mode: 0644]
compiler/main/DriverPipeline.hs [new file with mode: 0644]
compiler/main/DynFlags.hs [new file with mode: 0644]
compiler/main/DynamicLoading.hs [new file with mode: 0644]
compiler/main/ErrUtils.lhs [new file with mode: 0644]
compiler/main/ErrUtils.lhs-boot [new file with mode: 0644]
compiler/main/Finder.lhs [new file with mode: 0644]
compiler/main/GHC.hs [new file with mode: 0644]
compiler/main/GhcMake.hs [new file with mode: 0644]
compiler/main/GhcMonad.hs [new file with mode: 0644]
compiler/main/GhcPlugins.hs [new file with mode: 0644]
compiler/main/HeaderInfo.hs [new file with mode: 0644]
compiler/main/HscMain.hs [new file with mode: 0644]
compiler/main/HscStats.lhs [new file with mode: 0644]
compiler/main/HscTypes.lhs [new file with mode: 0644]
compiler/main/InteractiveEval.hs [new file with mode: 0644]
compiler/main/InteractiveEval.hs-boot [new file with mode: 0644]
compiler/main/PackageConfig.hs [new file with mode: 0644]
compiler/main/Packages.lhs [new file with mode: 0644]
compiler/main/Packages.lhs-boot [new file with mode: 0644]
compiler/main/PprTyThing.hs [new file with mode: 0644]
compiler/main/StaticFlagParser.hs [new file with mode: 0644]
compiler/main/StaticFlags.hs [new file with mode: 0644]
compiler/main/SysTools.lhs [new file with mode: 0644]
compiler/main/TidyPgm.lhs [new file with mode: 0644]
compiler/nativeGen/AsmCodeGen.lhs [new file with mode: 0644]
compiler/nativeGen/CPrim.hs [new file with mode: 0644]
compiler/nativeGen/Instruction.hs [new file with mode: 0644]
compiler/nativeGen/NCG.h [new file with mode: 0644]
compiler/nativeGen/NCGMonad.hs [new file with mode: 0644]
compiler/nativeGen/NOTES [new file with mode: 0644]
compiler/nativeGen/PIC.hs [new file with mode: 0644]
compiler/nativeGen/PPC/CodeGen.hs [new file with mode: 0644]
compiler/nativeGen/PPC/Cond.hs [new file with mode: 0644]
compiler/nativeGen/PPC/Instr.hs [new file with mode: 0644]
compiler/nativeGen/PPC/Ppr.hs [new file with mode: 0644]
compiler/nativeGen/PPC/RegInfo.hs [new file with mode: 0644]
compiler/nativeGen/PPC/Regs.hs [new file with mode: 0644]
compiler/nativeGen/PprBase.hs [new file with mode: 0644]
compiler/nativeGen/PprInstruction.hs [new file with mode: 0644]
compiler/nativeGen/Reg.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Graph/ArchBase.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Graph/ArchX86.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Graph/Coalesce.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Graph/Main.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Graph/Spill.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Graph/SpillClean.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Graph/SpillCost.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Graph/Stats.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/Base.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/Main.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/StackMap.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/State.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/Stats.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Liveness.hs [new file with mode: 0644]
compiler/nativeGen/RegClass.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/AddrMode.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Base.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Amode.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Base.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/CCall.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/CondCode.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Expand.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Gen32.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Gen64.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Sanity.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Cond.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Imm.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Instr.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Ppr.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/RegPlate.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Regs.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/ShortcutJump.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Stack.hs [new file with mode: 0644]
compiler/nativeGen/Size.hs [new file with mode: 0644]
compiler/nativeGen/TargetReg.hs [new file with mode: 0644]
compiler/nativeGen/X86/CodeGen.hs [new file with mode: 0644]
compiler/nativeGen/X86/Cond.hs [new file with mode: 0644]
compiler/nativeGen/X86/Instr.hs [new file with mode: 0644]
compiler/nativeGen/X86/Ppr.hs [new file with mode: 0644]
compiler/nativeGen/X86/RegInfo.hs [new file with mode: 0644]
compiler/nativeGen/X86/Regs.hs [new file with mode: 0644]
compiler/parser/Ctype.lhs [new file with mode: 0644]
compiler/parser/HaddockUtils.hs [new file with mode: 0644]
compiler/parser/LexCore.hs [new file with mode: 0644]
compiler/parser/Lexer.hs [new file with mode: 0644]
compiler/parser/Lexer.x.source [new file with mode: 0644]
compiler/parser/Parser.hs [new file with mode: 0644]
compiler/parser/Parser.y.pp.source [new file with mode: 0644]
compiler/parser/ParserCore.hs [new file with mode: 0644]
compiler/parser/ParserCore.y.source [new file with mode: 0644]
compiler/parser/ParserCoreUtils.hs [new file with mode: 0644]
compiler/parser/RdrHsSyn.lhs [new file with mode: 0644]
compiler/parser/cutils.c [new file with mode: 0644]
compiler/parser/cutils.h [new file with mode: 0644]
compiler/prelude/ForeignCall.lhs [new file with mode: 0644]
compiler/prelude/PrelInfo.lhs [new file with mode: 0644]
compiler/prelude/PrelNames.lhs [new file with mode: 0644]
compiler/prelude/PrelRules.lhs [new file with mode: 0644]
compiler/prelude/PrimOp.lhs [new file with mode: 0644]
compiler/prelude/TysPrim.lhs [new file with mode: 0644]
compiler/prelude/TysWiredIn.lhs [new file with mode: 0644]
compiler/prelude/TysWiredIn.lhs-boot [new file with mode: 0644]
compiler/prelude/primops.txt.pp [new file with mode: 0644]
compiler/profiling/CostCentre.lhs [new file with mode: 0644]
compiler/profiling/NOTES [new file with mode: 0644]
compiler/profiling/ProfInit.hs [new file with mode: 0644]
compiler/profiling/SCCfinal.lhs [new file with mode: 0644]
compiler/rename/RnBinds.lhs [new file with mode: 0644]
compiler/rename/RnEnv.lhs [new file with mode: 0644]
compiler/rename/RnExpr.lhs [new file with mode: 0644]
compiler/rename/RnExpr.lhs-boot [new file with mode: 0644]
compiler/rename/RnHsDoc.hs [new file with mode: 0644]
compiler/rename/RnHsSyn.lhs [new file with mode: 0644]
compiler/rename/RnNames.lhs [new file with mode: 0644]
compiler/rename/RnPat.lhs [new file with mode: 0644]
compiler/rename/RnSource.lhs [new file with mode: 0644]
compiler/rename/RnTypes.lhs [new file with mode: 0644]
compiler/rename/rename.tex [new file with mode: 0644]
compiler/simplCore/CSE.lhs [new file with mode: 0644]
compiler/simplCore/CoreMonad.lhs [new file with mode: 0644]
compiler/simplCore/FloatIn.lhs [new file with mode: 0644]
compiler/simplCore/FloatOut.lhs [new file with mode: 0644]
compiler/simplCore/LiberateCase.lhs [new file with mode: 0644]
compiler/simplCore/OccurAnal.lhs [new file with mode: 0644]
compiler/simplCore/SAT.lhs [new file with mode: 0644]
compiler/simplCore/SetLevels.lhs [new file with mode: 0644]
compiler/simplCore/SimplCore.lhs [new file with mode: 0644]
compiler/simplCore/SimplEnv.lhs [new file with mode: 0644]
compiler/simplCore/SimplMonad.lhs [new file with mode: 0644]
compiler/simplCore/SimplUtils.lhs [new file with mode: 0644]
compiler/simplCore/Simplify.lhs [new file with mode: 0644]
compiler/simplCore/simplifier.tib [new file with mode: 0644]
compiler/simplStg/SRT.lhs [new file with mode: 0644]
compiler/simplStg/SimplStg.lhs [new file with mode: 0644]
compiler/simplStg/StgStats.lhs [new file with mode: 0644]
compiler/specialise/Rules.lhs [new file with mode: 0644]
compiler/specialise/SpecConstr.lhs [new file with mode: 0644]
compiler/specialise/Specialise.lhs [new file with mode: 0644]
compiler/stgSyn/CoreToStg.lhs [new file with mode: 0644]
compiler/stgSyn/StgLint.lhs [new file with mode: 0644]
compiler/stgSyn/StgSyn.lhs [new file with mode: 0644]
compiler/stranal/DmdAnal.lhs [new file with mode: 0644]
compiler/stranal/WorkWrap.lhs [new file with mode: 0644]
compiler/stranal/WwLib.lhs [new file with mode: 0644]
compiler/typecheck/FamInst.lhs [new file with mode: 0644]
compiler/typecheck/Inst.lhs [new file with mode: 0644]
compiler/typecheck/TcAnnotations.lhs [new file with mode: 0644]
compiler/typecheck/TcArrows.lhs [new file with mode: 0644]
compiler/typecheck/TcBinds.lhs [new file with mode: 0644]
compiler/typecheck/TcCanonical.lhs [new file with mode: 0644]
compiler/typecheck/TcClassDcl.lhs [new file with mode: 0644]
compiler/typecheck/TcDefaults.lhs [new file with mode: 0644]
compiler/typecheck/TcDeriv.lhs [new file with mode: 0644]
compiler/typecheck/TcEnv.lhs [new file with mode: 0644]
compiler/typecheck/TcEnv.lhs-boot [new file with mode: 0644]
compiler/typecheck/TcErrors.lhs [new file with mode: 0644]
compiler/typecheck/TcEvidence.lhs [new file with mode: 0644]
compiler/typecheck/TcExpr.lhs [new file with mode: 0644]
compiler/typecheck/TcExpr.lhs-boot [new file with mode: 0644]
compiler/typecheck/TcForeign.lhs [new file with mode: 0644]
compiler/typecheck/TcGenDeriv.lhs [new file with mode: 0644]
compiler/typecheck/TcGenGenerics.lhs [new file with mode: 0644]
compiler/typecheck/TcHsSyn.lhs [new file with mode: 0644]
compiler/typecheck/TcHsType.lhs [new file with mode: 0644]
compiler/typecheck/TcInstDcls.lhs [new file with mode: 0644]
compiler/typecheck/TcInteract.lhs [new file with mode: 0644]
compiler/typecheck/TcMType.lhs [new file with mode: 0644]
compiler/typecheck/TcMatches.lhs [new file with mode: 0644]
compiler/typecheck/TcMatches.lhs-boot [new file with mode: 0644]
compiler/typecheck/TcPat.lhs [new file with mode: 0644]
compiler/typecheck/TcRnDriver.lhs [new file with mode: 0644]
compiler/typecheck/TcRnMonad.lhs [new file with mode: 0644]
compiler/typecheck/TcRnTypes.lhs [new file with mode: 0644]
compiler/typecheck/TcRnTypes.lhs-boot [new file with mode: 0644]
compiler/typecheck/TcRules.lhs [new file with mode: 0644]
compiler/typecheck/TcSMonad.lhs [new file with mode: 0644]
compiler/typecheck/TcSimplify.lhs [new file with mode: 0644]
compiler/typecheck/TcSimplify.lhs-old [new file with mode: 0644]
compiler/typecheck/TcSplice.lhs [new file with mode: 0644]
compiler/typecheck/TcSplice.lhs-boot [new file with mode: 0644]
compiler/typecheck/TcTyClsDecls.lhs [new file with mode: 0644]
compiler/typecheck/TcTyDecls.lhs [new file with mode: 0644]
compiler/typecheck/TcType.lhs [new file with mode: 0644]
compiler/typecheck/TcType.lhs-boot [new file with mode: 0644]
compiler/typecheck/TcUnify.lhs [new file with mode: 0644]
compiler/typecheck/TcUnify.lhs-boot [new file with mode: 0644]
compiler/types/Class.lhs [new file with mode: 0644]
compiler/types/Coercion.lhs [new file with mode: 0644]
compiler/types/FamInstEnv.lhs [new file with mode: 0644]
compiler/types/FunDeps.lhs [new file with mode: 0644]
compiler/types/IParam.lhs [new file with mode: 0644]
compiler/types/IParam.lhs-boot [new file with mode: 0644]
compiler/types/InstEnv.lhs [new file with mode: 0644]
compiler/types/Kind.lhs [new file with mode: 0644]
compiler/types/OptCoercion.lhs [new file with mode: 0644]
compiler/types/TyCon.lhs [new file with mode: 0644]
compiler/types/TyCon.lhs-boot [new file with mode: 0644]
compiler/types/Type.lhs [new file with mode: 0644]
compiler/types/Type.lhs-boot [new file with mode: 0644]
compiler/types/TypeRep.lhs [new file with mode: 0644]
compiler/types/TypeRep.lhs-boot [new file with mode: 0644]
compiler/types/Unify.lhs [new file with mode: 0644]
compiler/utils/Bag.lhs [new file with mode: 0644]
compiler/utils/Binary.hs [new file with mode: 0644]
compiler/utils/BufWrite.hs [new file with mode: 0644]
compiler/utils/Digraph.lhs [new file with mode: 0644]
compiler/utils/Encoding.hs [new file with mode: 0644]
compiler/utils/Exception.hs [new file with mode: 0644]
compiler/utils/FastBool.lhs [new file with mode: 0644]
compiler/utils/FastFunctions.lhs [new file with mode: 0644]
compiler/utils/FastMutInt.lhs [new file with mode: 0644]
compiler/utils/FastString.lhs [new file with mode: 0644]
compiler/utils/FastTypes.lhs [new file with mode: 0644]
compiler/utils/Fingerprint.hsc [new file with mode: 0644]
compiler/utils/FiniteMap.lhs [new file with mode: 0644]
compiler/utils/GraphBase.hs [new file with mode: 0644]
compiler/utils/GraphColor.hs [new file with mode: 0644]
compiler/utils/GraphOps.hs [new file with mode: 0644]
compiler/utils/GraphPpr.hs [new file with mode: 0644]
compiler/utils/IOEnv.hs [new file with mode: 0644]
compiler/utils/Interval.hs [new file with mode: 0644]
compiler/utils/ListSetOps.lhs [new file with mode: 0644]
compiler/utils/Maybes.lhs [new file with mode: 0644]
compiler/utils/MonadUtils.hs [new file with mode: 0644]
compiler/utils/OrdList.lhs [new file with mode: 0644]
compiler/utils/Outputable.lhs [new file with mode: 0644]
compiler/utils/Pair.lhs [new file with mode: 0644]
compiler/utils/Panic.lhs [new file with mode: 0644]
compiler/utils/Platform.hs [new file with mode: 0644]
compiler/utils/Pretty.lhs [new file with mode: 0644]
compiler/utils/Serialized.hs [new file with mode: 0644]
compiler/utils/State.hs [new file with mode: 0644]
compiler/utils/StringBuffer.lhs [new file with mode: 0644]
compiler/utils/UniqFM.lhs [new file with mode: 0644]
compiler/utils/UniqSet.lhs [new file with mode: 0644]
compiler/utils/Util.lhs [new file with mode: 0644]
compiler/utils/md5.c [new file with mode: 0644]
compiler/utils/md5.h [new file with mode: 0644]
compiler/vectorise/Vectorise.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Builtins.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Builtins/Base.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Builtins/Initialise.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Convert.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Env.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Exp.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Generic/Description.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Generic/PADict.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Generic/PAMethods.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Generic/PData.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Monad.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Monad/Base.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Monad/Global.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Monad/InstEnv.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Monad/Local.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Monad/Naming.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Type/Classify.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Type/Env.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Type/TyConDecl.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Type/Type.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Utils.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Utils/Base.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Utils/Closure.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Utils/Hoisting.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Utils/PADict.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Utils/Poly.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Var.hs [new file with mode: 0644]
compiler/vectorise/Vectorise/Vect.hs [new file with mode: 0644]
config.guess [new file with mode: 0644]
config.sub [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
distrib/INSTALL [new file with mode: 0644]
distrib/MacFrameworks/Makefile [new file with mode: 0644]
distrib/MacFrameworks/README [new file with mode: 0644]
distrib/MacFrameworks/build-framework-gmp.sh [new file with mode: 0644]
distrib/MacFrameworks/build-framework-readline.sh [new file with mode: 0644]
distrib/MacOS/English.lproj/InfoPlist.strings [new file with mode: 0644]
distrib/MacOS/GHC-relocatable.pmdoc/01ghc-contents.xml [new file with mode: 0644]
distrib/MacOS/GHC-relocatable.pmdoc/01ghc.xml [new file with mode: 0644]
distrib/MacOS/GHC-relocatable.pmdoc/index.xml [new file with mode: 0644]
distrib/MacOS/GHC-system.pmdoc/01ghc.xml [new file with mode: 0644]
distrib/MacOS/GHC-system.pmdoc/index.xml.in [new file with mode: 0644]
distrib/MacOS/GHC.xcodeproj/project.pbxproj [new file with mode: 0644]
distrib/MacOS/Info.plist [new file with mode: 0644]
distrib/MacOS/installer-docs/lambda-logo.png [new file with mode: 0644]
distrib/MacOS/installer-docs/license.html [new file with mode: 0644]
distrib/MacOS/installer-scripts/Uninstaller.in [new file with mode: 0644]
distrib/MacOS/installer-scripts/create-links.in [new file with mode: 0644]
distrib/MacOS/installer-scripts/relocate [new file with mode: 0644]
distrib/MacOS/mkinstaller [new file with mode: 0755]
distrib/Makefile [new file with mode: 0644]
distrib/README [new file with mode: 0644]
distrib/compare/BuildInfo.hs [new file with mode: 0644]
distrib/compare/Change.hs [new file with mode: 0644]
distrib/compare/FilenameDescr.hs [new file with mode: 0644]
distrib/compare/Makefile [new file with mode: 0644]
distrib/compare/Tar.hs [new file with mode: 0644]
distrib/compare/Utils.hs [new file with mode: 0644]
distrib/compare/compare.hs [new file with mode: 0644]
distrib/configure.ac [new file with mode: 0644]
distrib/configure.ac.in [new file with mode: 0644]
distrib/cross-port [new file with mode: 0644]
distrib/cvs-build [new file with mode: 0644]
distrib/fake-happy [new file with mode: 0644]
distrib/ghc.iss [new file with mode: 0644]
distrib/ghc.iss.in [new file with mode: 0644]
distrib/hc-build [new file with mode: 0644]
distrib/hsicon.ico [new file with mode: 0644]
distrib/mkDocs/mkDocs [new file with mode: 0644]
distrib/prep-bin-dist-mingw [new file with mode: 0644]
distrib/prep-bin-dist-mingw-alex [new file with mode: 0644]
distrib/prep-bin-dist-mingw-args [new file with mode: 0644]
distrib/prep-bin-dist-mingw-greencard [new file with mode: 0644]
distrib/prep-bin-dist-mingw-haddock [new file with mode: 0644]
distrib/prep-bin-dist-mingw-happy [new file with mode: 0644]
distrib/prep-bin-dist-mingw-hdirect [new file with mode: 0644]
distrib/windows-installer-licences.txt [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/coding-style.html [new file with mode: 0644]
docs/comm/exts/ndp.html [new file with mode: 0644]
docs/comm/exts/th.html [new file with mode: 0644]
docs/comm/feedback.html [new file with mode: 0644]
docs/comm/genesis/genesis.html [new file with mode: 0644]
docs/comm/genesis/makefiles.html [new file with mode: 0644]
docs/comm/genesis/modules.html [new file with mode: 0644]
docs/comm/index.html [new file with mode: 0644]
docs/comm/others.html [new file with mode: 0644]
docs/comm/rts-libs/foreignptr.html [new file with mode: 0644]
docs/comm/rts-libs/multi-thread.html [new file with mode: 0644]
docs/comm/rts-libs/non-blocking.html [new file with mode: 0644]
docs/comm/rts-libs/prelfound.html [new file with mode: 0644]
docs/comm/rts-libs/prelude.html [new file with mode: 0644]
docs/comm/rts-libs/primitives.html [new file with mode: 0644]
docs/comm/rts-libs/stgc.html [new file with mode: 0644]
docs/comm/rts-libs/threaded-rts.html [new file with mode: 0644]
docs/comm/the-beast/alien.html [new file with mode: 0644]
docs/comm/the-beast/basicTypes.html [new file with mode: 0644]
docs/comm/the-beast/coding-style.html [new file with mode: 0644]
docs/comm/the-beast/data-types.html [new file with mode: 0644]
docs/comm/the-beast/desugar.html [new file with mode: 0644]
docs/comm/the-beast/driver.html [new file with mode: 0644]
docs/comm/the-beast/fexport.html [new file with mode: 0644]
docs/comm/the-beast/ghci.html [new file with mode: 0644]
docs/comm/the-beast/main.html [new file with mode: 0644]
docs/comm/the-beast/mangler.html [new file with mode: 0644]
docs/comm/the-beast/modules.html [new file with mode: 0644]
docs/comm/the-beast/names.html [new file with mode: 0644]
docs/comm/the-beast/ncg.html [new file with mode: 0644]
docs/comm/the-beast/optimistic.html [new file with mode: 0644]
docs/comm/the-beast/prelude.html [new file with mode: 0644]
docs/comm/the-beast/renamer.html [new file with mode: 0644]
docs/comm/the-beast/simplifier.html [new file with mode: 0644]
docs/comm/the-beast/stg.html [new file with mode: 0644]
docs/comm/the-beast/syntax.html [new file with mode: 0644]
docs/comm/the-beast/typecheck.html [new file with mode: 0644]
docs/comm/the-beast/types.html [new file with mode: 0644]
docs/comm/the-beast/vars.html [new file with mode: 0644]
docs/docbook-cheat-sheet/Makefile [new file with mode: 0644]
docs/docbook-cheat-sheet/docbook-cheat-sheet.xml [new file with mode: 0644]
docs/ext-core/Makefile [new file with mode: 0644]
docs/ext-core/a4wide.sty [new file with mode: 0644]
docs/ext-core/code.sty [new file with mode: 0644]
docs/ext-core/core.bib [new file with mode: 0644]
docs/ext-core/core.tex [new file with mode: 0644]
docs/ext-core/ghc.mk [new file with mode: 0644]
docs/ghci/ghci.tex [new file with mode: 0644]
docs/hep/hep.tex [new file with mode: 0644]
docs/index.html [new file with mode: 0644]
docs/index.html.in [new file with mode: 0644]
docs/man/gen_flags.xsl.sh [new file with mode: 0644]
docs/man/ghc.mk [new file with mode: 0644]
docs/ndp/haskell.sty [new file with mode: 0644]
docs/ndp/vect.tex [new file with mode: 0644]
docs/rts/closure.ps [new file with mode: 0644]
docs/rts/closure.tex [new file with mode: 0644]
docs/rts/hugs_ret.pstex [new file with mode: 0644]
docs/rts/hugs_ret.pstex_t [new file with mode: 0644]
docs/rts/hugs_ret2.pstex [new file with mode: 0644]
docs/rts/hugs_ret2.pstex_t [new file with mode: 0644]
docs/rts/rts.tex [new file with mode: 0644]
docs/storage-mgt/Makefile [new file with mode: 0644]
docs/storage-mgt/architecture.eepic [new file with mode: 0644]
docs/storage-mgt/architecture.fig [new file with mode: 0644]
docs/storage-mgt/cacheprof_p.eps [new file with mode: 0644]
docs/storage-mgt/code.sty [new file with mode: 0644]
docs/storage-mgt/freelist.eepic [new file with mode: 0644]
docs/storage-mgt/freelist.fig [new file with mode: 0644]
docs/storage-mgt/gen.eepic [new file with mode: 0644]
docs/storage-mgt/gen.fig [new file with mode: 0644]
docs/storage-mgt/generation.eepic [new file with mode: 0644]
docs/storage-mgt/generation.fig [new file with mode: 0644]
docs/storage-mgt/largeobjectpool.eepic [new file with mode: 0644]
docs/storage-mgt/largeobjectpool.fig [new file with mode: 0644]
docs/storage-mgt/ldv.eepic [new file with mode: 0644]
docs/storage-mgt/ldv.fig [new file with mode: 0644]
docs/storage-mgt/ldv.tex [new file with mode: 0644]
docs/storage-mgt/megablock.eepic [new file with mode: 0644]
docs/storage-mgt/megablock.fig [new file with mode: 0644]
docs/storage-mgt/nursery.eepic [new file with mode: 0644]
docs/storage-mgt/nursery.fig [new file with mode: 0644]
docs/storage-mgt/reference.bib [new file with mode: 0644]
docs/storage-mgt/rp.tex [new file with mode: 0644]
docs/storage-mgt/sm.tex [new file with mode: 0644]
docs/storage-mgt/smallobjectpool.eepic [new file with mode: 0644]
docs/storage-mgt/smallobjectpool.fig [new file with mode: 0644]
docs/storage-mgt/step.eepic [new file with mode: 0644]
docs/storage-mgt/step.fig [new file with mode: 0644]
docs/users_guide/7.2.1-notes.xml [new file with mode: 0644]
docs/users_guide/7.2.2-notes.xml [new file with mode: 0644]
docs/users_guide/7.4.1-notes.xml [new file with mode: 0644]
docs/users_guide/Makefile [new file with mode: 0644]
docs/users_guide/bugs.xml [new file with mode: 0644]
docs/users_guide/codegens.xml [new file with mode: 0644]
docs/users_guide/debugging.xml [new file with mode: 0644]
docs/users_guide/extending_ghc.xml [new file with mode: 0644]
docs/users_guide/ffi-chap.xml [new file with mode: 0644]
docs/users_guide/flags.xml [new file with mode: 0644]
docs/users_guide/ghc.mk [new file with mode: 0644]
docs/users_guide/ghci.xml [new file with mode: 0644]
docs/users_guide/glasgow_exts.xml [new file with mode: 0644]
docs/users_guide/gone_wrong.xml [new file with mode: 0644]
docs/users_guide/images/Recip.png [new file with mode: 0644]
docs/users_guide/intro.xml [new file with mode: 0644]
docs/users_guide/lang.xml [new file with mode: 0644]
docs/users_guide/license.xml [new file with mode: 0644]
docs/users_guide/packages.xml [new file with mode: 0644]
docs/users_guide/parallel.xml [new file with mode: 0644]
docs/users_guide/phases.xml [new file with mode: 0644]
docs/users_guide/prof_scc.eps [new file with mode: 0644]
docs/users_guide/prof_scc.png [new file with mode: 0644]
docs/users_guide/profiling.xml [new file with mode: 0644]
docs/users_guide/runghc.xml [new file with mode: 0644]
docs/users_guide/runtime_control.xml [new file with mode: 0644]
docs/users_guide/safe_haskell.xml [new file with mode: 0644]
docs/users_guide/separate_compilation.xml [new file with mode: 0644]
docs/users_guide/shared_libs.xml [new file with mode: 0644]
docs/users_guide/sooner.xml [new file with mode: 0644]
docs/users_guide/ug-book.xml.in [new file with mode: 0644]
docs/users_guide/ug-ent.xml [new file with mode: 0644]
docs/users_guide/ug-ent.xml.in [new file with mode: 0644]
docs/users_guide/using.xml [new file with mode: 0644]
docs/users_guide/utils.xml [new file with mode: 0644]
docs/users_guide/win32-dlls.xml [new file with mode: 0644]
docs/vh/Makefile [new file with mode: 0644]
docs/vh/vh.xml [new file with mode: 0644]
driver/Makefile [new file with mode: 0644]
driver/gcc/gcc.c [new file with mode: 0644]
driver/ghc-usage.txt [new file with mode: 0644]
driver/ghc.mk [new file with mode: 0644]
driver/ghc/Makefile [new file with mode: 0644]
driver/ghc/ghc.c [new file with mode: 0644]
driver/ghc/ghc.mk [new file with mode: 0644]
driver/ghci-usage.txt [new file with mode: 0644]
driver/ghci/Makefile [new file with mode: 0644]
driver/ghci/ghc.mk [new file with mode: 0644]
driver/ghci/ghci.c [new file with mode: 0644]
driver/ghci/ghci.ico [new file with mode: 0644]
driver/ghci/ghci.rc [new file with mode: 0644]
driver/haddock/Makefile [new file with mode: 0644]
driver/haddock/ghc.mk [new file with mode: 0644]
driver/haddock/haddock.c [new file with mode: 0644]
driver/split/Makefile [new file with mode: 0644]
driver/split/ghc-split.lprl [new file with mode: 0644]
driver/split/ghc.mk [new file with mode: 0644]
driver/utils/cwrapper.c [new file with mode: 0644]
driver/utils/cwrapper.h [new file with mode: 0644]
driver/utils/getLocation.c [new file with mode: 0644]
driver/utils/getLocation.h [new file with mode: 0644]
ghc-tarballs/LICENSE [new file with mode: 0644]
ghc-tarballs/libffi/README [new file with mode: 0644]
ghc-tarballs/libffi/libffi-3.0.10.tar.gz [new file with mode: 0644]
ghc-tarballs/mingw/README [new file with mode: 0644]
ghc-tarballs/mingw/binutils-2.20.51-1-mingw32-bin.tar.lzma [new file with mode: 0644]
ghc-tarballs/mingw/gcc-c++-4.5.2-1-mingw32-bin.tar.lzma [new file with mode: 0644]
ghc-tarballs/mingw/gcc-core-4.5.2-1-mingw32-bin.tar.lzma [new file with mode: 0644]
ghc-tarballs/mingw/libgcc-4.5.2-1-mingw32-dll-1.tar.lzma [new file with mode: 0644]
ghc-tarballs/mingw/libgmp-5.0.1-1-mingw32-dll-10.tar.lzma [new file with mode: 0644]
ghc-tarballs/mingw/libmpc-0.8.1-1-mingw32-dll-2.tar.lzma [new file with mode: 0644]
ghc-tarballs/mingw/libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma [new file with mode: 0644]
ghc-tarballs/mingw/libstdc++-4.5.2-1-mingw32-dll-6.tar.lzma [new file with mode: 0644]
ghc-tarballs/mingw/mingwrt-3.18-mingw32-dev.tar.gz [new file with mode: 0644]
ghc-tarballs/mingw/mingwrt-3.18-mingw32-dll.tar.gz [new file with mode: 0644]
ghc-tarballs/mingw/w32api-3.15-1-mingw32-dev.tar.lzma [new file with mode: 0644]
ghc-tarballs/perl/README [new file with mode: 0644]
ghc-tarballs/perl/ghc-perl-1.tar.gz [new file with mode: 0644]
ghc.mk [new file with mode: 0644]
ghc.spec [new file with mode: 0644]
ghc.spec.in [new file with mode: 0644]
ghc/GhciMonad.hs [new file with mode: 0644]
ghc/GhciTags.hs [new file with mode: 0644]
ghc/InteractiveUI.hs [new file with mode: 0644]
ghc/Main.hs [new file with mode: 0644]
ghc/Makefile [new file with mode: 0644]
ghc/ghc-bin.cabal.in [new file with mode: 0644]
ghc/ghc.mk [new file with mode: 0644]
ghc/ghc.wrapper [new file with mode: 0644]
ghc/hschooks.c [new file with mode: 0644]
includes/Cmm.h [new file with mode: 0644]
includes/HaskellConstants.hs [new file with mode: 0644]
includes/HsFFI.h [new file with mode: 0644]
includes/MachDeps.h [new file with mode: 0644]
includes/Makefile [new file with mode: 0644]
includes/Rts.h [new file with mode: 0644]
includes/RtsAPI.h [new file with mode: 0644]
includes/Stg.h [new file with mode: 0644]
includes/ghc.mk [new file with mode: 0644]
includes/ghcconfig.h [new file with mode: 0644]
includes/mkDerivedConstants.c [new file with mode: 0644]
includes/rts/Adjustor.h [new file with mode: 0644]
includes/rts/BlockSignals.h [new file with mode: 0644]
includes/rts/Bytecodes.h [new file with mode: 0644]
includes/rts/Config.h [new file with mode: 0644]
includes/rts/Constants.h [new file with mode: 0644]
includes/rts/EventLogFormat.h [new file with mode: 0644]
includes/rts/FileLock.h [new file with mode: 0644]
includes/rts/Flags.h [new file with mode: 0644]
includes/rts/Globals.h [new file with mode: 0644]
includes/rts/Hooks.h [new file with mode: 0644]
includes/rts/Hpc.h [new file with mode: 0644]
includes/rts/IOManager.h [new file with mode: 0644]
includes/rts/Linker.h [new file with mode: 0644]
includes/rts/Main.h [new file with mode: 0644]
includes/rts/Messages.h [new file with mode: 0644]
includes/rts/OSThreads.h [new file with mode: 0644]
includes/rts/Parallel.h [new file with mode: 0644]
includes/rts/PrimFloat.h [new file with mode: 0644]
includes/rts/Signals.h [new file with mode: 0644]
includes/rts/SpinLock.h [new file with mode: 0644]
includes/rts/Stable.h [new file with mode: 0644]
includes/rts/TTY.h [new file with mode: 0644]
includes/rts/Threads.h [new file with mode: 0644]
includes/rts/Ticky.h [new file with mode: 0644]
includes/rts/Timer.h [new file with mode: 0644]
includes/rts/Types.h [new file with mode: 0644]
includes/rts/Utils.h [new file with mode: 0644]
includes/rts/prof/CCS.h [new file with mode: 0644]
includes/rts/prof/LDV.h [new file with mode: 0644]
includes/rts/storage/Block.h [new file with mode: 0644]
includes/rts/storage/ClosureMacros.h [new file with mode: 0644]
includes/rts/storage/ClosureTypes.h [new file with mode: 0644]
includes/rts/storage/Closures.h [new file with mode: 0644]
includes/rts/storage/FunTypes.h [new file with mode: 0644]
includes/rts/storage/GC.h [new file with mode: 0644]
includes/rts/storage/InfoTables.h [new file with mode: 0644]
includes/rts/storage/Liveness.h [new file with mode: 0644]
includes/rts/storage/MBlock.h [new file with mode: 0644]
includes/rts/storage/SMPClosureOps.h [new file with mode: 0644]
includes/rts/storage/TSO.h [new file with mode: 0644]
includes/shell-tools.c [new file with mode: 0644]
includes/stg/DLL.h [new file with mode: 0644]
includes/stg/MachRegs.h [new file with mode: 0644]
includes/stg/MiscClosures.h [new file with mode: 0644]
includes/stg/Regs.h [new file with mode: 0644]
includes/stg/SMP.h [new file with mode: 0644]
includes/stg/TailCalls.h [new file with mode: 0644]
includes/stg/Ticky.h [new file with mode: 0644]
includes/stg/Types.h [new file with mode: 0644]
install-sh [new file with mode: 0755]
libffi/Makefile [new file with mode: 0644]
libffi/ghc.mk [new file with mode: 0644]
libffi/ln [new file with mode: 0755]
libraries/Cabal/.darcs-boring [new file with mode: 0644]
libraries/Cabal/Cabal/Cabal.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/DefaultSetup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/CopyFile.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Exception.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/ReadP.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/TempFile.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compiler.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/GetOpt.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/InstalledPackageInfo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/License.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Make.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/ModuleName.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Package.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/PackageDescription.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/PackageDescription/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/PackageDescription/Parse.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/PackageDescription/PrettyPrint.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/ParseUtils.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/ReadE.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Bench.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Build.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Build/Macros.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Build/PathsModule.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/BuildPaths.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Command.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Configure.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/GHC.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/GHC/IPI641.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/GHC/IPI642.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Hpc.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Hugs.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Install.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/JHC.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/LHC.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/LocalBuildInfo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/NHC.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/PackageIndex.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/PreProcess.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/PreProcess/Unlit.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program/Ar.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program/Builtin.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program/Db.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program/HcPkg.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program/Hpc.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program/Ld.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program/Run.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program/Script.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program/Types.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Register.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/SrcDist.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Test.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/UHC.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/UserHooks.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/System.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/TestSuite.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Text.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Verbosity.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Version.hs [new file with mode: 0644]
libraries/Cabal/Cabal/GNUmakefile [new file with mode: 0644]
libraries/Cabal/Cabal/LICENSE [new file with mode: 0644]
libraries/Cabal/Cabal/Language/Haskell/Extension.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/README [new file with mode: 0644]
libraries/Cabal/Cabal/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/changelog [new file with mode: 0644]
libraries/Cabal/Cabal/doc/Cabal.css [new file with mode: 0644]
libraries/Cabal/Cabal/doc/developing-packages.markdown [new file with mode: 0644]
libraries/Cabal/Cabal/doc/index.markdown [new file with mode: 0644]
libraries/Cabal/Cabal/doc/installing-packages.markdown [new file with mode: 0644]
libraries/Cabal/Cabal/doc/misc.markdown [new file with mode: 0644]
libraries/Cabal/Cabal/ghc.mk [new file with mode: 0644]
libraries/Cabal/Cabal/prologue.txt [new file with mode: 0644]
libraries/Cabal/Cabal/runTests.sh [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkExeV10/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkExeV10/Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkExeV10/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkExeV10/benchmarks/bench-Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkExeV10/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkOptions/BenchmarkOptions.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkOptions/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkOptions/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkOptions/test-BenchmarkOptions.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkStanza/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkStanza/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BenchmarkStanza/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive1/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive1/GlobalBuildDepsNotAdditive1.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive1/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive1/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive2/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive2/GlobalBuildDepsNotAdditive2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive2/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive2/lemon.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary0/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary0/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary0/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary0/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary0/programs/lemon.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary1/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary1/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary1/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary1/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary1/programs/lemon.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary2/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary2/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary2/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary2/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary2/programs/lemon.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary2/to-install/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary2/to-install/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary2/to-install/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary3/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary3/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary3/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary3/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary3/programs/lemon.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary3/to-install/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary3/to-install/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary3/to-install/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary4/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary4/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary4/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary4/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary4/programs/lemon.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary4/to-install/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary4/to-install/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/InternalLibrary4/to-install/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/SameDepsAllRound/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/SameDepsAllRound/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/SameDepsAllRound/SameDepsAllRound.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/SameDepsAllRound/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/SameDepsAllRound/lemon.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/SameDepsAllRound/pineapple.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps1/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps1/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps1/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps1/lemon.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps1/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps2/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps2/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps2/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps2/lemon.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps2/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps3/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps3/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps3/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps3/lemon.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildDeps/TargetSpecificDeps3/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PackageTester.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestOptions/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestOptions/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestOptions/TestOptions.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestOptions/test-TestOptions.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestStanza/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestStanza/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestStanza/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteExeV10/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteExeV10/Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteExeV10/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteExeV10/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteExeV10/tests/test-Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/README [new file with mode: 0644]
libraries/Cabal/Cabal/tests/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/Test/Distribution/Version.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/Test/Laws.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/Test/QuickCheck/Utils.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTest.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTest/Distribution/PackageDescription.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTest/Distribution/PackageDescription/Configuration.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTest/Distribution/ParseUtils.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTest/Distribution/Simple/PreProcess/UnlitTest.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTest/Distribution/Version.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/hackage/check.sh [new file with mode: 0644]
libraries/Cabal/Cabal/tests/hackage/download.sh [new file with mode: 0644]
libraries/Cabal/Cabal/tests/hackage/unpack.sh [new file with mode: 0644]
libraries/Cabal/Cabal/tests/misc/ghc-supported-languages.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/suite.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/suite.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/A/A.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/A/A.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/A/B/A.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/A/B/MainB.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/A/MainA.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/A/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/A/Setup.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/A/c_src/hello.c [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/A/hello.c [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/buildInfo/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/buildInfo/Setup.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/buildInfo/buildinfo2.buildinfo [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/buildInfo/buildinfo2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/buildInfo/src/exe1.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/buildInfo/src/exe2.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/dataDir/Exe.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/dataDir/data-file [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/dataDir/dataDir.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/depOnLib/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/depOnLib/Setup.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/depOnLib/libs/A.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/depOnLib/mains/Main.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/depOnLib/test.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/exeWithC/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/exeWithC/Setup.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/exeWithC/a.c [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/exeWithC/test.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/exeWithC/tt.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/ffi-bin/Main.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/ffi-bin/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/ffi-bin/Setup.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/ffi-bin/main.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/ffi-package/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/ffi-package/Setup.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/ffi-package/TestFFIExe.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/ffi-package/src/TestFFI.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/ffi-package/testffi.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/preprocess/preprocess.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/preprocess/src/C2HsExample.chs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/preprocess/src/HappyExample.y [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/recursive/A.hi-boot [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/recursive/A.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/recursive/A.hs-boot [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/recursive/B.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/recursive/C.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/recursive/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/recursive/Setup.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/recursive/recursive.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/sdist/Exe1.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/sdist/Exe2.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/sdist/sdist.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/twoMains/MainA.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/twoMains/MainB.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/twoMains/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/twoMains/Setup.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/twoMains/test.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/CHANGES [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/LICENSE [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/Setup.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/hs/WASHClean.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/hs/WASHData.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/hs/WASHExpression.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/hs/WASHFlags.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/hs/WASHGenerator.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/hs/WASHMain.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/hs/WASHOut.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/hs/WASHParser.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/hs/WASHUtil.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/test/Counter.wash [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/test/ManuelsTable.wash [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/test/Tutorial.wash [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/wash2hs/wash2hs.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/withHooks/C.testSuffix [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/withHooks/D.gc [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/withHooks/Main.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/withHooks/Makefile [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/withHooks/Setup.buildinfo.in [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/withHooks/Setup.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/withHooks/WithHooks.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/systemTests/withHooks/withHooks.cabal [new file with mode: 0644]
libraries/Cabal/HACKING [new file with mode: 0644]
libraries/Cabal/LICENSE [new file with mode: 0644]
libraries/Cabal/README [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/BuildReports/Anonymous.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/BuildReports/Storage.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/BuildReports/Types.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/BuildReports/Upload.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Check.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Config.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Configure.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Assignment.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Builder.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Configured.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/ConfiguredConversion.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Dependency.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Explore.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Flag.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Index.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/IndexConversion.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Log.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Message.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/PSQ.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Package.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Preference.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Solver.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Tree.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Validate.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Version.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/TopDown.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/TopDown/Constraints.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/TopDown/Types.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Types.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Fetch.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/FetchUtils.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/GZipUtils.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Haddock.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/HttpUtils.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/IndexUtils.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Init.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Init/Heuristics.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Init/Licenses.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Init/Types.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Install.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/InstallPlan.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/InstallSymlink.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/List.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/PackageIndex.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/PackageUtils.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/SetupWrapper.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/SrcDist.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Tar.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Targets.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Types.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Unpack.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Update.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Upload.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Utils.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Win32SelfUpgrade.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/World.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Compat/Exception.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Compat/FilePerms.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-install/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/README [new file with mode: 0644]
libraries/Cabal/cabal-install/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/bash-completion/cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/bootstrap.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/cabal-install.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/changelog [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/test-cabal-install [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/test-cabal-install-user [new file with mode: 0644]
libraries/Cabal/ghc-packages [new file with mode: 0644]
libraries/Makefile [new file with mode: 0644]
libraries/Win32/.gitignore [new file with mode: 0644]
libraries/Win32/.hgignore [new file with mode: 0644]
libraries/Win32/GNUmakefile [new file with mode: 0644]
libraries/Win32/Graphics/Win32.hs [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Control.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Dialogue.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI.hs [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/Bitmap.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/Brush.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/Clip.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/Font.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/Graphics2D.hs [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/HDC.hs [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/Palette.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/Path.hs [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/Pen.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/Region.hs [new file with mode: 0644]
libraries/Win32/Graphics/Win32/GDI/Types.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Icon.hs [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Key.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Menu.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Message.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Misc.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Resource.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Window.hsc [new file with mode: 0644]
libraries/Win32/LICENSE [new file with mode: 0644]
libraries/Win32/Setup.hs [new file with mode: 0644]
libraries/Win32/System/Win32.hs [new file with mode: 0644]
libraries/Win32/System/Win32/Console.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/DLL.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/DebugApi.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/File.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/FileMapping.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Info.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Mem.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/NLS.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Process.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Registry.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Security.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Shell.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/SimpleMAPI.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Time.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Types.hs [new file with mode: 0644]
libraries/Win32/Win32.cabal [new file with mode: 0644]
libraries/Win32/cbits/HsGDI.c [new file with mode: 0644]
libraries/Win32/cbits/HsWin32.c [new file with mode: 0644]
libraries/Win32/cbits/WndProc.c [new file with mode: 0644]
libraries/Win32/cbits/diatemp.c [new file with mode: 0644]
libraries/Win32/cbits/dumpBMP.c [new file with mode: 0644]
libraries/Win32/cbits/ellipse.c [new file with mode: 0644]
libraries/Win32/cbits/errors.c [new file with mode: 0644]
libraries/Win32/doc/HSWin32.xml [new file with mode: 0644]
libraries/Win32/doc/Makefile [new file with mode: 0644]
libraries/Win32/examples/Makefile [new file with mode: 0644]
libraries/Win32/examples/hello.lhs [new file with mode: 0644]
libraries/Win32/ghc.mk [new file with mode: 0644]
libraries/Win32/include/HsGDI.h [new file with mode: 0644]
libraries/Win32/include/HsWin32.h [new file with mode: 0644]
libraries/Win32/include/Win32Aux.h [new file with mode: 0644]
libraries/Win32/include/WndProc.h [new file with mode: 0644]
libraries/Win32/include/diatemp.h [new file with mode: 0644]
libraries/Win32/include/dumpBMP.h [new file with mode: 0644]
libraries/Win32/include/ellipse.h [new file with mode: 0644]
libraries/Win32/include/errors.h [new file with mode: 0644]
libraries/Win32/include/gettime.h [new file with mode: 0644]
libraries/Win32/include/win32debug.h [new file with mode: 0644]
libraries/Win32/prologue.txt [new file with mode: 0644]
libraries/Win32/tests/Makefile [new file with mode: 0644]
libraries/Win32/tests/all.T [new file with mode: 0644]
libraries/Win32/tests/registry001.hs [new file with mode: 0644]
libraries/Win32/tests/registry001.stdout [new file with mode: 0644]
libraries/array/.gitignore [new file with mode: 0644]
libraries/array/Data/Array.hs [new file with mode: 0644]
libraries/array/Data/Array/Base.hs [new file with mode: 0644]
libraries/array/Data/Array/IArray.hs [new file with mode: 0644]
libraries/array/Data/Array/IO.hs [new file with mode: 0644]
libraries/array/Data/Array/IO/Internals.hs [new file with mode: 0644]
libraries/array/Data/Array/IO/Safe.hs [new file with mode: 0644]
libraries/array/Data/Array/MArray.hs [new file with mode: 0644]
libraries/array/Data/Array/MArray/Safe.hs [new file with mode: 0644]
libraries/array/Data/Array/ST.hs [new file with mode: 0644]
libraries/array/Data/Array/ST/Safe.hs [new file with mode: 0644]
libraries/array/Data/Array/Storable.hs [new file with mode: 0644]
libraries/array/Data/Array/Storable/Internals.hs [new file with mode: 0644]
libraries/array/Data/Array/Storable/Safe.hs [new file with mode: 0644]
libraries/array/Data/Array/Unboxed.hs [new file with mode: 0644]
libraries/array/Data/Array/Unsafe.hs [new file with mode: 0644]
libraries/array/GNUmakefile [new file with mode: 0644]
libraries/array/LICENSE [new file with mode: 0644]
libraries/array/Setup.hs [new file with mode: 0644]
libraries/array/array.cabal [new file with mode: 0644]
libraries/array/ghc.mk [new file with mode: 0644]
libraries/array/include/Typeable.h [new file with mode: 0644]
libraries/array/prologue.txt [new file with mode: 0644]
libraries/array/tests/Makefile [new file with mode: 0644]
libraries/array/tests/T2120.hs [new file with mode: 0644]
libraries/array/tests/T2120.stdout [new file with mode: 0644]
libraries/array/tests/all.T [new file with mode: 0644]
libraries/array/tests/largeArray.hs [new file with mode: 0644]
libraries/array/tests/largeArray.stdout [new file with mode: 0644]
libraries/base/.authorspellings [new file with mode: 0644]
libraries/base/.gitignore [new file with mode: 0644]
libraries/base/Control/Applicative.hs [new file with mode: 0644]
libraries/base/Control/Arrow.hs [new file with mode: 0644]
libraries/base/Control/Category.hs [new file with mode: 0644]
libraries/base/Control/Concurrent.hs [new file with mode: 0644]
libraries/base/Control/Concurrent/Chan.hs [new file with mode: 0644]
libraries/base/Control/Concurrent/MVar.hs [new file with mode: 0644]
libraries/base/Control/Concurrent/QSem.hs [new file with mode: 0644]
libraries/base/Control/Concurrent/QSemN.hs [new file with mode: 0644]
libraries/base/Control/Concurrent/SampleVar.hs [new file with mode: 0644]
libraries/base/Control/Exception.hs [new file with mode: 0644]
libraries/base/Control/Exception/Base.hs [new file with mode: 0644]
libraries/base/Control/Monad.hs [new file with mode: 0644]
libraries/base/Control/Monad/Fix.hs [new file with mode: 0644]
libraries/base/Control/Monad/Instances.hs [new file with mode: 0644]
libraries/base/Control/Monad/ST.hs [new file with mode: 0644]
libraries/base/Control/Monad/ST/Imp.hs [new file with mode: 0644]
libraries/base/Control/Monad/ST/Lazy.hs [new file with mode: 0644]
libraries/base/Control/Monad/ST/Lazy/Imp.hs [new file with mode: 0644]
libraries/base/Control/Monad/ST/Lazy/Safe.hs [new file with mode: 0644]
libraries/base/Control/Monad/ST/Lazy/Unsafe.hs [new file with mode: 0644]
libraries/base/Control/Monad/ST/Safe.hs [new file with mode: 0644]
libraries/base/Control/Monad/ST/Strict.hs [new file with mode: 0644]
libraries/base/Control/Monad/ST/Unsafe.hs [new file with mode: 0644]
libraries/base/Control/Monad/Zip.hs [new file with mode: 0644]
libraries/base/Control/OldException.hs [new file with mode: 0644]
libraries/base/Data/Bits.hs [new file with mode: 0644]
libraries/base/Data/Bool.hs [new file with mode: 0644]
libraries/base/Data/Char.hs [new file with mode: 0644]
libraries/base/Data/Complex.hs [new file with mode: 0644]
libraries/base/Data/Data.hs [new file with mode: 0644]
libraries/base/Data/Dynamic.hs [new file with mode: 0644]
libraries/base/Data/Either.hs [new file with mode: 0644]
libraries/base/Data/Eq.hs [new file with mode: 0644]
libraries/base/Data/Fixed.hs [new file with mode: 0644]
libraries/base/Data/Foldable.hs [new file with mode: 0644]
libraries/base/Data/Function.hs [new file with mode: 0644]
libraries/base/Data/Functor.hs [new file with mode: 0644]
libraries/base/Data/HashTable.hs [new file with mode: 0644]
libraries/base/Data/IORef.hs [new file with mode: 0644]
libraries/base/Data/Int.hs [new file with mode: 0644]
libraries/base/Data/Ix.hs [new file with mode: 0644]
libraries/base/Data/List.hs [new file with mode: 0644]
libraries/base/Data/Maybe.hs [new file with mode: 0644]
libraries/base/Data/Monoid.hs [new file with mode: 0644]
libraries/base/Data/Ord.hs [new file with mode: 0644]
libraries/base/Data/Ratio.hs [new file with mode: 0644]
libraries/base/Data/STRef.hs [new file with mode: 0644]
libraries/base/Data/STRef/Lazy.hs [new file with mode: 0644]
libraries/base/Data/STRef/Strict.hs [new file with mode: 0644]
libraries/base/Data/String.hs [new file with mode: 0644]
libraries/base/Data/Traversable.hs [new file with mode: 0644]
libraries/base/Data/Tuple.hs [new file with mode: 0644]
libraries/base/Data/Typeable.hs [new file with mode: 0644]
libraries/base/Data/Typeable.hs-boot [new file with mode: 0644]
libraries/base/Data/Typeable/Internal.hs [new file with mode: 0644]
libraries/base/Data/Typeable/Internal.hs-boot [new file with mode: 0644]
libraries/base/Data/Unique.hs [new file with mode: 0644]
libraries/base/Data/Version.hs [new file with mode: 0644]
libraries/base/Data/Word.hs [new file with mode: 0644]
libraries/base/Debug/Trace.hs [new file with mode: 0644]
libraries/base/Foreign.hs [new file with mode: 0644]
libraries/base/Foreign/C.hs [new file with mode: 0644]
libraries/base/Foreign/C/Error.hs [new file with mode: 0644]
libraries/base/Foreign/C/String.hs [new file with mode: 0644]
libraries/base/Foreign/C/Types.hs [new file with mode: 0644]
libraries/base/Foreign/Concurrent.hs [new file with mode: 0644]
libraries/base/Foreign/ForeignPtr.hs [new file with mode: 0644]
libraries/base/Foreign/ForeignPtr/Imp.hs [new file with mode: 0644]
libraries/base/Foreign/ForeignPtr/Safe.hs [new file with mode: 0644]
libraries/base/Foreign/ForeignPtr/Unsafe.hs [new file with mode: 0644]
libraries/base/Foreign/Marshal.hs [new file with mode: 0644]
libraries/base/Foreign/Marshal/Alloc.hs [new file with mode: 0644]
libraries/base/Foreign/Marshal/Array.hs [new file with mode: 0644]
libraries/base/Foreign/Marshal/Error.hs [new file with mode: 0644]
libraries/base/Foreign/Marshal/Pool.hs [new file with mode: 0644]
libraries/base/Foreign/Marshal/Safe.hs [new file with mode: 0644]
libraries/base/Foreign/Marshal/Unsafe.hs [new file with mode: 0644]
libraries/base/Foreign/Marshal/Utils.hs [new file with mode: 0644]
libraries/base/Foreign/Ptr.hs [new file with mode: 0644]
libraries/base/Foreign/Safe.hs [new file with mode: 0644]
libraries/base/Foreign/StablePtr.hs [new file with mode: 0644]
libraries/base/Foreign/Storable.hs [new file with mode: 0644]
libraries/base/GHC/Arr.lhs [new file with mode: 0644]
libraries/base/GHC/Base.lhs [new file with mode: 0644]
libraries/base/GHC/Conc.lhs [new file with mode: 0644]
libraries/base/GHC/Conc/IO.hs [new file with mode: 0644]
libraries/base/GHC/Conc/Signal.hs [new file with mode: 0644]
libraries/base/GHC/Conc/Sync.lhs [new file with mode: 0644]
libraries/base/GHC/Conc/Windows.hs [new file with mode: 0644]
libraries/base/GHC/ConsoleHandler.hs [new file with mode: 0644]
libraries/base/GHC/Constants.hs [new file with mode: 0644]
libraries/base/GHC/Desugar.hs [new file with mode: 0644]
libraries/base/GHC/Enum.lhs [new file with mode: 0644]
libraries/base/GHC/Environment.hs [new file with mode: 0644]
libraries/base/GHC/Err.lhs [new file with mode: 0644]
libraries/base/GHC/Err.lhs-boot [new file with mode: 0644]
libraries/base/GHC/Event.hs [new file with mode: 0644]
libraries/base/GHC/Event/Array.hs [new file with mode: 0644]
libraries/base/GHC/Event/Clock.hsc [new file with mode: 0644]
libraries/base/GHC/Event/Control.hs [new file with mode: 0644]
libraries/base/GHC/Event/EPoll.hsc [new file with mode: 0644]
libraries/base/GHC/Event/IntMap.hs [new file with mode: 0644]
libraries/base/GHC/Event/Internal.hs [new file with mode: 0644]
libraries/base/GHC/Event/KQueue.hsc [new file with mode: 0644]
libraries/base/GHC/Event/Manager.hs [new file with mode: 0644]
libraries/base/GHC/Event/PSQ.hs [new file with mode: 0644]
libraries/base/GHC/Event/Poll.hsc [new file with mode: 0644]
libraries/base/GHC/Event/Thread.hs [new file with mode: 0644]
libraries/base/GHC/Event/Unique.hs [new file with mode: 0644]
libraries/base/GHC/Exception.lhs [new file with mode: 0644]
libraries/base/GHC/Exts.hs [new file with mode: 0755]
libraries/base/GHC/Fingerprint.hs [new file with mode: 0644]
libraries/base/GHC/Fingerprint.hs-boot [new file with mode: 0644]
libraries/base/GHC/Fingerprint/Type.hs [new file with mode: 0644]
libraries/base/GHC/Float.lhs [new file with mode: 0644]
libraries/base/GHC/Float/ConversionUtils.hs [new file with mode: 0644]
libraries/base/GHC/Float/RealFracMethods.hs [new file with mode: 0644]
libraries/base/GHC/Foreign.hs [new file with mode: 0644]
libraries/base/GHC/ForeignPtr.hs [new file with mode: 0644]
libraries/base/GHC/Handle.hs [new file with mode: 0644]
libraries/base/GHC/IO.hs [new file with mode: 0644]
libraries/base/GHC/IO.hs-boot [new file with mode: 0644]
libraries/base/GHC/IO/Buffer.hs [new file with mode: 0644]
libraries/base/GHC/IO/BufferedIO.hs [new file with mode: 0644]
libraries/base/GHC/IO/Device.hs [new file with mode: 0644]
libraries/base/GHC/IO/Encoding.hs [new file with mode: 0644]
libraries/base/GHC/IO/Encoding.hs-boot [new file with mode: 0644]
libraries/base/GHC/IO/Encoding/CodePage.hs [new file with mode: 0644]
libraries/base/GHC/IO/Encoding/CodePage/Table.hs [new file with mode: 0644]
libraries/base/GHC/IO/Encoding/Failure.hs [new file with mode: 0644]
libraries/base/GHC/IO/Encoding/Iconv.hs [new file with mode: 0644]
libraries/base/GHC/IO/Encoding/Latin1.hs [new file with mode: 0644]
libraries/base/GHC/IO/Encoding/Types.hs [new file with mode: 0644]
libraries/base/GHC/IO/Encoding/UTF16.hs [new file with mode: 0644]
libraries/base/GHC/IO/Encoding/UTF32.hs [new file with mode: 0644]
libraries/base/GHC/IO/Encoding/UTF8.hs [new file with mode: 0644]
libraries/base/GHC/IO/Exception.hs [new file with mode: 0644]
libraries/base/GHC/IO/Exception.hs-boot [new file with mode: 0644]
libraries/base/GHC/IO/FD.hs [new file with mode: 0644]
libraries/base/GHC/IO/Handle.hs [new file with mode: 0644]
libraries/base/GHC/IO/Handle.hs-boot [new file with mode: 0644]
libraries/base/GHC/IO/Handle/FD.hs [new file with mode: 0644]
libraries/base/GHC/IO/Handle/FD.hs-boot [new file with mode: 0644]
libraries/base/GHC/IO/Handle/Internals.hs [new file with mode: 0644]
libraries/base/GHC/IO/Handle/Text.hs [new file with mode: 0644]
libraries/base/GHC/IO/Handle/Types.hs [new file with mode: 0644]
libraries/base/GHC/IO/IOMode.hs [new file with mode: 0644]
libraries/base/GHC/IOArray.hs [new file with mode: 0644]
libraries/base/GHC/IOBase.hs [new file with mode: 0644]
libraries/base/GHC/IORef.hs [new file with mode: 0644]
libraries/base/GHC/Int.hs [new file with mode: 0644]
libraries/base/GHC/List.lhs [new file with mode: 0644]
libraries/base/GHC/MVar.hs [new file with mode: 0644]
libraries/base/GHC/Num.lhs [new file with mode: 0644]
libraries/base/GHC/PArr.hs [new file with mode: 0644]
libraries/base/GHC/Pack.lhs [new file with mode: 0644]
libraries/base/GHC/Ptr.lhs [new file with mode: 0644]
libraries/base/GHC/Read.lhs [new file with mode: 0644]
libraries/base/GHC/Real.lhs [new file with mode: 0644]
libraries/base/GHC/ST.lhs [new file with mode: 0644]
libraries/base/GHC/STRef.lhs [new file with mode: 0644]
libraries/base/GHC/Show.lhs [new file with mode: 0644]
libraries/base/GHC/Show.lhs-boot [new file with mode: 0644]
libraries/base/GHC/Stable.lhs [new file with mode: 0644]
libraries/base/GHC/Stack.hsc [new file with mode: 0644]
libraries/base/GHC/Stats.hsc [new file with mode: 0644]
libraries/base/GHC/Storable.lhs [new file with mode: 0644]
libraries/base/GHC/TopHandler.lhs [new file with mode: 0644]
libraries/base/GHC/Unicode.hs [new file with mode: 0644]
libraries/base/GHC/Unicode.hs-boot [new file with mode: 0644]
libraries/base/GHC/Weak.lhs [new file with mode: 0644]
libraries/base/GHC/Windows.hs [new file with mode: 0644]
libraries/base/GHC/Word.hs [new file with mode: 0644]
libraries/base/GNUmakefile [new file with mode: 0644]
libraries/base/LICENSE [new file with mode: 0644]
libraries/base/Makefile.nhc98 [new file with mode: 0644]
libraries/base/NHC/Makefile [new file with mode: 0644]
libraries/base/NHC/PosixTypes.hsc [new file with mode: 0644]
libraries/base/NHC/SizedTypes.hs [new file with mode: 0644]
libraries/base/Numeric.hs [new file with mode: 0644]
libraries/base/Prelude.hs [new file with mode: 0644]
libraries/base/Setup.hs [new file with mode: 0644]
libraries/base/System/CPUTime.hsc [new file with mode: 0644]
libraries/base/System/Console/GetOpt.hs [new file with mode: 0644]
libraries/base/System/Environment.hs [new file with mode: 0644]
libraries/base/System/Exit.hs [new file with mode: 0644]
libraries/base/System/IO.hs [new file with mode: 0644]
libraries/base/System/IO/Error.hs [new file with mode: 0644]
libraries/base/System/IO/Unsafe.hs [new file with mode: 0644]
libraries/base/System/Info.hs [new file with mode: 0644]
libraries/base/System/Mem.hs [new file with mode: 0644]
libraries/base/System/Mem/StableName.hs [new file with mode: 0644]
libraries/base/System/Mem/Weak.hs [new file with mode: 0644]
libraries/base/System/Posix/Internals.hs [new file with mode: 0644]
libraries/base/System/Posix/Internals.hs-boot [new file with mode: 0644]
libraries/base/System/Posix/Types.hs [new file with mode: 0644]
libraries/base/System/Timeout.hs [new file with mode: 0644]
libraries/base/Text/ParserCombinators/ReadP.hs [new file with mode: 0644]
libraries/base/Text/ParserCombinators/ReadPrec.hs [new file with mode: 0644]
libraries/base/Text/Printf.hs [new file with mode: 0644]
libraries/base/Text/Read.hs [new file with mode: 0644]
libraries/base/Text/Read/Lex.hs [new file with mode: 0644]
libraries/base/Text/Show.hs [new file with mode: 0644]
libraries/base/Text/Show/Functions.hs [new file with mode: 0644]
libraries/base/Unsafe/Coerce.hs [new file with mode: 0644]
libraries/base/aclocal.m4 [new file with mode: 0644]
libraries/base/base.buildinfo [new file with mode: 0644]
libraries/base/base.buildinfo.in [new file with mode: 0644]
libraries/base/base.cabal [new file with mode: 0644]
libraries/base/cbits/PrelIOUtils.c [new file with mode: 0644]
libraries/base/cbits/README.Unicode [new file with mode: 0644]
libraries/base/cbits/WCsubst.c [new file with mode: 0644]
libraries/base/cbits/Win32Utils.c [new file with mode: 0644]
libraries/base/cbits/consUtils.c [new file with mode: 0644]
libraries/base/cbits/iconv.c [new file with mode: 0644]
libraries/base/cbits/inputReady.c [new file with mode: 0644]
libraries/base/cbits/md5.c [new file with mode: 0644]
libraries/base/cbits/primFloat.c [new file with mode: 0644]
libraries/base/cbits/selectUtils.c [new file with mode: 0644]
libraries/base/cbits/ubconfc [new file with mode: 0644]
libraries/base/codepages/MakeTable.hs [new file with mode: 0644]
libraries/base/codepages/Makefile [new file with mode: 0644]
libraries/base/config.guess [new file with mode: 0644]
libraries/base/config.sub [new file with mode: 0644]
libraries/base/configure [new file with mode: 0755]
libraries/base/configure.ac [new file with mode: 0644]
libraries/base/ghc.mk [new file with mode: 0644]
libraries/base/include/CTypes.h [new file with mode: 0644]
libraries/base/include/EventConfig.h [new file with mode: 0644]
libraries/base/include/EventConfig.h.in [new file with mode: 0644]
libraries/base/include/HsBase.h [new file with mode: 0644]
libraries/base/include/HsBaseConfig.h.in [new file with mode: 0644]
libraries/base/include/HsEvent.h [new file with mode: 0644]
libraries/base/include/Nhc98BaseConfig.h [new file with mode: 0644]
libraries/base/include/Typeable.h [new file with mode: 0644]
libraries/base/include/WCsubst.h [new file with mode: 0644]
libraries/base/include/consUtils.h [new file with mode: 0644]
libraries/base/include/ieee-flpt.h [new file with mode: 0644]
libraries/base/include/md5.h [new file with mode: 0644]
libraries/base/install-sh [new file with mode: 0644]
libraries/base/prologue.txt [new file with mode: 0644]
libraries/base/tests/CPUTime001.hs [new file with mode: 0644]
libraries/base/tests/CPUTime001.stdout [new file with mode: 0644]
libraries/base/tests/Makefile [new file with mode: 0644]
libraries/base/tests/Numeric/Makefile [new file with mode: 0644]
libraries/base/tests/Numeric/all.T [new file with mode: 0644]
libraries/base/tests/Numeric/num001.hs [new file with mode: 0644]
libraries/base/tests/Numeric/num001.stdout [new file with mode: 0644]
libraries/base/tests/Numeric/num002.hs [new file with mode: 0644]
libraries/base/tests/Numeric/num002.stdout [new file with mode: 0644]
libraries/base/tests/Numeric/num002.stdout-alpha-dec-osf3 [new file with mode: 0644]
libraries/base/tests/Numeric/num002.stdout-mips-sgi-irix [new file with mode: 0644]
libraries/base/tests/Numeric/num002.stdout-ws-64 [new file with mode: 0644]
libraries/base/tests/Numeric/num002.stdout-x86_64-unknown-openbsd [new file with mode: 0644]
libraries/base/tests/Numeric/num003.hs [new file with mode: 0644]
libraries/base/tests/Numeric/num003.stdout [new file with mode: 0644]
libraries/base/tests/Numeric/num003.stdout-alpha-dec-osf3 [new file with mode: 0644]
libraries/base/tests/Numeric/num003.stdout-mips-sgi-irix [new file with mode: 0644]
libraries/base/tests/Numeric/num003.stdout-ws-64 [new file with mode: 0644]
libraries/base/tests/Numeric/num003.stdout-x86_64-unknown-openbsd [new file with mode: 0644]
libraries/base/tests/Numeric/num004.hs [new file with mode: 0644]
libraries/base/tests/Numeric/num004.stdout [new file with mode: 0644]
libraries/base/tests/Numeric/num004.stdout-alpha-dec-osf3 [new file with mode: 0644]
libraries/base/tests/Numeric/num004.stdout-mips-sgi-irix [new file with mode: 0644]
libraries/base/tests/Numeric/num004.stdout-ws-64 [new file with mode: 0644]
libraries/base/tests/Numeric/num004.stdout-x86_64-unknown-openbsd [new file with mode: 0644]
libraries/base/tests/Numeric/num005.hs [new file with mode: 0644]
libraries/base/tests/Numeric/num005.stdout [new file with mode: 0644]
libraries/base/tests/Numeric/num005.stdout-alpha-dec-osf3 [new file with mode: 0644]
libraries/base/tests/Numeric/num005.stdout-mips-sgi-irix [new file with mode: 0644]
libraries/base/tests/Numeric/num005.stdout-ws-64 [new file with mode: 0644]
libraries/base/tests/Numeric/num005.stdout-x86_64-unknown-openbsd [new file with mode: 0644]
libraries/base/tests/Numeric/num006.hs [new file with mode: 0644]
libraries/base/tests/Numeric/num006.stdout [new file with mode: 0644]
libraries/base/tests/Numeric/num007.hs [new file with mode: 0644]
libraries/base/tests/Numeric/num007.stdout [new file with mode: 0644]
libraries/base/tests/Numeric/num008.hs [new file with mode: 0644]
libraries/base/tests/Numeric/num008.stdout [new file with mode: 0644]
libraries/base/tests/Numeric/num009.hs [new file with mode: 0644]
libraries/base/tests/Numeric/num009.stdout [new file with mode: 0644]
libraries/base/tests/Numeric/num009.stdout-i386-unknown-mingw32 [new file with mode: 0644]
libraries/base/tests/Numeric/num010.hs [new file with mode: 0644]
libraries/base/tests/Numeric/num010.stdout [new file with mode: 0644]
libraries/base/tests/System/Makefile [new file with mode: 0644]
libraries/base/tests/System/all.T [new file with mode: 0644]
libraries/base/tests/System/exitWith001.hs [new file with mode: 0644]
libraries/base/tests/System/exitWith001.stdout [new file with mode: 0644]
libraries/base/tests/System/getArgs001.hs [new file with mode: 0644]
libraries/base/tests/System/getArgs001.stdout [new file with mode: 0644]
libraries/base/tests/System/getEnv001.hs [new file with mode: 0644]
libraries/base/tests/System/getEnv001.stdout [new file with mode: 0644]
libraries/base/tests/System/system001.hs [new file with mode: 0644]
libraries/base/tests/System/system001.stdout [new file with mode: 0644]
libraries/base/tests/all.T [new file with mode: 0644]
libraries/base/tests/assert.hs [new file with mode: 0644]
libraries/base/tests/assert.stderr [new file with mode: 0644]
libraries/base/tests/data-fixed-show-read.hs [new file with mode: 0644]
libraries/base/tests/data-fixed-show-read.stdout [new file with mode: 0644]
libraries/base/tests/enumDouble.hs [new file with mode: 0644]
libraries/base/tests/enumDouble.stdout [new file with mode: 0644]
libraries/base/tests/enumRatio.hs [new file with mode: 0644]
libraries/base/tests/enumRatio.stdout [new file with mode: 0644]
libraries/base/tests/fixed.hs [new file with mode: 0644]
libraries/base/tests/fixed.stdout [new file with mode: 0644]
libraries/base/tests/genericNegative001.hs [new file with mode: 0644]
libraries/base/tests/genericNegative001.stdout [new file with mode: 0644]
libraries/base/tests/hash001.hs [new file with mode: 0644]
libraries/base/tests/ioref001.hs [new file with mode: 0644]
libraries/base/tests/ioref001.stdout [new file with mode: 0644]
libraries/base/tests/ix001.hs [new file with mode: 0644]
libraries/base/tests/ix001.stdout [new file with mode: 0644]
libraries/base/tests/lexNum.hs [new file with mode: 0644]
libraries/base/tests/lexNum.stdout [new file with mode: 0644]
libraries/base/tests/quotOverflow.hs [new file with mode: 0644]
libraries/base/tests/quotOverflow.stdout [new file with mode: 0644]
libraries/base/tests/readFloat.hs [new file with mode: 0644]
libraries/base/tests/readFloat.stderr [new file with mode: 0644]
libraries/base/tests/readLitChar.hs [new file with mode: 0644]
libraries/base/tests/readLitChar.stdout [new file with mode: 0644]
libraries/base/tests/showDouble.hs [new file with mode: 0644]
libraries/base/tests/showDouble.stdout [new file with mode: 0644]
libraries/base/tests/take001.hs [new file with mode: 0644]
libraries/base/tests/take001.stdout [new file with mode: 0644]
libraries/base/tests/tempfiles.hs [new file with mode: 0644]
libraries/base/tests/tempfiles.stdout [new file with mode: 0644]
libraries/base/tests/unicode001.hs [new file with mode: 0644]
libraries/base/tests/unicode001.stdout [new file with mode: 0644]
libraries/base/tests/unicode001.stdout-hugs [new file with mode: 0644]
libraries/base/tests/unicode002.hs [new file with mode: 0644]
libraries/base/tests/unicode002.stdout [new file with mode: 0644]
libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs [new file with mode: 0644]
libraries/bin-package-db/GNUmakefile [new file with mode: 0644]
libraries/bin-package-db/LICENSE [new file with mode: 0644]
libraries/bin-package-db/bin-package-db.cabal [new file with mode: 0644]
libraries/bin-package-db/ghc.mk [new file with mode: 0644]
libraries/binary/.gitignore [new file with mode: 0644]
libraries/binary/GNUmakefile [new file with mode: 0644]
libraries/binary/LICENSE [new file with mode: 0644]
libraries/binary/README [new file with mode: 0644]
libraries/binary/Setup.lhs [new file with mode: 0755]
libraries/binary/TODO [new file with mode: 0644]
libraries/binary/benchmarks/Benchmark.hs [new file with mode: 0644]
libraries/binary/benchmarks/Builder.hs [new file with mode: 0644]
libraries/binary/benchmarks/CBenchmark.c [new file with mode: 0644]
libraries/binary/benchmarks/CBenchmark.h [new file with mode: 0644]
libraries/binary/benchmarks/Makefile [new file with mode: 0644]
libraries/binary/benchmarks/MemBench.hs [new file with mode: 0644]
libraries/binary/binary.cabal [new file with mode: 0644]
libraries/binary/docs/hcar/binary-Lb.tex [new file with mode: 0644]
libraries/binary/ghc.mk [new file with mode: 0644]
libraries/binary/index.html [new file with mode: 0644]
libraries/binary/src/Data/Binary.hs [new file with mode: 0644]
libraries/binary/src/Data/Binary/Builder.hs [new file with mode: 0644]
libraries/binary/src/Data/Binary/Builder/Base.hs [new file with mode: 0644]
libraries/binary/src/Data/Binary/Builder/Internal.hs [new file with mode: 0644]
libraries/binary/src/Data/Binary/Get.hs [new file with mode: 0644]
libraries/binary/src/Data/Binary/Put.hs [new file with mode: 0644]
libraries/binary/tests/Makefile [new file with mode: 0644]
libraries/binary/tests/Parallel.hs [new file with mode: 0644]
libraries/binary/tests/QC.hs [new file with mode: 0644]
libraries/binary/tests/QuickCheckUtils.hs [new file with mode: 0644]
libraries/binary/tools/derive/BinaryDerive.hs [new file with mode: 0644]
libraries/binary/tools/derive/Example.hs [new file with mode: 0644]
libraries/bytestring/.darcs-boring [new file with mode: 0644]
libraries/bytestring/Data/ByteString.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Char8.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Fusion.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Internal.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Lazy.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Lazy/Char8.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Lazy/Internal.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Unsafe.hs [new file with mode: 0644]
libraries/bytestring/GNUmakefile [new file with mode: 0644]
libraries/bytestring/LICENSE [new file with mode: 0644]
libraries/bytestring/README [new file with mode: 0644]
libraries/bytestring/Setup.hs [new file with mode: 0644]
libraries/bytestring/TODO [new file with mode: 0644]
libraries/bytestring/bytestring.cabal [new file with mode: 0644]
libraries/bytestring/cbits/fpstring.c [new file with mode: 0644]
libraries/bytestring/ghc.mk [new file with mode: 0644]
libraries/bytestring/include/fpstring.h [new file with mode: 0644]
libraries/bytestring/prologue.txt [new file with mode: 0644]
libraries/bytestring/tests/Bench.hs [new file with mode: 0644]
libraries/bytestring/tests/BenchUtils.hs [new file with mode: 0644]
libraries/bytestring/tests/FusionBench.hs [new file with mode: 0644]
libraries/bytestring/tests/FusionProperties.hs [new file with mode: 0644]
libraries/bytestring/tests/Hash.hs [new file with mode: 0644]
libraries/bytestring/tests/Makefile [new file with mode: 0644]
libraries/bytestring/tests/Properties.hs [new file with mode: 0644]
libraries/bytestring/tests/QuickCheckUtils.hs [new file with mode: 0644]
libraries/bytestring/tests/Rules.hs [new file with mode: 0644]
libraries/bytestring/tests/Units.hs [new file with mode: 0644]
libraries/bytestring/tests/Usr.Dict.Words [new file with mode: 0644]
libraries/bytestring/tests/Words.hs [new file with mode: 0644]
libraries/bytestring/tests/data [new file with mode: 0644]
libraries/bytestring/tests/down-fuse.hs [new file with mode: 0644]
libraries/bytestring/tests/edit.hs [new file with mode: 0644]
libraries/bytestring/tests/fuse.hs [new file with mode: 0644]
libraries/bytestring/tests/groupby.hs [new file with mode: 0644]
libraries/bytestring/tests/iavor.hs [new file with mode: 0644]
libraries/bytestring/tests/inline.hs [new file with mode: 0644]
libraries/bytestring/tests/lazy-hclose.hs [new file with mode: 0644]
libraries/bytestring/tests/lazybuild.hs [new file with mode: 0644]
libraries/bytestring/tests/lazybuildcons.hs [new file with mode: 0644]
libraries/bytestring/tests/lazyio.hs [new file with mode: 0644]
libraries/bytestring/tests/lazylines.hs [new file with mode: 0644]
libraries/bytestring/tests/lazyread.hs [new file with mode: 0644]
libraries/bytestring/tests/letter_frequency.hs [new file with mode: 0644]
libraries/bytestring/tests/linesort.hs [new file with mode: 0644]
libraries/bytestring/tests/macros.m4 [new file with mode: 0644]
libraries/bytestring/tests/pack.hs [new file with mode: 0644]
libraries/bytestring/tests/revcomp.hs [new file with mode: 0644]
libraries/bytestring/tests/spellcheck-input.txt [new file with mode: 0644]
libraries/bytestring/tests/spellcheck.hs [new file with mode: 0644]
libraries/bytestring/tests/sum.hs [new file with mode: 0644]
libraries/bytestring/tests/test-compare.hs [new file with mode: 0644]
libraries/bytestring/tests/unpack.hs [new file with mode: 0644]
libraries/bytestring/tests/wc.hs [new file with mode: 0644]
libraries/bytestring/tests/zipwith.hs [new file with mode: 0644]
libraries/containers/.gitignore [new file with mode: 0644]
libraries/containers/Data/Graph.hs [new file with mode: 0644]
libraries/containers/Data/IntMap.hs [new file with mode: 0644]
libraries/containers/Data/IntSet.hs [new file with mode: 0644]
libraries/containers/Data/Map.hs [new file with mode: 0644]
libraries/containers/Data/Sequence.hs [new file with mode: 0644]
libraries/containers/Data/Set.hs [new file with mode: 0644]
libraries/containers/Data/Tree.hs [new file with mode: 0644]
libraries/containers/GNUmakefile [new file with mode: 0644]
libraries/containers/LICENSE [new file with mode: 0644]
libraries/containers/Setup.hs [new file with mode: 0644]
libraries/containers/benchmarks/IntMap.hs [new file with mode: 0644]
libraries/containers/benchmarks/IntSet.hs [new file with mode: 0644]
libraries/containers/benchmarks/Makefile [new file with mode: 0644]
libraries/containers/benchmarks/Map.hs [new file with mode: 0644]
libraries/containers/benchmarks/Sequence.hs [new file with mode: 0644]
libraries/containers/benchmarks/Set.hs [new file with mode: 0644]
libraries/containers/containers.cabal [new file with mode: 0644]
libraries/containers/ghc.mk [new file with mode: 0644]
libraries/containers/include/Typeable.h [new file with mode: 0644]
libraries/containers/prologue.txt [new file with mode: 0644]
libraries/containers/tests/Makefile [new file with mode: 0644]
libraries/containers/tests/all.T [new file with mode: 0644]
libraries/containers/tests/dataintset001.hs [new file with mode: 0644]
libraries/containers/tests/dataintset001.stdout [new file with mode: 0644]
libraries/containers/tests/datamap001.hs [new file with mode: 0644]
libraries/containers/tests/datamap001.stdout [new file with mode: 0644]
libraries/containers/tests/datamap002.hs [new file with mode: 0644]
libraries/containers/tests/datamap002.stdout [new file with mode: 0644]
libraries/containers/tests/intmap-properties.hs [new file with mode: 0644]
libraries/containers/tests/intset-properties.hs [new file with mode: 0644]
libraries/containers/tests/map-properties.hs [new file with mode: 0644]
libraries/containers/tests/seq-properties.hs [new file with mode: 0644]
libraries/containers/tests/sequence001.hs [new file with mode: 0644]
libraries/containers/tests/sequence001.stdout [new file with mode: 0644]
libraries/containers/tests/set-properties.hs [new file with mode: 0644]
libraries/deepseq/Control/DeepSeq.hs [new file with mode: 0644]
libraries/deepseq/GNUmakefile [new file with mode: 0644]
libraries/deepseq/LICENSE [new file with mode: 0644]
libraries/deepseq/Setup.hs [new file with mode: 0644]
libraries/deepseq/deepseq.cabal [new file with mode: 0644]
libraries/deepseq/ghc.mk [new file with mode: 0644]
libraries/defineTOP.mk [new file with mode: 0644]
libraries/directory/GNUmakefile [new file with mode: 0644]
libraries/directory/LICENSE [new file with mode: 0644]
libraries/directory/Setup.hs [new file with mode: 0644]
libraries/directory/System/Directory.hs [new file with mode: 0644]
libraries/directory/cbits/directory.c [new file with mode: 0644]
libraries/directory/config.guess [new file with mode: 0644]
libraries/directory/config.sub [new file with mode: 0644]
libraries/directory/configure [new file with mode: 0755]
libraries/directory/configure.ac [new file with mode: 0644]
libraries/directory/directory.cabal [new file with mode: 0644]
libraries/directory/ghc.mk [new file with mode: 0644]
libraries/directory/include/HsDirectory.h [new file with mode: 0644]
libraries/directory/include/HsDirectoryConfig.h.in [new file with mode: 0644]
libraries/directory/install-sh [new file with mode: 0644]
libraries/directory/prologue.txt [new file with mode: 0644]
libraries/directory/tests/Makefile [new file with mode: 0644]
libraries/directory/tests/all.T [new file with mode: 0644]
libraries/directory/tests/copyFile001.hs [new file with mode: 0644]
libraries/directory/tests/copyFile001.stdout [new file with mode: 0644]
libraries/directory/tests/copyFile001dir/source [new file with mode: 0644]
libraries/directory/tests/copyFile002.hs [new file with mode: 0644]
libraries/directory/tests/copyFile002.stdout [new file with mode: 0644]
libraries/directory/tests/copyFile002dir/source [new file with mode: 0644]
libraries/directory/tests/createDirectory001.hs [new file with mode: 0644]
libraries/directory/tests/createDirectory001.stdout [new file with mode: 0644]
libraries/directory/tests/createDirectory001.stdout-i386-unknown-mingw32 [new file with mode: 0644]
libraries/directory/tests/createDirectoryIfMissing001.hs [new file with mode: 0644]
libraries/directory/tests/createDirectoryIfMissing001.stdout [new file with mode: 0644]
libraries/directory/tests/createDirectoryIfMissing001.stdout-i386-unknown-mingw32 [new file with mode: 0644]
libraries/directory/tests/currentDirectory001.hs [new file with mode: 0644]
libraries/directory/tests/currentDirectory001.stdout [new file with mode: 0644]
libraries/directory/tests/directory001.hs [new file with mode: 0644]
libraries/directory/tests/directory001.stdout [new file with mode: 0644]
libraries/directory/tests/doesDirectoryExist001.hs [new file with mode: 0644]
libraries/directory/tests/doesDirectoryExist001.stdout [new file with mode: 0644]
libraries/directory/tests/getDirContents001.hs [new file with mode: 0644]
libraries/directory/tests/getDirContents001.stdout [new file with mode: 0644]
libraries/directory/tests/getDirContents002.hs [new file with mode: 0644]
libraries/directory/tests/getDirContents002.stderr [new file with mode: 0644]
libraries/directory/tests/getDirContents002.stderr-i386-unknown-mingw32 [new file with mode: 0644]
libraries/directory/tests/getHomeDirectory001.hs [new file with mode: 0644]
libraries/directory/tests/getPermissions001.hs [new file with mode: 0644]
libraries/directory/tests/getPermissions001.stdout [new file with mode: 0644]
libraries/directory/tests/getPermissions001.stdout-alpha-dec-osf3 [new file with mode: 0644]
libraries/directory/tests/getPermissions001.stdout-i386-unknown-freebsd [new file with mode: 0644]
libraries/directory/tests/getPermissions001.stdout-i386-unknown-openbsd [new file with mode: 0644]
libraries/directory/tests/getPermissions001.stdout-mingw [new file with mode: 0644]
libraries/directory/tests/getPermissions001.stdout-x86_64-unknown-openbsd [new file with mode: 0644]
libraries/directory/tests/renameFile001.hs [new file with mode: 0644]
libraries/directory/tests/renameFile001.stdout [new file with mode: 0644]
libraries/doc/Makefile [new file with mode: 0644]
libraries/doc/lib-hierarchy.html [new file with mode: 0644]
libraries/extensible-exceptions/Control/Exception/Extensible.hs [new file with mode: 0644]
libraries/extensible-exceptions/GNUmakefile [new file with mode: 0644]
libraries/extensible-exceptions/LICENSE [new file with mode: 0644]
libraries/extensible-exceptions/Setup.hs [new file with mode: 0644]
libraries/extensible-exceptions/extensible-exceptions.cabal [new file with mode: 0644]
libraries/extensible-exceptions/ghc.mk [new file with mode: 0644]
libraries/filepath/GNUmakefile [new file with mode: 0644]
libraries/filepath/LICENSE [new file with mode: 0644]
libraries/filepath/Setup.hs [new file with mode: 0644]
libraries/filepath/System/FilePath.hs [new file with mode: 0644]
libraries/filepath/System/FilePath/Internal.hs [new file with mode: 0644]
libraries/filepath/System/FilePath/Posix.hs [new file with mode: 0644]
libraries/filepath/System/FilePath/Windows.hs [new file with mode: 0644]
libraries/filepath/filepath.cabal [new file with mode: 0644]
libraries/filepath/ghc.mk [new file with mode: 0644]
libraries/filepath/make-docs.bat [new file with mode: 0644]
libraries/filepath/prologue.txt [new file with mode: 0644]
libraries/filepath/push.bat [new file with mode: 0644]
libraries/filepath/readme.txt [new file with mode: 0644]
libraries/filepath/tests/AutoTest.hs [new file with mode: 0644]
libraries/filepath/tests/GenTests.hs [new file with mode: 0644]
libraries/filepath/tests/Makefile [new file with mode: 0644]
libraries/filepath/tests/all.T [new file with mode: 0644]
libraries/filepath/tests/filepath.stdout [new file with mode: 0644]
libraries/filepath/tests/test.bat [new file with mode: 0644]
libraries/frames.html [new file with mode: 0644]
libraries/gen_contents_index [new file with mode: 0644]
libraries/ghc-prim/.gitignore [new file with mode: 0644]
libraries/ghc-prim/GHC/CString.hs [new file with mode: 0644]
libraries/ghc-prim/GHC/Classes.hs [new file with mode: 0644]
libraries/ghc-prim/GHC/Debug.hs [new file with mode: 0644]
libraries/ghc-prim/GHC/Generics.hs [new file with mode: 0644]
libraries/ghc-prim/GHC/IntWord64.hs [new file with mode: 0644]
libraries/ghc-prim/GHC/Magic.hs [new file with mode: 0644]
libraries/ghc-prim/GHC/Tuple.hs [new file with mode: 0644]
libraries/ghc-prim/GHC/Types.hs [new file with mode: 0644]
libraries/ghc-prim/GNUmakefile [new file with mode: 0644]
libraries/ghc-prim/LICENSE [new file with mode: 0644]
libraries/ghc-prim/Setup.hs [new file with mode: 0644]
libraries/ghc-prim/cbits/debug.c [new file with mode: 0644]
libraries/ghc-prim/cbits/longlong.c [new file with mode: 0644]
libraries/ghc-prim/cbits/popcnt.c [new file with mode: 0644]
libraries/ghc-prim/ghc-prim.cabal [new file with mode: 0644]
libraries/ghc-prim/ghc.mk [new file with mode: 0644]
libraries/haskeline/CHANGES [new file with mode: 0644]
libraries/haskeline/GNUmakefile [new file with mode: 0644]
libraries/haskeline/LICENSE [new file with mode: 0644]
libraries/haskeline/Setup.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Backend.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Backend/DumbTerm.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Backend/IConv.hsc [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Backend/Posix.hsc [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Backend/Terminfo.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Backend/WCWidth.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Backend/Win32.hsc [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Command.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Command/Completion.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Command/History.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Command/KillRing.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Command/Undo.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Completion.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Directory.hsc [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Emacs.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Encoding.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/History.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/IO.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/InputT.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Key.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/LineState.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/MonadException.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Monads.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Prefs.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/RunCommand.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Term.hs [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Vi.hs [new file with mode: 0644]
libraries/haskeline/cbits/h_iconv.c [new file with mode: 0644]
libraries/haskeline/cbits/h_wcwidth.c [new file with mode: 0644]
libraries/haskeline/cbits/win_console.c [new file with mode: 0644]
libraries/haskeline/examples/Test.hs [new file with mode: 0644]
libraries/haskeline/examples/export/HaskelineExport.hs [new file with mode: 0644]
libraries/haskeline/examples/export/Makefile [new file with mode: 0644]
libraries/haskeline/examples/export/README.txt [new file with mode: 0644]
libraries/haskeline/examples/export/main.c [new file with mode: 0644]
libraries/haskeline/ghc.mk [new file with mode: 0644]
libraries/haskeline/haskeline.cabal [new file with mode: 0644]
libraries/haskeline/includes/h_iconv.h [new file with mode: 0644]
libraries/haskeline/includes/win_console.h [new file with mode: 0644]
libraries/haskell2010/Control/Monad.hs [new file with mode: 0644]
libraries/haskell2010/Data/Array.hs [new file with mode: 0644]
libraries/haskell2010/Data/Bits.hs [new file with mode: 0644]
libraries/haskell2010/Data/Char.hs [new file with mode: 0644]
libraries/haskell2010/Data/Complex.hs [new file with mode: 0644]
libraries/haskell2010/Data/Int.hs [new file with mode: 0644]
libraries/haskell2010/Data/Ix.hs [new file with mode: 0644]
libraries/haskell2010/Data/List.hs [new file with mode: 0644]
libraries/haskell2010/Data/Maybe.hs [new file with mode: 0644]
libraries/haskell2010/Data/Ratio.hs [new file with mode: 0644]
libraries/haskell2010/Data/Word.hs [new file with mode: 0644]
libraries/haskell2010/Foreign.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/C.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/C/Error.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/C/String.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/C/Types.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/ForeignPtr.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/Marshal.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/Marshal/Alloc.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/Marshal/Array.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/Marshal/Error.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/Marshal/Utils.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/Ptr.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/StablePtr.hs [new file with mode: 0644]
libraries/haskell2010/Foreign/Storable.hs [new file with mode: 0644]
libraries/haskell2010/GNUmakefile [new file with mode: 0644]
libraries/haskell2010/LICENSE [new file with mode: 0644]
libraries/haskell2010/Numeric.hs [new file with mode: 0644]
libraries/haskell2010/Prelude.hs [new file with mode: 0644]
libraries/haskell2010/System/Environment.hs [new file with mode: 0644]
libraries/haskell2010/System/Exit.hs [new file with mode: 0644]
libraries/haskell2010/System/IO.hs [new file with mode: 0644]
libraries/haskell2010/System/IO/Error.hs [new file with mode: 0644]
libraries/haskell2010/ghc.mk [new file with mode: 0644]
libraries/haskell2010/haskell2010.cabal [new file with mode: 0644]
libraries/haskell98/Array.hs [new file with mode: 0644]
libraries/haskell98/Bits.hs [new file with mode: 0644]
libraries/haskell98/CError.hs [new file with mode: 0644]
libraries/haskell98/CForeign.hs [new file with mode: 0644]
libraries/haskell98/CPUTime.hs [new file with mode: 0644]
libraries/haskell98/CString.hs [new file with mode: 0644]
libraries/haskell98/CTypes.hs [new file with mode: 0644]
libraries/haskell98/Char.hs [new file with mode: 0644]
libraries/haskell98/Complex.hs [new file with mode: 0644]
libraries/haskell98/Directory.hs [new file with mode: 0644]
libraries/haskell98/ForeignPtr.hs [new file with mode: 0644]
libraries/haskell98/GNUmakefile [new file with mode: 0644]
libraries/haskell98/IO.hs [new file with mode: 0644]
libraries/haskell98/Int.hs [new file with mode: 0644]
libraries/haskell98/Ix.hs [new file with mode: 0644]
libraries/haskell98/LICENSE [new file with mode: 0644]
libraries/haskell98/List.hs [new file with mode: 0644]
libraries/haskell98/Locale.hs [new file with mode: 0644]
libraries/haskell98/Makefile.nhc98 [new file with mode: 0644]
libraries/haskell98/MarshalAlloc.hs [new file with mode: 0644]
libraries/haskell98/MarshalArray.hs [new file with mode: 0644]
libraries/haskell98/MarshalError.hs [new file with mode: 0644]
libraries/haskell98/MarshalUtils.hs [new file with mode: 0644]
libraries/haskell98/Maybe.hs [new file with mode: 0644]
libraries/haskell98/Monad.hs [new file with mode: 0644]
libraries/haskell98/Numeric.hs [new file with mode: 0644]
libraries/haskell98/Prelude.hs [new file with mode: 0644]
libraries/haskell98/Ptr.hs [new file with mode: 0644]
libraries/haskell98/Random.hs [new file with mode: 0644]
libraries/haskell98/Ratio.hs [new file with mode: 0644]
libraries/haskell98/Setup.hs [new file with mode: 0644]
libraries/haskell98/StablePtr.hs [new file with mode: 0644]
libraries/haskell98/Storable.hs [new file with mode: 0644]
libraries/haskell98/System.hs [new file with mode: 0644]
libraries/haskell98/Time.hs [new file with mode: 0644]
libraries/haskell98/Word.hs [new file with mode: 0644]
libraries/haskell98/cbits/dummy-nhc.c [new file with mode: 0644]
libraries/haskell98/ghc.mk [new file with mode: 0644]
libraries/haskell98/haskell98.cabal [new file with mode: 0644]
libraries/haskell98/prologue.txt [new file with mode: 0644]
libraries/hoopl/.gitignore [new file with mode: 0644]
libraries/hoopl/CHANGES [new file with mode: 0644]
libraries/hoopl/FAQ [new file with mode: 0644]
libraries/hoopl/GNUmakefile [new file with mode: 0644]
libraries/hoopl/LICENSE [new file with mode: 0644]
libraries/hoopl/PROBLEMS [new file with mode: 0644]
libraries/hoopl/README [new file with mode: 0644]
libraries/hoopl/Setup.hs [new file with mode: 0644]
libraries/hoopl/ghc.mk [new file with mode: 0644]
libraries/hoopl/hoopl.cabal [new file with mode: 0644]
libraries/hoopl/hoopl.pdf [new file with mode: 0644]
libraries/hoopl/paper/.gitignore [new file with mode: 0644]
libraries/hoopl/paper/Makefile [new file with mode: 0644]
libraries/hoopl/paper/NOTES [new file with mode: 0644]
libraries/hoopl/paper/Rew.hs [new file with mode: 0644]
libraries/hoopl/paper/TODO [new file with mode: 0644]
libraries/hoopl/paper/bbl.dias.mk [new file with mode: 0644]
libraries/hoopl/paper/bbl.nr.mk [new file with mode: 0644]
libraries/hoopl/paper/bbl.simonpj.mk [new file with mode: 0644]
libraries/hoopl/paper/bitly.dias.mk [new file with mode: 0644]
libraries/hoopl/paper/bitly.nr.mk [new file with mode: 0644]
libraries/hoopl/paper/bitly.simonpj.mk [new file with mode: 0644]
libraries/hoopl/paper/code.sty [new file with mode: 0644]
libraries/hoopl/paper/defuse [new file with mode: 0755]
libraries/hoopl/paper/dfopt.bib [new file with mode: 0644]
libraries/hoopl/paper/dfopt.tex [new file with mode: 0644]
libraries/hoopl/paper/haskell-reviews.txt [new file with mode: 0644]
libraries/hoopl/paper/hsprelude [new file with mode: 0644]
libraries/hoopl/paper/icfp2010response.txt [new file with mode: 0644]
libraries/hoopl/paper/icfp2010reviews.html [new file with mode: 0644]
libraries/hoopl/paper/latex.mk [new file with mode: 0644]
libraries/hoopl/paper/mkfile [new file with mode: 0644]
libraries/hoopl/paper/notes-relatedwork [new file with mode: 0644]
libraries/hoopl/paper/old-implementation-sections.tex [new file with mode: 0644]
libraries/hoopl/paper/onepage.tex [new file with mode: 0644]
libraries/hoopl/paper/proto-response.txt [new file with mode: 0644]
libraries/hoopl/paper/refs.txt [new file with mode: 0644]
libraries/hoopl/paper/spell.mk [new file with mode: 0644]
libraries/hoopl/paper/xsource [new file with mode: 0755]
libraries/hoopl/private/authors-response [new file with mode: 0644]
libraries/hoopl/private/icfp09.reviews [new file with mode: 0644]
libraries/hoopl/private/popl-response.txt [new file with mode: 0644]
libraries/hoopl/private/popl10-reviews.txt [new file with mode: 0644]
libraries/hoopl/private/popl2010-reviews.txt [new file with mode: 0644]
libraries/hoopl/prototypes/.gitignore [new file with mode: 0644]
libraries/hoopl/prototypes/Cunning3.hs [new file with mode: 0644]
libraries/hoopl/prototypes/CunningTransfers.hs [new file with mode: 0644]
libraries/hoopl/prototypes/Hoopl.hs [new file with mode: 0644]
libraries/hoopl/prototypes/Hoopl1.hs [new file with mode: 0644]
libraries/hoopl/prototypes/Hoopl4.hs [new file with mode: 0644]
libraries/hoopl/prototypes/Hoopl5.hs [new file with mode: 0644]
libraries/hoopl/prototypes/Hoopl6.hs [new file with mode: 0644]
libraries/hoopl/prototypes/Hoopl7.hs [new file with mode: 0644]
libraries/hoopl/prototypes/RG.hs [new file with mode: 0644]
libraries/hoopl/prototypes/Zipper.hs [new file with mode: 0644]
libraries/hoopl/src/.gitignore [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Checkpoint.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Collections.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Combinators.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/DataflowFold.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Debug.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Fuel.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/GHC.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Graph.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/GraphUtil.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/HISTORY [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Haddock.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Label.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/NOTES [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/OldDataflow.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Passes/Live.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Passes/mkfile [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Pointed.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Shape.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Show.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Stream.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Unique.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Util.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Wrappers.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/XUtil.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/mkfile [new file with mode: 0644]
libraries/hoopl/src/Compiler/mkfile [new file with mode: 0644]
libraries/hoopl/src/LOOPS [new file with mode: 0644]
libraries/hoopl/src/README [new file with mode: 0644]
libraries/hoopl/src/mkfile [new file with mode: 0644]
libraries/hoopl/src/subdir.mk [new file with mode: 0644]
libraries/hoopl/testing/.gitignore [new file with mode: 0644]
libraries/hoopl/testing/Ast.hs [new file with mode: 0644]
libraries/hoopl/testing/Ast2ir.hs [new file with mode: 0644]
libraries/hoopl/testing/ConstProp.hs [new file with mode: 0644]
libraries/hoopl/testing/Eval.hs [new file with mode: 0644]
libraries/hoopl/testing/EvalMonad.hs [new file with mode: 0644]
libraries/hoopl/testing/Expr.hs [new file with mode: 0644]
libraries/hoopl/testing/IR.hs [new file with mode: 0644]
libraries/hoopl/testing/Live.hs [new file with mode: 0644]
libraries/hoopl/testing/Main.hs [new file with mode: 0644]
libraries/hoopl/testing/OptSupport.hs [new file with mode: 0644]
libraries/hoopl/testing/PP.hs [new file with mode: 0644]
libraries/hoopl/testing/Parse.hs [new file with mode: 0644]
libraries/hoopl/testing/README [new file with mode: 0644]
libraries/hoopl/testing/Simplify.hs [new file with mode: 0644]
libraries/hoopl/testing/Test.hs [new file with mode: 0644]
libraries/hoopl/testing/constprop-figure [new file with mode: 0644]
libraries/hoopl/testing/mkfile [new file with mode: 0644]
libraries/hoopl/testing/tests/ExpectedOutput [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test2 [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test3 [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test4 [new file with mode: 0644]
libraries/hoopl/testing/tests/test1 [new file with mode: 0644]
libraries/hoopl/testing/tests/test2 [new file with mode: 0644]
libraries/hoopl/testing/tests/test3 [new file with mode: 0644]
libraries/hoopl/testing/tests/test4 [new file with mode: 0644]
libraries/hoopl/validate [new file with mode: 0755]
libraries/hpc/GNUmakefile [new file with mode: 0644]
libraries/hpc/LICENSE [new file with mode: 0644]
libraries/hpc/Setup.hs [new file with mode: 0644]
libraries/hpc/Trace/Hpc/Mix.hs [new file with mode: 0644]
libraries/hpc/Trace/Hpc/Reflect.hsc [new file with mode: 0644]
libraries/hpc/Trace/Hpc/Tix.hs [new file with mode: 0644]
libraries/hpc/Trace/Hpc/Util.hs [new file with mode: 0644]
libraries/hpc/ghc.mk [new file with mode: 0644]
libraries/hpc/hpc.cabal [new file with mode: 0644]
libraries/hpc/prologue.txt [new file with mode: 0644]
libraries/hpc/tests/Makefile [new file with mode: 0644]
libraries/hpc/tests/fork/Makefile [new file with mode: 0644]
libraries/hpc/tests/fork/hpc_fork.hs [new file with mode: 0644]
libraries/hpc/tests/fork/hpc_fork.stdout [new file with mode: 0644]
libraries/hpc/tests/fork/test.T [new file with mode: 0644]
libraries/hpc/tests/function/Makefile [new file with mode: 0644]
libraries/hpc/tests/function/subdir/tough.lhs [new file with mode: 0644]
libraries/hpc/tests/function/subdir/tough2.lhs [new file with mode: 0644]
libraries/hpc/tests/function/subdir/tough2.stdout [new file with mode: 0644]
libraries/hpc/tests/function/test.T [new file with mode: 0644]
libraries/hpc/tests/function/tough.hs [new file with mode: 0644]
libraries/hpc/tests/function/tough.stdout [new file with mode: 0644]
libraries/hpc/tests/ghc_ghci/A.hs [new file with mode: 0644]
libraries/hpc/tests/ghc_ghci/B.hs [new file with mode: 0644]
libraries/hpc/tests/ghc_ghci/Makefile [new file with mode: 0644]
libraries/hpc/tests/ghc_ghci/hpc_ghc_ghci.stdout [new file with mode: 0644]
libraries/hpc/tests/ghc_ghci/test.T [new file with mode: 0644]
libraries/hpc/tests/hpc.ovr [new file with mode: 0644]
libraries/hpc/tests/hpcrun.pl [new file with mode: 0644]
libraries/hpc/tests/raytrace/CSG.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Construct.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Data.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Eval.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Geometry.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Illumination.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Intersections.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Interval.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Main.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Makefile [new file with mode: 0644]
libraries/hpc/tests/raytrace/Misc.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Parse.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Pixmap.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Primitives.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/RayTrace.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/Surface.hs [new file with mode: 0644]
libraries/hpc/tests/raytrace/galois.gml [new file with mode: 0644]
libraries/hpc/tests/raytrace/galois.sample [new file with mode: 0644]
libraries/hpc/tests/raytrace/test.T [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/CSG.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Construct.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Data.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Eval.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Geometry.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Illumination.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Intersections.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Interval.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Main.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Misc.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Parse.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Primitives.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/.hpc/Surface.mix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/Makefile [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/hpc_markup_multi_001.stdout [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/hpc_markup_multi_002.stdout [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/hpc_markup_multi_003.stdout [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/hpc_raytrace.stdout [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/hpc_report_multi_001.stdout [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/hpc_report_multi_002.stdout [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/hpc_report_multi_003.stdout [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/hpc_sample.tix [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/hpc_show_multi_001.stdout [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/hpc_show_multi_002.stdout [new file with mode: 0644]
libraries/hpc/tests/raytrace/tixs/test.T [new file with mode: 0644]
libraries/hpc/tests/simple/Makefile [new file with mode: 0644]
libraries/hpc/tests/simple/hpc001.hs [new file with mode: 0644]
libraries/hpc/tests/simple/hpc001.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/test.T [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/.hpc/Main.mix [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/Makefile [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hand_overlay.ovr [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc001.hs [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_bad_001.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_draft.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_hand_overlay.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_help.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_help_draft.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_help_help.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_help_markup.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_help_overlay.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_help_report.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_help_show.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_help_version.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_markup_001.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_markup_002.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_markup_error_001.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_markup_error_002.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_overlay.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_overlay2.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_report_001.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_report_002.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_report_003.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_report_error_001.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_report_error_002.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_sample.tix [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_show.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_show_error_001.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_show_error_002.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_version.stdout [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/sample_overlay.ovr [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/test.T [new file with mode: 0644]
libraries/hscolour.css [new file with mode: 0644]
libraries/hslogo-16.png [new file with mode: 0644]
libraries/integer-gmp/GHC/Integer.lhs [new file with mode: 0644]
libraries/integer-gmp/GHC/Integer/GMP/Internals.hs [new file with mode: 0644]
libraries/integer-gmp/GHC/Integer/GMP/Prim.hs [new file with mode: 0644]
libraries/integer-gmp/GHC/Integer/Logarithms.hs [new file with mode: 0644]
libraries/integer-gmp/GHC/Integer/Logarithms/Internals.hs [new file with mode: 0644]
libraries/integer-gmp/GHC/Integer/Type.lhs [new file with mode: 0644]
libraries/integer-gmp/GNUmakefile [new file with mode: 0644]
libraries/integer-gmp/LICENSE [new file with mode: 0644]
libraries/integer-gmp/Setup.hs [new file with mode: 0644]
libraries/integer-gmp/cbits/alloc.c [new file with mode: 0644]
libraries/integer-gmp/cbits/cbits.c [new file with mode: 0644]
libraries/integer-gmp/cbits/float.c [new file with mode: 0644]
libraries/integer-gmp/cbits/gmp-wrappers.cmm [new file with mode: 0644]
libraries/integer-gmp/cbits/longlong.c [new file with mode: 0644]
libraries/integer-gmp/cbits/mkGmpDerivedConstants.c [new file with mode: 0644]
libraries/integer-gmp/configure [new file with mode: 0755]
libraries/integer-gmp/configure.ac [new file with mode: 0644]
libraries/integer-gmp/ghc.mk [new file with mode: 0644]
libraries/integer-gmp/gmp/config.mk.in [new file with mode: 0644]
libraries/integer-gmp/gmp/ghc.mk [new file with mode: 0644]
libraries/integer-gmp/gmp/ln [new file with mode: 0644]
libraries/integer-gmp/gmp/tarball/README [new file with mode: 0644]
libraries/integer-gmp/gmp/tarball/gmp-5.0.2-nodoc-patched.tar.bz2 [new file with mode: 0644]
libraries/integer-gmp/gmp/tarball/patch [new file with mode: 0644]
libraries/integer-gmp/integer-gmp.buildinfo [new file with mode: 0644]
libraries/integer-gmp/integer-gmp.buildinfo.in [new file with mode: 0644]
libraries/integer-gmp/integer-gmp.cabal [new file with mode: 0644]
libraries/integer-simple/GHC/Integer.hs [new file with mode: 0644]
libraries/integer-simple/GHC/Integer/Logarithms.hs [new file with mode: 0644]
libraries/integer-simple/GHC/Integer/Logarithms/Internals.hs [new file with mode: 0644]
libraries/integer-simple/GHC/Integer/Simple/Internals.hs [new file with mode: 0644]
libraries/integer-simple/GHC/Integer/Type.hs [new file with mode: 0644]
libraries/integer-simple/GNUmakefile [new file with mode: 0644]
libraries/integer-simple/LICENSE [new file with mode: 0644]
libraries/integer-simple/Setup.hs [new file with mode: 0644]
libraries/integer-simple/ghc.mk [new file with mode: 0644]
libraries/integer-simple/integer-simple.cabal [new file with mode: 0644]
libraries/libraries-footer.txt [new file with mode: 0644]
libraries/libraries-header.txt [new file with mode: 0644]
libraries/mtl/Control/Monad/Cont.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Cont/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Error.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Error/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Identity.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/List.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/RWS.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/RWS/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/RWS/Lazy.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/RWS/Strict.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Reader.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Reader/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/State.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/State/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/State/Lazy.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/State/Strict.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Trans.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Writer.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Writer/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Writer/Lazy.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Writer/Strict.hs [new file with mode: 0644]
libraries/mtl/GNUmakefile [new file with mode: 0644]
libraries/mtl/LICENSE [new file with mode: 0644]
libraries/mtl/Makefile.inc [new file with mode: 0644]
libraries/mtl/Makefile.nhc98 [new file with mode: 0644]
libraries/mtl/Setup.hs [new file with mode: 0644]
libraries/mtl/ghc.mk [new file with mode: 0644]
libraries/mtl/mtl.cabal [new file with mode: 0644]
libraries/mtl/prologue.txt [new file with mode: 0644]
libraries/ocean.css [new file with mode: 0644]
libraries/old-locale/GNUmakefile [new file with mode: 0644]
libraries/old-locale/LICENSE [new file with mode: 0644]
libraries/old-locale/Setup.hs [new file with mode: 0644]
libraries/old-locale/System/Locale.hs [new file with mode: 0644]
libraries/old-locale/ghc.mk [new file with mode: 0644]
libraries/old-locale/old-locale.cabal [new file with mode: 0644]
libraries/old-locale/prologue.txt [new file with mode: 0644]
libraries/old-time/GNUmakefile [new file with mode: 0644]
libraries/old-time/LICENSE [new file with mode: 0644]
libraries/old-time/Setup.hs [new file with mode: 0644]
libraries/old-time/System/Time.hsc [new file with mode: 0644]
libraries/old-time/aclocal.m4 [new file with mode: 0644]
libraries/old-time/cbits/timeUtils.c [new file with mode: 0644]
libraries/old-time/config.guess [new file with mode: 0644]
libraries/old-time/config.sub [new file with mode: 0644]
libraries/old-time/configure [new file with mode: 0755]
libraries/old-time/configure.ac [new file with mode: 0644]
libraries/old-time/ghc.mk [new file with mode: 0644]
libraries/old-time/include/HsTime.h [new file with mode: 0644]
libraries/old-time/include/HsTimeConfig.h.in [new file with mode: 0644]
libraries/old-time/install-sh [new file with mode: 0644]
libraries/old-time/old-time.cabal [new file with mode: 0644]
libraries/old-time/prologue.txt [new file with mode: 0644]
libraries/pretty/.gitignore [new file with mode: 0644]
libraries/pretty/GNUmakefile [new file with mode: 0644]
libraries/pretty/LICENSE [new file with mode: 0644]
libraries/pretty/README [new file with mode: 0644]
libraries/pretty/Setup.hs [new file with mode: 0644]
libraries/pretty/TODO [new file with mode: 0644]
libraries/pretty/Text/PrettyPrint.hs [new file with mode: 0644]
libraries/pretty/Text/PrettyPrint/HughesPJ.hs [new file with mode: 0644]
libraries/pretty/ghc.mk [new file with mode: 0644]
libraries/pretty/pretty.cabal [new file with mode: 0644]
libraries/process/.gitignore [new file with mode: 0644]
libraries/process/GNUmakefile [new file with mode: 0644]
libraries/process/LICENSE [new file with mode: 0644]
libraries/process/Setup.hs [new file with mode: 0644]
libraries/process/System/Cmd.hs [new file with mode: 0644]
libraries/process/System/Process.hs [new file with mode: 0644]
libraries/process/System/Process/Internals.hs [new file with mode: 0644]
libraries/process/aclocal.m4 [new file with mode: 0644]
libraries/process/cbits/runProcess.c [new file with mode: 0644]
libraries/process/config.guess [new file with mode: 0644]
libraries/process/config.sub [new file with mode: 0644]
libraries/process/configure [new file with mode: 0755]
libraries/process/configure.ac [new file with mode: 0644]
libraries/process/ghc.mk [new file with mode: 0644]
libraries/process/include/HsProcessConfig.h.in [new file with mode: 0644]
libraries/process/include/processFlags.h [new file with mode: 0644]
libraries/process/include/runProcess.h [new file with mode: 0644]
libraries/process/install-sh [new file with mode: 0644]
libraries/process/process.cabal [new file with mode: 0644]
libraries/process/prologue.txt [new file with mode: 0644]
libraries/process/tests/1780.hs [new file with mode: 0644]
libraries/process/tests/1780.stdout [new file with mode: 0644]
libraries/process/tests/3231.hs [new file with mode: 0644]
libraries/process/tests/3231.stdout [new file with mode: 0644]
libraries/process/tests/3994.hs [new file with mode: 0644]
libraries/process/tests/3994.stdout [new file with mode: 0644]
libraries/process/tests/4198.hs [new file with mode: 0644]
libraries/process/tests/4198.stdout [new file with mode: 0644]
libraries/process/tests/4198.stdout-i386-unknown-mingw32 [new file with mode: 0644]
libraries/process/tests/Makefile [new file with mode: 0644]
libraries/process/tests/all.T [new file with mode: 0644]
libraries/process/tests/exitminus1.c [new file with mode: 0644]
libraries/process/tests/process001.hs [new file with mode: 0644]
libraries/process/tests/process002.hs [new file with mode: 0644]
libraries/process/tests/process003.hs [new file with mode: 0644]
libraries/process/tests/process003.stdout [new file with mode: 0644]
libraries/process/tests/process004.hs [new file with mode: 0644]
libraries/process/tests/process004.stderr-i386-unknown-mingw32 [new file with mode: 0644]
libraries/process/tests/process004.stdout [new file with mode: 0644]
libraries/process/tests/process004.stdout-i386-unknown-mingw32 [new file with mode: 0644]
libraries/process/tests/process005.hs [new file with mode: 0644]
libraries/process/tests/process005.stdin [new file with mode: 0644]
libraries/process/tests/process005.stdout [new file with mode: 0644]
libraries/process/tests/process006.hs [new file with mode: 0644]
libraries/process/tests/process006.stderr [new file with mode: 0644]
libraries/process/tests/process006.stdout [new file with mode: 0644]
libraries/process/tests/process007.hs [new file with mode: 0644]
libraries/process/tests/process007.stdout [new file with mode: 0644]
libraries/process/tests/process008.hs [new file with mode: 0644]
libraries/process/tests/process008.stdout [new file with mode: 0644]
libraries/prologue.txt [new file with mode: 0644]
libraries/prologue.txt.in [new file with mode: 0644]
libraries/synopsis.png [new file with mode: 0644]
libraries/template-haskell/GNUmakefile [new file with mode: 0644]
libraries/template-haskell/LICENSE [new file with mode: 0644]
libraries/template-haskell/Language/Haskell/TH.hs [new file with mode: 0644]
libraries/template-haskell/Language/Haskell/TH/Lib.hs [new file with mode: 0644]
libraries/template-haskell/Language/Haskell/TH/Ppr.hs [new file with mode: 0644]
libraries/template-haskell/Language/Haskell/TH/PprLib.hs [new file with mode: 0644]
libraries/template-haskell/Language/Haskell/TH/Quote.hs [new file with mode: 0644]
libraries/template-haskell/Language/Haskell/TH/Syntax.hs [new file with mode: 0644]
libraries/template-haskell/Language/Haskell/TH/Syntax/Internals.hs [new file with mode: 0644]
libraries/template-haskell/Setup.hs [new file with mode: 0644]
libraries/template-haskell/ghc.mk [new file with mode: 0644]
libraries/template-haskell/prologue.txt [new file with mode: 0644]
libraries/template-haskell/template-haskell.cabal [new file with mode: 0644]
libraries/terminfo/GNUmakefile [new file with mode: 0644]
libraries/terminfo/LICENSE [new file with mode: 0644]
libraries/terminfo/Setup.lhs [new file with mode: 0644]
libraries/terminfo/System/Console/Terminfo.hs [new file with mode: 0644]
libraries/terminfo/System/Console/Terminfo/Base.hs [new file with mode: 0644]
libraries/terminfo/System/Console/Terminfo/Color.hs [new file with mode: 0644]
libraries/terminfo/System/Console/Terminfo/Cursor.hs [new file with mode: 0644]
libraries/terminfo/System/Console/Terminfo/Edit.hs [new file with mode: 0644]
libraries/terminfo/System/Console/Terminfo/Effects.hs [new file with mode: 0644]
libraries/terminfo/System/Console/Terminfo/Keys.hs [new file with mode: 0644]
libraries/terminfo/configure [new file with mode: 0755]
libraries/terminfo/configure.ac [new file with mode: 0644]
libraries/terminfo/ghc.mk [new file with mode: 0644]
libraries/terminfo/terminfo.buildinfo [new file with mode: 0644]
libraries/terminfo/terminfo.buildinfo.in [new file with mode: 0644]
libraries/terminfo/terminfo.cabal [new file with mode: 0644]
libraries/time/Data/Time.hs [new file with mode: 0644]
libraries/time/Data/Time/Calendar.hs [new file with mode: 0644]
libraries/time/Data/Time/Calendar/Days.hs [new file with mode: 0644]
libraries/time/Data/Time/Calendar/Easter.hs [new file with mode: 0644]
libraries/time/Data/Time/Calendar/Gregorian.hs [new file with mode: 0644]
libraries/time/Data/Time/Calendar/Julian.hs [new file with mode: 0644]
libraries/time/Data/Time/Calendar/JulianYearDay.hs [new file with mode: 0644]
libraries/time/Data/Time/Calendar/MonthDay.hs [new file with mode: 0644]
libraries/time/Data/Time/Calendar/OrdinalDate.hs [new file with mode: 0644]
libraries/time/Data/Time/Calendar/Private.hs [new file with mode: 0644]
libraries/time/Data/Time/Calendar/WeekDate.hs [new file with mode: 0644]
libraries/time/Data/Time/Clock.hs [new file with mode: 0644]
libraries/time/Data/Time/Clock/CTimeval.hs [new file with mode: 0644]
libraries/time/Data/Time/Clock/POSIX.hs [new file with mode: 0644]
libraries/time/Data/Time/Clock/Scale.hs [new file with mode: 0644]
libraries/time/Data/Time/Clock/TAI.hs [new file with mode: 0644]
libraries/time/Data/Time/Clock/UTC.hs [new file with mode: 0644]
libraries/time/Data/Time/Clock/UTCDiff.hs [new file with mode: 0644]
libraries/time/Data/Time/Format.hs [new file with mode: 0644]
libraries/time/Data/Time/Format/Parse.hs [new file with mode: 0644]
libraries/time/Data/Time/LocalTime.hs [new file with mode: 0644]
libraries/time/Data/Time/LocalTime/LocalTime.hs [new file with mode: 0644]
libraries/time/Data/Time/LocalTime/TimeOfDay.hs [new file with mode: 0644]
libraries/time/Data/Time/LocalTime/TimeZone.hs [new file with mode: 0644]
libraries/time/GNUmakefile [new file with mode: 0644]
libraries/time/LICENSE [new file with mode: 0644]
libraries/time/Setup.hs [new file with mode: 0644]
libraries/time/aclocal.m4 [new file with mode: 0644]
libraries/time/cbits/HsTime.c [new file with mode: 0644]
libraries/time/configure [new file with mode: 0755]
libraries/time/configure.ac [new file with mode: 0644]
libraries/time/ghc.mk [new file with mode: 0644]
libraries/time/include/HsConfigure.h [new file with mode: 0644]
libraries/time/include/HsTime.h [new file with mode: 0644]
libraries/time/include/HsTimeConfig.h [new file with mode: 0644]
libraries/time/include/HsTimeConfig.h.in [new file with mode: 0644]
libraries/time/test/AddDays.hs [new file with mode: 0644]
libraries/time/test/AddDays.ref [new file with mode: 0644]
libraries/time/test/ClipDates.hs [new file with mode: 0644]
libraries/time/test/ClipDates.ref [new file with mode: 0644]
libraries/time/test/ConvertBack.hs [new file with mode: 0644]
libraries/time/test/CurrentTime.hs [new file with mode: 0644]
libraries/time/test/LongWeekYears.hs [new file with mode: 0644]
libraries/time/test/LongWeekYears.ref [new file with mode: 0644]
libraries/time/test/Makefile [new file with mode: 0644]
libraries/time/test/ShowDST.hs [new file with mode: 0644]
libraries/time/test/TestCalendars.hs [new file with mode: 0644]
libraries/time/test/TestCalendars.ref [new file with mode: 0644]
libraries/time/test/TestEaster.hs [new file with mode: 0644]
libraries/time/test/TestEaster.ref [new file with mode: 0644]
libraries/time/test/TestFormat.hs [new file with mode: 0644]
libraries/time/test/TestFormatStuff.c [new file with mode: 0644]
libraries/time/test/TestFormatStuff.h [new file with mode: 0644]
libraries/time/test/TestMonthDay.hs [new file with mode: 0644]
libraries/time/test/TestMonthDay.ref [new file with mode: 0644]
libraries/time/test/TestParseDAT.hs [new file with mode: 0644]
libraries/time/test/TestParseDAT.ref [new file with mode: 0644]
libraries/time/test/TestParseTime.hs [new file with mode: 0644]
libraries/time/test/TestTime.hs [new file with mode: 0644]
libraries/time/test/TestTime.ref [new file with mode: 0644]
libraries/time/test/TimeZone.hs [new file with mode: 0644]
libraries/time/test/TimeZone.ref [new file with mode: 0644]
libraries/time/test/UseCases.lhs [new file with mode: 0644]
libraries/time/test/tai-utc.dat [new file with mode: 0644]
libraries/time/time.cabal [new file with mode: 0644]
libraries/unix/.gitignore [new file with mode: 0644]
libraries/unix/GNUmakefile [new file with mode: 0644]
libraries/unix/LICENSE [new file with mode: 0644]
libraries/unix/README [new file with mode: 0644]
libraries/unix/Setup.hs [new file with mode: 0644]
libraries/unix/System/Posix.hs [new file with mode: 0644]
libraries/unix/System/Posix/ByteString.hs [new file with mode: 0644]
libraries/unix/System/Posix/ByteString/FilePath.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Directory.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Directory/ByteString.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Directory/Common.hsc [new file with mode: 0644]
libraries/unix/System/Posix/DynamicLinker.hsc [new file with mode: 0644]
libraries/unix/System/Posix/DynamicLinker/ByteString.hsc [new file with mode: 0644]
libraries/unix/System/Posix/DynamicLinker/Common.hsc [new file with mode: 0644]
libraries/unix/System/Posix/DynamicLinker/Module.hsc [new file with mode: 0644]
libraries/unix/System/Posix/DynamicLinker/Module/ByteString.hsc [new file with mode: 0644]
libraries/unix/System/Posix/DynamicLinker/Prim.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Env.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Env/ByteString.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Error.hs [new file with mode: 0644]
libraries/unix/System/Posix/Files.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Files/ByteString.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Files/Common.hsc [new file with mode: 0644]
libraries/unix/System/Posix/IO.hsc [new file with mode: 0644]
libraries/unix/System/Posix/IO/ByteString.hsc [new file with mode: 0644]
libraries/unix/System/Posix/IO/Common.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Process.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Process/ByteString.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Process/Common.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Process/Internals.hs [new file with mode: 0644]
libraries/unix/System/Posix/Resource.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Semaphore.hsc [new file with mode: 0644]
libraries/unix/System/Posix/SharedMem.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Signals.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Signals/Exts.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Temp.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Temp/ByteString.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Terminal.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Terminal/ByteString.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Terminal/Common.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Time.hsc [new file with mode: 0644]
libraries/unix/System/Posix/Unistd.hsc [new file with mode: 0644]
libraries/unix/System/Posix/User.hsc [new file with mode: 0644]
libraries/unix/aclocal.m4 [new file with mode: 0644]
libraries/unix/cbits/HsUnix.c [new file with mode: 0644]
libraries/unix/cbits/dirUtils.c [new file with mode: 0644]
libraries/unix/cbits/execvpe.c [new file with mode: 0644]
libraries/unix/config.guess [new file with mode: 0644]
libraries/unix/config.sub [new file with mode: 0644]
libraries/unix/configure [new file with mode: 0755]
libraries/unix/configure.ac [new file with mode: 0644]
libraries/unix/ghc.mk [new file with mode: 0644]
libraries/unix/include/HsUnix.h [new file with mode: 0644]
libraries/unix/include/HsUnixConfig.h.in [new file with mode: 0644]
libraries/unix/include/execvpe.h [new file with mode: 0644]
libraries/unix/install-sh [new file with mode: 0644]
libraries/unix/prologue.txt [new file with mode: 0644]
libraries/unix/tests/1185.hs [new file with mode: 0644]
libraries/unix/tests/1185.stdout [new file with mode: 0644]
libraries/unix/tests/3816.hs [new file with mode: 0644]
libraries/unix/tests/3816.stdout [new file with mode: 0644]
libraries/unix/tests/Makefile [new file with mode: 0644]
libraries/unix/tests/all.T [new file with mode: 0644]
libraries/unix/tests/executeFile001.hs [new file with mode: 0644]
libraries/unix/tests/executeFile001.stdout [new file with mode: 0644]
libraries/unix/tests/fdReadBuf001.hs [new file with mode: 0644]
libraries/unix/tests/fileStatus.hs [new file with mode: 0644]
libraries/unix/tests/fileStatusByteString.hs [new file with mode: 0644]
libraries/unix/tests/fileexist01.hs [new file with mode: 0644]
libraries/unix/tests/fileexist01.stdout [new file with mode: 0644]
libraries/unix/tests/forkprocess01.hs [new file with mode: 0644]
libraries/unix/tests/forkprocess01.stdout [new file with mode: 0644]
libraries/unix/tests/getEnvironment01.hs [new file with mode: 0644]
libraries/unix/tests/getEnvironment01.stdout [new file with mode: 0644]
libraries/unix/tests/getEnvironment02.hs [new file with mode: 0644]
libraries/unix/tests/getEnvironment02.stdout [new file with mode: 0644]
libraries/unix/tests/getGroupEntryForName.hs [new file with mode: 0644]
libraries/unix/tests/getGroupEntryForName.stderr [new file with mode: 0644]
libraries/unix/tests/getUserEntryForName.hs [new file with mode: 0644]
libraries/unix/tests/getUserEntryForName.stderr [new file with mode: 0644]
libraries/unix/tests/processGroup001.hs [new file with mode: 0644]
libraries/unix/tests/processGroup001.stdout [new file with mode: 0644]
libraries/unix/tests/processGroup002.hs [new file with mode: 0644]
libraries/unix/tests/processGroup002.stdout [new file with mode: 0644]
libraries/unix/tests/queryfdoption01.hs [new file with mode: 0644]
libraries/unix/tests/queryfdoption01.stdin [new file with mode: 0644]
libraries/unix/tests/queryfdoption01.stdout [new file with mode: 0644]
libraries/unix/tests/resourceLimit.hs [new file with mode: 0644]
libraries/unix/tests/resourceLimit.stdout [new file with mode: 0644]
libraries/unix/tests/signals001.hs [new file with mode: 0644]
libraries/unix/tests/signals001.stdout [new file with mode: 0644]
libraries/unix/tests/signals001.stdout-i386-unknown-freebsd [new file with mode: 0644]
libraries/unix/tests/signals001.stdout-i386-unknown-openbsd [new file with mode: 0644]
libraries/unix/tests/signals001.stdout-sparc-unknown-openbsd [new file with mode: 0644]
libraries/unix/tests/signals001.stdout-x86_64-unknown-openbsd [new file with mode: 0644]
libraries/unix/tests/signals002.hs [new file with mode: 0644]
libraries/unix/tests/signals002.stdout [new file with mode: 0644]
libraries/unix/tests/signals004.hs [new file with mode: 0644]
libraries/unix/tests/user001.hs [new file with mode: 0644]
libraries/unix/tests/user001.stdout [new file with mode: 0644]
libraries/unix/unix.buildinfo [new file with mode: 0644]
libraries/unix/unix.buildinfo.in [new file with mode: 0644]
libraries/unix/unix.cabal [new file with mode: 0644]
libraries/utf8-string/Codec/Binary/UTF8/Generic.hs [new file with mode: 0644]
libraries/utf8-string/Codec/Binary/UTF8/String.hs [new file with mode: 0644]
libraries/utf8-string/Data/ByteString/Lazy/UTF8.hs [new file with mode: 0644]
libraries/utf8-string/Data/ByteString/UTF8.hs [new file with mode: 0644]
libraries/utf8-string/Data/String/UTF8.hs [new file with mode: 0644]
libraries/utf8-string/GNUmakefile [new file with mode: 0644]
libraries/utf8-string/LICENSE [new file with mode: 0644]
libraries/utf8-string/Setup.lhs [new file with mode: 0755]
libraries/utf8-string/System/Environment/UTF8.hs [new file with mode: 0644]
libraries/utf8-string/System/IO/UTF8.hs [new file with mode: 0644]
libraries/utf8-string/ghc.mk [new file with mode: 0644]
libraries/utf8-string/tests/Bench.hs [new file with mode: 0644]
libraries/utf8-string/tests/BenchBytestring.hs [new file with mode: 0644]
libraries/utf8-string/tests/Tests.hs [new file with mode: 0644]
libraries/utf8-string/utf8-string.cabal [new file with mode: 0644]
libraries/xhtml/.gitignore [new file with mode: 0644]
libraries/xhtml/GNUmakefile [new file with mode: 0644]
libraries/xhtml/LICENSE [new file with mode: 0644]
libraries/xhtml/README [new file with mode: 0644]
libraries/xhtml/Setup.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/BlockTable.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Debug.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Extras.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Frameset.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Frameset/Attributes.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Frameset/Elements.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Internals.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Strict.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Strict/Attributes.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Strict/Elements.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Table.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Transitional.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Transitional/Attributes.hs [new file with mode: 0644]
libraries/xhtml/Text/XHtml/Transitional/Elements.hs [new file with mode: 0644]
libraries/xhtml/ghc.mk [new file with mode: 0644]
libraries/xhtml/xhtml.cabal [new file with mode: 0644]
mk/build.mk.sample [new file with mode: 0644]
mk/compiler-ghc.mk [new file with mode: 0644]
mk/config.h.in [new file with mode: 0644]
mk/config.mk.in [new file with mode: 0644]
mk/custom-settings.mk [new file with mode: 0644]
mk/fptools.css [new file with mode: 0644]
mk/install.mk [new file with mode: 0644]
mk/install.mk.in [new file with mode: 0644]
mk/project.mk.in [new file with mode: 0644]
mk/sub-makefile.mk [new file with mode: 0644]
mk/tree.mk [new file with mode: 0644]
mk/validate-settings.mk [new file with mode: 0644]
mk/ways.mk [new file with mode: 0644]
packages [new file with mode: 0644]
rts/Adjustor.c [new file with mode: 0644]
rts/AdjustorAsm.S [new file with mode: 0644]
rts/Apply.cmm [new file with mode: 0644]
rts/Apply.h [new file with mode: 0644]
rts/Arena.c [new file with mode: 0644]
rts/Arena.h [new file with mode: 0644]
rts/AutoApply.h [new file with mode: 0644]
rts/AwaitEvent.h [new file with mode: 0644]
rts/BeginPrivate.h [new file with mode: 0644]
rts/Capability.c [new file with mode: 0644]
rts/Capability.h [new file with mode: 0644]
rts/ClosureFlags.c [new file with mode: 0644]
rts/Disassembler.c [new file with mode: 0644]
rts/Disassembler.h [new file with mode: 0644]
rts/EndPrivate.h [new file with mode: 0644]
rts/Exception.cmm [new file with mode: 0644]
rts/FrontPanel.c [new file with mode: 0644]
rts/FrontPanel.h [new file with mode: 0644]
rts/GetEnv.h [new file with mode: 0644]
rts/GetTime.h [new file with mode: 0644]
rts/Globals.c [new file with mode: 0644]
rts/Globals.h [new file with mode: 0644]
rts/Hash.c [new file with mode: 0644]
rts/Hash.h [new file with mode: 0644]
rts/HeapStackCheck.cmm [new file with mode: 0644]
rts/Hpc.c [new file with mode: 0644]
rts/HsFFI.c [new file with mode: 0644]
rts/Inlines.c [new file with mode: 0644]
rts/Interpreter.c [new file with mode: 0644]
rts/Interpreter.h [new file with mode: 0644]
rts/LdvProfile.c [new file with mode: 0644]
rts/LdvProfile.h [new file with mode: 0644]
rts/Linker.c [new file with mode: 0644]
rts/LinkerInternals.h [new file with mode: 0644]
rts/Makefile [new file with mode: 0644]
rts/Messages.c [new file with mode: 0644]
rts/Messages.h [new file with mode: 0644]
rts/OldARMAtomic.c [new file with mode: 0644]
rts/Papi.c [new file with mode: 0644]
rts/Papi.h [new file with mode: 0644]
rts/PosixSource.h [new file with mode: 0644]
rts/Prelude.h [new file with mode: 0644]
rts/PrimOps.cmm [new file with mode: 0644]
rts/Printer.c [new file with mode: 0644]
rts/Printer.h [new file with mode: 0644]
rts/ProfHeap.c [new file with mode: 0644]
rts/ProfHeap.h [new file with mode: 0644]
rts/Profiling.c [new file with mode: 0644]
rts/Profiling.h [new file with mode: 0644]
rts/Proftimer.c [new file with mode: 0644]
rts/Proftimer.h [new file with mode: 0644]
rts/RaiseAsync.c [new file with mode: 0644]
rts/RaiseAsync.h [new file with mode: 0644]
rts/RetainerProfile.c [new file with mode: 0644]
rts/RetainerProfile.h [new file with mode: 0644]
rts/RetainerSet.c [new file with mode: 0644]
rts/RetainerSet.h [new file with mode: 0644]
rts/RtsAPI.c [new file with mode: 0644]
rts/RtsDllMain.c [new file with mode: 0644]
rts/RtsDllMain.h [new file with mode: 0644]
rts/RtsFlags.c [new file with mode: 0644]
rts/RtsFlags.h [new file with mode: 0644]
rts/RtsMain.c [new file with mode: 0644]
rts/RtsMessages.c [new file with mode: 0644]
rts/RtsProbes.d [new file with mode: 0644]
rts/RtsSignals.h [new file with mode: 0644]
rts/RtsStartup.c [new file with mode: 0644]
rts/RtsUtils.c [new file with mode: 0644]
rts/RtsUtils.h [new file with mode: 0644]
rts/STM.c [new file with mode: 0644]
rts/STM.h [new file with mode: 0644]
rts/Schedule.c [new file with mode: 0644]
rts/Schedule.h [new file with mode: 0644]
rts/Sparks.c [new file with mode: 0644]
rts/Sparks.h [new file with mode: 0644]
rts/Stable.c [new file with mode: 0644]
rts/Stable.h [new file with mode: 0644]
rts/Stats.c [new file with mode: 0644]
rts/Stats.h [new file with mode: 0644]
rts/StgCRun.c [new file with mode: 0644]
rts/StgMiscClosures.cmm [new file with mode: 0644]
rts/StgPrimFloat.c [new file with mode: 0644]
rts/StgPrimFloat.h [new file with mode: 0644]
rts/StgRun.h [new file with mode: 0644]
rts/StgStartup.cmm [new file with mode: 0644]
rts/StgStdThunks.cmm [new file with mode: 0644]
rts/Task.c [new file with mode: 0644]
rts/Task.h [new file with mode: 0644]
rts/ThreadLabels.c [new file with mode: 0644]
rts/ThreadLabels.h [new file with mode: 0644]
rts/ThreadPaused.c [new file with mode: 0644]
rts/ThreadPaused.h [new file with mode: 0644]
rts/Threads.c [new file with mode: 0644]
rts/Threads.h [new file with mode: 0644]
rts/Ticker.h [new file with mode: 0644]
rts/Ticky.c [new file with mode: 0644]
rts/Ticky.h [new file with mode: 0644]
rts/Timer.c [new file with mode: 0644]
rts/Timer.h [new file with mode: 0644]
rts/Trace.c [new file with mode: 0644]
rts/Trace.h [new file with mode: 0644]
rts/Updates.cmm [new file with mode: 0644]
rts/Updates.h [new file with mode: 0644]
rts/VisCallbacks.c [new file with mode: 0644]
rts/VisCallbacks.h [new file with mode: 0644]
rts/VisSupport.c [new file with mode: 0644]
rts/VisSupport.h [new file with mode: 0644]
rts/VisWindow.c [new file with mode: 0644]
rts/VisWindow.h [new file with mode: 0644]
rts/WSDeque.c [new file with mode: 0644]
rts/WSDeque.h [new file with mode: 0644]
rts/Weak.c [new file with mode: 0644]
rts/Weak.h [new file with mode: 0644]
rts/eventlog/EventLog.c [new file with mode: 0644]
rts/eventlog/EventLog.h [new file with mode: 0644]
rts/ghc-frontpanel.glade [new file with mode: 0644]
rts/ghc.mk [new file with mode: 0644]
rts/hooks/FlagDefaults.c [new file with mode: 0644]
rts/hooks/MallocFail.c [new file with mode: 0644]
rts/hooks/OnExit.c [new file with mode: 0644]
rts/hooks/OutOfHeap.c [new file with mode: 0644]
rts/hooks/StackOverflow.c [new file with mode: 0644]
rts/libs.depend [new file with mode: 0644]
rts/package.conf.in [new file with mode: 0644]
rts/package.conf.inplace.raw [new file with mode: 0644]
rts/parallel/0Hash.c [new file with mode: 0644]
rts/parallel/0Parallel.h [new file with mode: 0644]
rts/parallel/0Unpack.c [new file with mode: 0644]
rts/parallel/Dist.c [new file with mode: 0644]
rts/parallel/Dist.h [new file with mode: 0644]
rts/parallel/FetchMe.h [new file with mode: 0644]
rts/parallel/FetchMe.hc [new file with mode: 0644]
rts/parallel/Global.c [new file with mode: 0644]
rts/parallel/GranSim.c [new file with mode: 0644]
rts/parallel/GranSimRts.h [new file with mode: 0644]
rts/parallel/HLC.h [new file with mode: 0644]
rts/parallel/HLComms.c [new file with mode: 0644]
rts/parallel/LLC.h [new file with mode: 0644]
rts/parallel/LLComms.c [new file with mode: 0644]
rts/parallel/PEOpCodes.h [new file with mode: 0644]
rts/parallel/Pack.c [new file with mode: 0644]
rts/parallel/ParInit.c [new file with mode: 0644]
rts/parallel/ParInit.h [new file with mode: 0644]
rts/parallel/ParTicky.c [new file with mode: 0644]
rts/parallel/ParTicky.h [new file with mode: 0644]
rts/parallel/ParTypes.h [new file with mode: 0644]
rts/parallel/Parallel.c [new file with mode: 0644]
rts/parallel/ParallelDebug.c [new file with mode: 0644]
rts/parallel/ParallelDebug.h [new file with mode: 0644]
rts/parallel/ParallelRts.h [new file with mode: 0644]
rts/parallel/RBH.c [new file with mode: 0644]
rts/parallel/SysMan.c [new file with mode: 0644]
rts/posix/FileLock.c [new file with mode: 0644]
rts/posix/FileLock.h [new file with mode: 0644]
rts/posix/GetEnv.c [new file with mode: 0644]
rts/posix/GetTime.c [new file with mode: 0644]
rts/posix/Itimer.c [new file with mode: 0644]
rts/posix/Itimer.h [new file with mode: 0644]
rts/posix/OSMem.c [new file with mode: 0644]
rts/posix/OSThreads.c [new file with mode: 0644]
rts/posix/Select.c [new file with mode: 0644]
rts/posix/Select.h [new file with mode: 0644]
rts/posix/Signals.c [new file with mode: 0644]
rts/posix/Signals.h [new file with mode: 0644]
rts/posix/TTY.c [new file with mode: 0644]
rts/posix/TTY.h [new file with mode: 0644]
rts/sm/BlockAlloc.c [new file with mode: 0644]
rts/sm/BlockAlloc.h [new file with mode: 0644]
rts/sm/Compact.c [new file with mode: 0644]
rts/sm/Compact.h [new file with mode: 0644]
rts/sm/Evac.c [new file with mode: 0644]
rts/sm/Evac.h [new file with mode: 0644]
rts/sm/GC.c [new file with mode: 0644]
rts/sm/GC.h [new file with mode: 0644]
rts/sm/GCAux.c [new file with mode: 0644]
rts/sm/GCTDecl.h [new file with mode: 0644]
rts/sm/GCThread.h [new file with mode: 0644]
rts/sm/GCUtils.c [new file with mode: 0644]
rts/sm/GCUtils.h [new file with mode: 0644]
rts/sm/MBlock.c [new file with mode: 0644]
rts/sm/MarkStack.h [new file with mode: 0644]
rts/sm/MarkWeak.c [new file with mode: 0644]
rts/sm/MarkWeak.h [new file with mode: 0644]
rts/sm/OSMem.h [new file with mode: 0644]
rts/sm/Sanity.c [new file with mode: 0644]
rts/sm/Sanity.h [new file with mode: 0644]
rts/sm/Scav.c [new file with mode: 0644]
rts/sm/Scav.h [new file with mode: 0644]
rts/sm/Storage.c [new file with mode: 0644]
rts/sm/Storage.h [new file with mode: 0644]
rts/sm/Sweep.c [new file with mode: 0644]
rts/sm/Sweep.h [new file with mode: 0644]
rts/win32/AsyncIO.c [new file with mode: 0644]
rts/win32/AsyncIO.h [new file with mode: 0644]
rts/win32/AwaitEvent.c [new file with mode: 0644]
rts/win32/ConsoleHandler.c [new file with mode: 0644]
rts/win32/ConsoleHandler.h [new file with mode: 0644]
rts/win32/GetEnv.c [new file with mode: 0644]
rts/win32/GetTime.c [new file with mode: 0644]
rts/win32/IOManager.c [new file with mode: 0644]
rts/win32/IOManager.h [new file with mode: 0644]
rts/win32/OSMem.c [new file with mode: 0644]
rts/win32/OSThreads.c [new file with mode: 0644]
rts/win32/ThrIOManager.c [new file with mode: 0644]
rts/win32/Ticker.c [new file with mode: 0644]
rts/win32/WorkQueue.c [new file with mode: 0644]
rts/win32/WorkQueue.h [new file with mode: 0644]
rts/win32/libHSbase.def [new file with mode: 0644]
rts/win32/libHSffi.def [new file with mode: 0644]
rts/win32/libHSghc-prim.def [new file with mode: 0644]
rts/win32/seh_excn.c [new file with mode: 0644]
rts/win32/seh_excn.h [new file with mode: 0644]
rules/all-target.mk [new file with mode: 0644]
rules/bindist.mk [new file with mode: 0644]
rules/build-dependencies.mk [new file with mode: 0644]
rules/build-package-data.mk [new file with mode: 0644]
rules/build-package-way.mk [new file with mode: 0644]
rules/build-package.mk [new file with mode: 0644]
rules/build-perl.mk [new file with mode: 0644]
rules/build-prog.mk [new file with mode: 0644]
rules/c-objs.mk [new file with mode: 0644]
rules/c-sources.mk [new file with mode: 0644]
rules/c-suffix-rules.mk [new file with mode: 0644]
rules/clean-target.mk [new file with mode: 0644]
rules/cmm-objs.mk [new file with mode: 0644]
rules/cmm-suffix-rules.mk [new file with mode: 0644]
rules/dependencies.mk [new file with mode: 0644]
rules/distdir-way-opts.mk [new file with mode: 0644]
rules/docbook.mk [new file with mode: 0644]
rules/extra-packages.mk [new file with mode: 0644]
rules/haddock.mk [new file with mode: 0644]
rules/hi-rule.mk [new file with mode: 0644]
rules/hs-objs.mk [new file with mode: 0644]
rules/hs-sources.mk [new file with mode: 0644]
rules/hs-suffix-rules-srcdir.mk [new file with mode: 0644]
rules/hs-suffix-rules.mk [new file with mode: 0644]
rules/include-dependencies.mk [new file with mode: 0644]
rules/includes-sources.mk [new file with mode: 0644]
rules/make-command.mk [new file with mode: 0644]
rules/manual-package-config.mk [new file with mode: 0644]
rules/package-config.mk [new file with mode: 0644]
rules/prof.mk [new file with mode: 0644]
rules/shell-wrapper.mk [new file with mode: 0644]
rules/tags-package.mk [new file with mode: 0644]
rules/trace.mk [new file with mode: 0644]
rules/way-prelims.mk [new file with mode: 0644]
settings.in [new file with mode: 0644]
utils/Makefile [new file with mode: 0644]
utils/checkUniques/Makefile [new file with mode: 0644]
utils/checkUniques/checkUniques.hs [new file with mode: 0644]
utils/compare_sizes/LICENSE [new file with mode: 0644]
utils/compare_sizes/Main.hs [new file with mode: 0644]
utils/compare_sizes/compareSizes.cabal [new file with mode: 0644]
utils/compare_sizes/ghc.mk [new file with mode: 0644]
utils/count_lines/count_lines.lprl [new file with mode: 0644]
utils/count_lines/ghc.mk [new file with mode: 0644]
utils/debugNCG/Diff_Gcc_Nat.hs [new file with mode: 0644]
utils/debugNCG/Makefile [new file with mode: 0644]
utils/debugNCG/README [new file with mode: 0644]
utils/describe-unexpected/describe-unexpected.hs [new file with mode: 0644]
utils/fingerprint/fingerprint.py [new file with mode: 0755]
utils/genapply/GenApply.hs [new file with mode: 0644]
utils/genapply/Makefile [new file with mode: 0644]
utils/genapply/ghc.mk [new file with mode: 0644]
utils/genargs/Makefile [new file with mode: 0644]
utils/genargs/genargs.pl [new file with mode: 0644]
utils/genprimopcode/Lexer.hs [new file with mode: 0644]
utils/genprimopcode/Lexer.x.source [new file with mode: 0644]
utils/genprimopcode/Main.hs [new file with mode: 0644]
utils/genprimopcode/Makefile [new file with mode: 0644]
utils/genprimopcode/Parser.hs [new file with mode: 0644]
utils/genprimopcode/Parser.y.source [new file with mode: 0644]
utils/genprimopcode/ParserM.hs [new file with mode: 0644]
utils/genprimopcode/Syntax.hs [new file with mode: 0644]
utils/genprimopcode/ghc.mk [new file with mode: 0644]
utils/ghc-cabal/Main.hs [new file with mode: 0644]
utils/ghc-cabal/Makefile [new file with mode: 0644]
utils/ghc-cabal/ghc-cabal.cabal [new file with mode: 0644]
utils/ghc-cabal/ghc.mk [new file with mode: 0644]
utils/ghc-pkg/CRT_noglob.c [new file with mode: 0644]
utils/ghc-pkg/Main.hs [new file with mode: 0644]
utils/ghc-pkg/Makefile [new file with mode: 0644]
utils/ghc-pkg/ghc-pkg.cabal [new file with mode: 0644]
utils/ghc-pkg/ghc-pkg.wrapper [new file with mode: 0644]
utils/ghc-pkg/ghc.mk [new file with mode: 0644]
utils/ghc-pwd/Main.hs [new file with mode: 0644]
utils/ghc-pwd/Setup.hs [new file with mode: 0644]
utils/ghc-pwd/dist-boot/Main.hi [new file with mode: 0644]
utils/ghc-pwd/dist-boot/Main.o [new file with mode: 0644]
utils/ghc-pwd/dist-boot/ghc-pwd [new file with mode: 0755]
utils/ghc-pwd/ghc-pwd.cabal [new file with mode: 0644]
utils/ghc-pwd/ghc.mk [new file with mode: 0644]
utils/ghctags/Main.hs [new file with mode: 0644]
utils/ghctags/README [new file with mode: 0644]
utils/ghctags/ghc.mk [new file with mode: 0644]
utils/haddock/.authorspellings [new file with mode: 0644]
utils/haddock/ANNOUNCE [new file with mode: 0644]
utils/haddock/CHANGES [new file with mode: 0644]
utils/haddock/LICENSE [new file with mode: 0644]
utils/haddock/Makefile [new file with mode: 0644]
utils/haddock/README [new file with mode: 0644]
utils/haddock/STYLE [new file with mode: 0644]
utils/haddock/Setup.lhs [new file with mode: 0644]
utils/haddock/build-windows-dist.sh [new file with mode: 0644]
utils/haddock/doc/Makefile [new file with mode: 0644]
utils/haddock/doc/README [new file with mode: 0644]
utils/haddock/doc/aclocal.m4 [new file with mode: 0644]
utils/haddock/doc/config.mk.in [new file with mode: 0644]
utils/haddock/doc/configure.ac [new file with mode: 0644]
utils/haddock/doc/docbook-xml.mk [new file with mode: 0644]
utils/haddock/doc/fptools.css [new file with mode: 0644]
utils/haddock/doc/ghc.mk [new file with mode: 0644]
utils/haddock/doc/haddock.xml [new file with mode: 0644]
utils/haddock/examples/A.hs [new file with mode: 0644]
utils/haddock/examples/B.hs [new file with mode: 0644]
utils/haddock/examples/Bug1.hs [new file with mode: 0644]
utils/haddock/examples/Bug10.hs [new file with mode: 0644]
utils/haddock/examples/Bug2.hs [new file with mode: 0644]
utils/haddock/examples/Bug3.hs [new file with mode: 0644]
utils/haddock/examples/Bug4.hs [new file with mode: 0644]
utils/haddock/examples/Bug6.hs [new file with mode: 0644]
utils/haddock/examples/Bug7.hs [new file with mode: 0644]
utils/haddock/examples/Bug8.hs [new file with mode: 0644]
utils/haddock/examples/Bug9.hs [new file with mode: 0644]
utils/haddock/examples/Hash.hs [new file with mode: 0644]
utils/haddock/examples/Hidden.hs [new file with mode: 0644]
utils/haddock/examples/Makefile [new file with mode: 0644]
utils/haddock/examples/NoLayout.hs [new file with mode: 0644]
utils/haddock/examples/Test.hs [new file with mode: 0644]
utils/haddock/examples/Visible.hs [new file with mode: 0644]
utils/haddock/examples/hide-bug/A.hs [new file with mode: 0644]
utils/haddock/examples/hide-bug/B.hs [new file with mode: 0644]
utils/haddock/examples/hide-bug/C.hs [new file with mode: 0644]
utils/haddock/examples/hide-bug/D.hs [new file with mode: 0644]
utils/haddock/ghc.mk [new file with mode: 0644]
utils/haddock/haddock.cabal [new file with mode: 0644]
utils/haddock/haddock.spec [new file with mode: 0644]
utils/haddock/haddock.wrapper [new file with mode: 0644]
utils/haddock/haskell.vim [new file with mode: 0644]
utils/haddock/hcar.tex [new file with mode: 0644]
utils/haddock/html/Classic.theme/haskell_icon.gif [new file with mode: 0644]
utils/haddock/html/Classic.theme/minus.gif [new file with mode: 0644]
utils/haddock/html/Classic.theme/plus.gif [new file with mode: 0644]
utils/haddock/html/Classic.theme/xhaddock.css [new file with mode: 0644]
utils/haddock/html/Ocean.std-theme/hslogo-16.png [new file with mode: 0644]
utils/haddock/html/Ocean.std-theme/minus.gif [new file with mode: 0644]
utils/haddock/html/Ocean.std-theme/ocean.css [new file with mode: 0644]
utils/haddock/html/Ocean.std-theme/plus.gif [new file with mode: 0644]
utils/haddock/html/Ocean.std-theme/synopsis.png [new file with mode: 0644]
utils/haddock/html/frames.html [new file with mode: 0644]
utils/haddock/html/haddock-util.js [new file with mode: 0644]
utils/haddock/latex/haddock.sty [new file with mode: 0644]
utils/haddock/make-sdist.sh [new file with mode: 0644]
utils/haddock/src/Documentation/Haddock.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/HaddockDB.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/Hoogle.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/LaTeX.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/Xhtml.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/Xhtml/Decl.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/Xhtml/DocMarkup.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/Xhtml/Layout.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/Xhtml/Names.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/Xhtml/Themes.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/Xhtml/Types.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Backends/Xhtml/Utils.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Convert.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Doc.hs [new file with mode: 0644]
utils/haddock/src/Haddock/GhcUtils.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Interface.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Interface/AttachInstances.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Interface/Create.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Interface/LexParseRn.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Interface/ParseModuleHeader.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Interface/Rename.hs [new file with mode: 0644]
utils/haddock/src/Haddock/InterfaceFile.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Lex.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Lex.x.source [new file with mode: 0644]
utils/haddock/src/Haddock/ModuleTree.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Options.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Parse.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Parse.y.source [new file with mode: 0644]
utils/haddock/src/Haddock/Types.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Utils.hs [new file with mode: 0644]
utils/haddock/src/Haddock/Version.hs [new file with mode: 0644]
utils/haddock/src/Main.hs [new file with mode: 0644]
utils/haddock/src/haddock.sh [new file with mode: 0644]
utils/haddock/tests/html-tests/README [new file with mode: 0644]
utils/haddock/tests/html-tests/accept.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/copy.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/runtests.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/A.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/A.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/B.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/B.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug1.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug1.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug2.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug2.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug3.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug3.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug4.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug4.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug6.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug6.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug7.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug7.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug8.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bug8.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bugs.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Bugs.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/CrossPackageDocs.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/CrossPackageDocs.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Examples.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Examples.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/FunArgs.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/FunArgs.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/GADTRecords.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/GADTRecords.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Hash.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Hash.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Hidden.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/NamedDoc.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/NamedDoc.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/NoLayout.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/NoLayout.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/NonGreedy.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/NonGreedy.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/QuasiExpr.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/QuasiExpr.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/QuasiQuote.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/QuasiQuote.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/TH.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/TH.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/TH2.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/TH2.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Test.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Test.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Ticket112.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Ticket112.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Ticket61.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Ticket61.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Ticket61_Hidden.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Ticket75.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Ticket75.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/TypeFamilies.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/TypeFamilies.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/TypeOperators.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/TypeOperators.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Unicode.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Unicode.html.ref [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Visible.hs [new file with mode: 0644]
utils/haddock/tests/html-tests/tests/Visible.html.ref [new file with mode: 0644]
utils/haddock/tests/unit-tests/parsetests.hs [new file with mode: 0644]
utils/haddock/tests/unit-tests/runparsetests.sh [new file with mode: 0644]
utils/heap-view/Graph.lhs [new file with mode: 0644]
utils/heap-view/HaskXLib.c [new file with mode: 0644]
utils/heap-view/HpView.lhs [new file with mode: 0644]
utils/heap-view/HpView2.lhs [new file with mode: 0644]
utils/heap-view/MAIL [new file with mode: 0644]
utils/heap-view/Makefile [new file with mode: 0644]
utils/heap-view/Makefile.original [new file with mode: 0644]
utils/heap-view/Parse.lhs [new file with mode: 0644]
utils/heap-view/README [new file with mode: 0644]
utils/heap-view/common-bits [new file with mode: 0644]
utils/hp2ps/AreaBelow.c [new file with mode: 0644]
utils/hp2ps/AreaBelow.h [new file with mode: 0644]
utils/hp2ps/AuxFile.c [new file with mode: 0644]
utils/hp2ps/AuxFile.h [new file with mode: 0644]
utils/hp2ps/Axes.c [new file with mode: 0644]
utils/hp2ps/Axes.h [new file with mode: 0644]
utils/hp2ps/CHANGES [new file with mode: 0644]
utils/hp2ps/Curves.c [new file with mode: 0644]
utils/hp2ps/Curves.h [new file with mode: 0644]
utils/hp2ps/Defines.h [new file with mode: 0644]
utils/hp2ps/Deviation.c [new file with mode: 0644]
utils/hp2ps/Deviation.h [new file with mode: 0644]
utils/hp2ps/Dimensions.c [new file with mode: 0644]
utils/hp2ps/Dimensions.h [new file with mode: 0644]
utils/hp2ps/Error.c [new file with mode: 0644]
utils/hp2ps/Error.h [new file with mode: 0644]
utils/hp2ps/HpFile.c [new file with mode: 0644]
utils/hp2ps/HpFile.h [new file with mode: 0644]
utils/hp2ps/Key.c [new file with mode: 0644]
utils/hp2ps/Key.h [new file with mode: 0644]
utils/hp2ps/Main.c [new file with mode: 0644]
utils/hp2ps/Main.h [new file with mode: 0644]
utils/hp2ps/Makefile [new file with mode: 0644]
utils/hp2ps/Marks.c [new file with mode: 0644]
utils/hp2ps/Marks.h [new file with mode: 0644]
utils/hp2ps/PsFile.c [new file with mode: 0644]
utils/hp2ps/PsFile.h [new file with mode: 0644]
utils/hp2ps/README.GHC [new file with mode: 0644]
utils/hp2ps/Reorder.c [new file with mode: 0644]
utils/hp2ps/Reorder.h [new file with mode: 0644]
utils/hp2ps/Scale.c [new file with mode: 0644]
utils/hp2ps/Scale.h [new file with mode: 0644]
utils/hp2ps/Shade.c [new file with mode: 0644]
utils/hp2ps/Shade.h [new file with mode: 0644]
utils/hp2ps/TopTwenty.c [new file with mode: 0644]
utils/hp2ps/TopTwenty.h [new file with mode: 0644]
utils/hp2ps/TraceElement.c [new file with mode: 0644]
utils/hp2ps/TraceElement.h [new file with mode: 0644]
utils/hp2ps/Utilities.c [new file with mode: 0644]
utils/hp2ps/Utilities.h [new file with mode: 0644]
utils/hp2ps/ghc.mk [new file with mode: 0644]
utils/hp2ps/hp2ps.1 [new file with mode: 0644]
utils/hp2ps/makefile.original [new file with mode: 0644]
utils/hpc/HpcCombine.hs [new file with mode: 0644]
utils/hpc/HpcDraft.hs [new file with mode: 0644]
utils/hpc/HpcFlags.hs [new file with mode: 0644]
utils/hpc/HpcLexer.hs [new file with mode: 0644]
utils/hpc/HpcMarkup.hs [new file with mode: 0644]
utils/hpc/HpcOverlay.hs [new file with mode: 0644]
utils/hpc/HpcParser.hs [new file with mode: 0644]
utils/hpc/HpcParser.y.source [new file with mode: 0644]
utils/hpc/HpcReport.hs [new file with mode: 0644]
utils/hpc/HpcShowTix.hs [new file with mode: 0644]
utils/hpc/HpcUtils.hs [new file with mode: 0644]
utils/hpc/Main.hs [new file with mode: 0644]
utils/hpc/Makefile [new file with mode: 0644]
utils/hpc/ghc.mk [new file with mode: 0644]
utils/hpc/hpc-bin.cabal [new file with mode: 0644]
utils/hsc2hs/C.hs [new file with mode: 0644]
utils/hsc2hs/Common.hs [new file with mode: 0644]
utils/hsc2hs/CrossCodegen.hs [new file with mode: 0644]
utils/hsc2hs/DirectCodegen.hs [new file with mode: 0644]
utils/hsc2hs/Flags.hs [new file with mode: 0644]
utils/hsc2hs/HSCParser.hs [new file with mode: 0644]
utils/hsc2hs/LICENSE [new file with mode: 0644]
utils/hsc2hs/Main.hs [new file with mode: 0644]
utils/hsc2hs/Makefile [new file with mode: 0644]
utils/hsc2hs/Makefile.inc [new file with mode: 0644]
utils/hsc2hs/Makefile.nhc98 [new file with mode: 0644]
utils/hsc2hs/Setup.hs [new file with mode: 0644]
utils/hsc2hs/UtilsCodegen.hs [new file with mode: 0644]
utils/hsc2hs/ghc.mk [new file with mode: 0644]
utils/hsc2hs/hsc2hs.cabal [new file with mode: 0644]
utils/hsc2hs/hsc2hs.wrapper [new file with mode: 0644]
utils/hsc2hs/template-hsc.h [new file with mode: 0644]
utils/lndir/Makefile [new file with mode: 0644]
utils/lndir/lndir-Xos.h [new file with mode: 0644]
utils/lndir/lndir-Xosdefs.h [new file with mode: 0644]
utils/lndir/lndir.c [new file with mode: 0644]
utils/ltx/Makefile [new file with mode: 0644]
utils/ltx/ltx.prl [new file with mode: 0644]
utils/mkUserGuidePart/Main.hs [new file with mode: 0644]
utils/mkUserGuidePart/Makefile [new file with mode: 0644]
utils/mkUserGuidePart/ghc.mk [new file with mode: 0644]
utils/mkdirhier/Makefile [new file with mode: 0644]
utils/mkdirhier/ghc.mk [new file with mode: 0644]
utils/mkdirhier/mkdirhier.sh [new file with mode: 0644]
utils/parallel/AVG.pl [new file with mode: 0644]
utils/parallel/GrAnSim.el [new file with mode: 0644]
utils/parallel/Makefile [new file with mode: 0644]
utils/parallel/RTS2gran.pl [new file with mode: 0644]
utils/parallel/SN.pl [new file with mode: 0644]
utils/parallel/SPLIT.pl [new file with mode: 0644]
utils/parallel/avg-RTS.pl [new file with mode: 0644]
utils/parallel/get_SN.pl [new file with mode: 0644]
utils/parallel/ghc-fool-sort.pl [new file with mode: 0644]
utils/parallel/ghc-unfool-sort.pl [new file with mode: 0644]
utils/parallel/gp-ext-imp.pl [new file with mode: 0644]
utils/parallel/gr2RTS.pl [new file with mode: 0644]
utils/parallel/gr2ap.bash [new file with mode: 0644]
utils/parallel/gr2gran.bash [new file with mode: 0644]
utils/parallel/gr2java.pl [new file with mode: 0644]
utils/parallel/gr2jv.bash [new file with mode: 0644]
utils/parallel/gr2pe.pl [new file with mode: 0644]
utils/parallel/gr2ps.bash [new file with mode: 0644]
utils/parallel/gr2qp.pl [new file with mode: 0644]
utils/parallel/gran-extr.pl [new file with mode: 0644]
utils/parallel/grs2gr.pl [new file with mode: 0644]
utils/parallel/par-aux.pl [new file with mode: 0644]
utils/parallel/ps-scale-y.pl [new file with mode: 0644]
utils/parallel/qp2ap.pl [new file with mode: 0644]
utils/parallel/qp2ps.pl [new file with mode: 0644]
utils/parallel/sn_filter.pl [new file with mode: 0644]
utils/parallel/stats.pl [new file with mode: 0644]
utils/parallel/template.pl [new file with mode: 0644]
utils/parallel/tf.pl [new file with mode: 0644]
utils/pvm/README [new file with mode: 0644]
utils/pvm/debugger.emacs [new file with mode: 0644]
utils/pvm/debugger2 [new file with mode: 0644]
utils/runghc/Makefile [new file with mode: 0644]
utils/runghc/ghc.mk [new file with mode: 0644]
utils/runghc/runghc.cabal [new file with mode: 0644]
utils/runghc/runghc.cabal.in [new file with mode: 0644]
utils/runghc/runghc.hs [new file with mode: 0644]
utils/runghc/runghc.wrapper [new file with mode: 0644]
utils/stat2resid/Makefile [new file with mode: 0644]
utils/stat2resid/parse-gcstats.prl [new file with mode: 0644]
utils/stat2resid/prefix.txt [new file with mode: 0644]
utils/stat2resid/process-gcstats.prl [new file with mode: 0644]
utils/stat2resid/stat2resid.prl [new file with mode: 0644]
utils/testremove/checkremove.hs [new file with mode: 0644]
utils/testremove/ghc.mk [new file with mode: 0644]
utils/testremove/wouldrm.hs [new file with mode: 0644]
utils/touchy/Makefile [new file with mode: 0644]
utils/touchy/ghc.mk [new file with mode: 0644]
utils/touchy/touchy.c [new file with mode: 0644]
utils/unlit/Makefile [new file with mode: 0644]
utils/unlit/README [new file with mode: 0644]
utils/unlit/ghc.mk [new file with mode: 0644]
utils/unlit/unlit.c [new file with mode: 0644]
utils/verbatim/Makefile [new file with mode: 0644]
utils/verbatim/verbatim.lex [new file with mode: 0644]