Import ghc_8.0.2.orig.tar.xz
authorGianfranco Costamagna <locutusofborg@debian.org>
Tue, 21 Feb 2017 16:07:37 +0000 (16:07 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Tue, 21 Feb 2017 16:07:37 +0000 (16:07 +0000)
commitc377a262b19ad9a2673837e58f38509e4d4576b0
tree4845d2a4e23f084c3d1008a691c2cba4b6c6305c
Import ghc_8.0.2.orig.tar.xz

[dgit import orig ghc_8.0.2.orig.tar.xz]
4002 files changed:
ANNOUNCE [new file with mode: 0644]
GIT_COMMIT_ID [new file with mode: 0644]
HACKING.md [new file with mode: 0644]
INSTALL.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MAKEHELP.md [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [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]
bindisttest/install [new file with mode: 0755]
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/NOTES [new file with mode: 0644]
compiler/Unique.h [new file with mode: 0644]
compiler/basicTypes/Avail.hs [new file with mode: 0644]
compiler/basicTypes/BasicTypes.hs [new file with mode: 0644]
compiler/basicTypes/ConLike.hs [new file with mode: 0644]
compiler/basicTypes/ConLike.hs-boot [new file with mode: 0644]
compiler/basicTypes/DataCon.hs [new file with mode: 0644]
compiler/basicTypes/DataCon.hs-boot [new file with mode: 0644]
compiler/basicTypes/Demand.hs [new file with mode: 0644]
compiler/basicTypes/FieldLabel.hs [new file with mode: 0644]
compiler/basicTypes/Id.hs [new file with mode: 0644]
compiler/basicTypes/IdInfo.hs [new file with mode: 0644]
compiler/basicTypes/IdInfo.hs-boot [new file with mode: 0644]
compiler/basicTypes/Lexeme.hs [new file with mode: 0644]
compiler/basicTypes/Literal.hs [new file with mode: 0644]
compiler/basicTypes/MkId.hs [new file with mode: 0644]
compiler/basicTypes/MkId.hs-boot [new file with mode: 0644]
compiler/basicTypes/Module.hs [new file with mode: 0644]
compiler/basicTypes/Module.hs-boot [new file with mode: 0644]
compiler/basicTypes/Name.hs [new file with mode: 0644]
compiler/basicTypes/Name.hs-boot [new file with mode: 0644]
compiler/basicTypes/NameEnv.hs [new file with mode: 0644]
compiler/basicTypes/NameSet.hs [new file with mode: 0644]
compiler/basicTypes/OccName.hs [new file with mode: 0644]
compiler/basicTypes/OccName.hs-boot [new file with mode: 0644]
compiler/basicTypes/PatSyn.hs [new file with mode: 0644]
compiler/basicTypes/PatSyn.hs-boot [new file with mode: 0644]
compiler/basicTypes/RdrName.hs [new file with mode: 0644]
compiler/basicTypes/SrcLoc.hs [new file with mode: 0644]
compiler/basicTypes/UniqSupply.hs [new file with mode: 0644]
compiler/basicTypes/Unique.hs [new file with mode: 0644]
compiler/basicTypes/Var.hs [new file with mode: 0644]
compiler/basicTypes/VarEnv.hs [new file with mode: 0644]
compiler/basicTypes/VarSet.hs [new file with mode: 0644]
compiler/cbits/genSym.c [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/CmmExpr.hs [new file with mode: 0644]
compiler/cmm/CmmImplementSwitchPlans.hs [new file with mode: 0644]
compiler/cmm/CmmInfo.hs [new file with mode: 0644]
compiler/cmm/CmmLayoutStack.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/CmmSink.hs [new file with mode: 0644]
compiler/cmm/CmmSwitch.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/Debug.hs [new file with mode: 0644]
compiler/cmm/Hoopl.hs [new file with mode: 0644]
compiler/cmm/Hoopl/Dataflow.hs [new file with mode: 0644]
compiler/cmm/MkGraph.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.hs [new file with mode: 0644]
compiler/cmm/cmm-notes [new file with mode: 0644]
compiler/codeGen/CgUtils.hs [new file with mode: 0644]
compiler/codeGen/CodeGen/Platform.hs [new file with mode: 0644]
compiler/codeGen/CodeGen/Platform/ARM.hs [new file with mode: 0644]
compiler/codeGen/CodeGen/Platform/ARM64.hs [new file with mode: 0644]
compiler/codeGen/CodeGen/Platform/NoRegs.hs [new file with mode: 0644]
compiler/codeGen/CodeGen/Platform/PPC.hs [new file with mode: 0644]
compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs [new file with mode: 0644]
compiler/codeGen/CodeGen/Platform/SPARC.hs [new file with mode: 0644]
compiler/codeGen/CodeGen/Platform/X86.hs [new file with mode: 0644]
compiler/codeGen/CodeGen/Platform/X86_64.hs [new file with mode: 0644]
compiler/codeGen/StgCmm.hs [new file with mode: 0644]
compiler/codeGen/StgCmmArgRep.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/StgCmmExtCode.hs [new file with mode: 0644]
compiler/codeGen/StgCmmForeign.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.hs [new file with mode: 0644]
compiler/coreSyn/CoreFVs.hs [new file with mode: 0644]
compiler/coreSyn/CoreLint.hs [new file with mode: 0644]
compiler/coreSyn/CorePrep.hs [new file with mode: 0644]
compiler/coreSyn/CoreSeq.hs [new file with mode: 0644]
compiler/coreSyn/CoreStats.hs [new file with mode: 0644]
compiler/coreSyn/CoreSubst.hs [new file with mode: 0644]
compiler/coreSyn/CoreSyn.hs [new file with mode: 0644]
compiler/coreSyn/CoreTidy.hs [new file with mode: 0644]
compiler/coreSyn/CoreUnfold.hs [new file with mode: 0644]
compiler/coreSyn/CoreUtils.hs [new file with mode: 0644]
compiler/coreSyn/MkCore.hs [new file with mode: 0644]
compiler/coreSyn/PprCore.hs [new file with mode: 0644]
compiler/coreSyn/TrieMap.hs [new file with mode: 0644]
compiler/deSugar/Check.hs [new file with mode: 0644]
compiler/deSugar/Coverage.hs [new file with mode: 0644]
compiler/deSugar/Desugar.hs [new file with mode: 0644]
compiler/deSugar/DsArrows.hs [new file with mode: 0644]
compiler/deSugar/DsBinds.hs [new file with mode: 0644]
compiler/deSugar/DsCCall.hs [new file with mode: 0644]
compiler/deSugar/DsExpr.hs [new file with mode: 0644]
compiler/deSugar/DsExpr.hs-boot [new file with mode: 0644]
compiler/deSugar/DsForeign.hs [new file with mode: 0644]
compiler/deSugar/DsGRHSs.hs [new file with mode: 0644]
compiler/deSugar/DsListComp.hs [new file with mode: 0644]
compiler/deSugar/DsMeta.hs [new file with mode: 0644]
compiler/deSugar/DsMonad.hs [new file with mode: 0644]
compiler/deSugar/DsUtils.hs [new file with mode: 0644]
compiler/deSugar/Match.hs [new file with mode: 0644]
compiler/deSugar/Match.hs-boot [new file with mode: 0644]
compiler/deSugar/MatchCon.hs [new file with mode: 0644]
compiler/deSugar/MatchLit.hs [new file with mode: 0644]
compiler/deSugar/PmExpr.hs [new file with mode: 0644]
compiler/deSugar/StaticPtrTable.hs [new file with mode: 0644]
compiler/deSugar/TmOracle.hs [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.hs [new file with mode: 0644]
compiler/ghci/ByteCodeGen.hs [new file with mode: 0644]
compiler/ghci/ByteCodeInstr.hs [new file with mode: 0644]
compiler/ghci/ByteCodeItbls.hs [new file with mode: 0644]
compiler/ghci/ByteCodeLink.hs [new file with mode: 0644]
compiler/ghci/ByteCodeTypes.hs [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/GHCi.hs [new file with mode: 0644]
compiler/ghci/Linker.hs [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.hs [new file with mode: 0644]
compiler/hsSyn/HsBinds.hs [new file with mode: 0644]
compiler/hsSyn/HsDecls.hs [new file with mode: 0644]
compiler/hsSyn/HsDoc.hs [new file with mode: 0644]
compiler/hsSyn/HsExpr.hs [new file with mode: 0644]
compiler/hsSyn/HsExpr.hs-boot [new file with mode: 0644]
compiler/hsSyn/HsImpExp.hs [new file with mode: 0644]
compiler/hsSyn/HsLit.hs [new file with mode: 0644]
compiler/hsSyn/HsPat.hs [new file with mode: 0644]
compiler/hsSyn/HsPat.hs-boot [new file with mode: 0644]
compiler/hsSyn/HsSyn.hs [new file with mode: 0644]
compiler/hsSyn/HsTypes.hs [new file with mode: 0644]
compiler/hsSyn/HsUtils.hs [new file with mode: 0644]
compiler/hsSyn/PlaceHolder.hs [new file with mode: 0644]
compiler/iface/BinIface.hs [new file with mode: 0644]
compiler/iface/BuildTyCl.hs [new file with mode: 0644]
compiler/iface/FlagChecker.hs [new file with mode: 0644]
compiler/iface/IfaceEnv.hs [new file with mode: 0644]
compiler/iface/IfaceSyn.hs [new file with mode: 0644]
compiler/iface/IfaceType.hs [new file with mode: 0644]
compiler/iface/LoadIface.hs [new file with mode: 0644]
compiler/iface/MkIface.hs [new file with mode: 0644]
compiler/iface/TcIface.hs [new file with mode: 0644]
compiler/iface/TcIface.hs-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/MetaData.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.hs [new file with mode: 0644]
compiler/main/CmdLineParser.hs [new file with mode: 0644]
compiler/main/CodeOutput.hs [new file with mode: 0644]
compiler/main/Constants.hs [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/DynFlags.hs-boot [new file with mode: 0644]
compiler/main/DynamicLoading.hs [new file with mode: 0644]
compiler/main/Elf.hs [new file with mode: 0644]
compiler/main/ErrUtils.hs [new file with mode: 0644]
compiler/main/ErrUtils.hs-boot [new file with mode: 0644]
compiler/main/Finder.hs [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/Hooks.hs [new file with mode: 0644]
compiler/main/Hooks.hs-boot [new file with mode: 0644]
compiler/main/HscMain.hs [new file with mode: 0644]
compiler/main/HscStats.hs [new file with mode: 0644]
compiler/main/HscTypes.hs [new file with mode: 0644]
compiler/main/InteractiveEval.hs [new file with mode: 0644]
compiler/main/InteractiveEvalTypes.hs [new file with mode: 0644]
compiler/main/PackageConfig.hs [new file with mode: 0644]
compiler/main/Packages.hs [new file with mode: 0644]
compiler/main/Packages.hs-boot [new file with mode: 0644]
compiler/main/PipelineMonad.hs [new file with mode: 0644]
compiler/main/PlatformConstants.hs [new file with mode: 0644]
compiler/main/Plugins.hs [new file with mode: 0644]
compiler/main/PprTyThing.hs [new file with mode: 0644]
compiler/main/StaticFlags.hs [new file with mode: 0644]
compiler/main/StaticFlags.hs-boot [new file with mode: 0644]
compiler/main/SysTools.hs [new file with mode: 0644]
compiler/main/TidyPgm.hs [new file with mode: 0644]
compiler/nativeGen/AsmCodeGen.hs [new file with mode: 0644]
compiler/nativeGen/CPrim.hs [new file with mode: 0644]
compiler/nativeGen/Dwarf.hs [new file with mode: 0644]
compiler/nativeGen/Dwarf/Constants.hs [new file with mode: 0644]
compiler/nativeGen/Dwarf/Types.hs [new file with mode: 0644]
compiler/nativeGen/Format.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/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/Linear/X86_64/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/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/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/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/ApiAnnotation.hs [new file with mode: 0644]
compiler/parser/Ctype.hs [new file with mode: 0644]
compiler/parser/HaddockUtils.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.source [new file with mode: 0644]
compiler/parser/RdrHsSyn.hs [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.hs [new file with mode: 0644]
compiler/prelude/PrelInfo.hs [new file with mode: 0644]
compiler/prelude/PrelNames.hs [new file with mode: 0644]
compiler/prelude/PrelNames.hs-boot [new file with mode: 0644]
compiler/prelude/PrelRules.hs [new file with mode: 0644]
compiler/prelude/PrimOp.hs [new file with mode: 0644]
compiler/prelude/PrimOp.hs-boot [new file with mode: 0644]
compiler/prelude/THNames.hs [new file with mode: 0644]
compiler/prelude/TysPrim.hs [new file with mode: 0644]
compiler/prelude/TysWiredIn.hs [new file with mode: 0644]
compiler/prelude/TysWiredIn.hs-boot [new file with mode: 0644]
compiler/prelude/primops.txt.pp [new file with mode: 0644]
compiler/profiling/CostCentre.hs [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.hs [new file with mode: 0644]
compiler/rename/RnBinds.hs [new file with mode: 0644]
compiler/rename/RnEnv.hs [new file with mode: 0644]
compiler/rename/RnExpr.hs [new file with mode: 0644]
compiler/rename/RnExpr.hs-boot [new file with mode: 0644]
compiler/rename/RnHsDoc.hs [new file with mode: 0644]
compiler/rename/RnNames.hs [new file with mode: 0644]
compiler/rename/RnPat.hs [new file with mode: 0644]
compiler/rename/RnSource.hs [new file with mode: 0644]
compiler/rename/RnSplice.hs [new file with mode: 0644]
compiler/rename/RnSplice.hs-boot [new file with mode: 0644]
compiler/rename/RnTypes.hs [new file with mode: 0644]
compiler/rename/rename.tex [new file with mode: 0644]
compiler/simplCore/CSE.hs [new file with mode: 0644]
compiler/simplCore/CallArity.hs [new file with mode: 0644]
compiler/simplCore/CoreMonad.hs [new file with mode: 0644]
compiler/simplCore/FloatIn.hs [new file with mode: 0644]
compiler/simplCore/FloatOut.hs [new file with mode: 0644]
compiler/simplCore/LiberateCase.hs [new file with mode: 0644]
compiler/simplCore/OccurAnal.hs [new file with mode: 0644]
compiler/simplCore/SAT.hs [new file with mode: 0644]
compiler/simplCore/SetLevels.hs [new file with mode: 0644]
compiler/simplCore/SimplCore.hs [new file with mode: 0644]
compiler/simplCore/SimplEnv.hs [new file with mode: 0644]
compiler/simplCore/SimplMonad.hs [new file with mode: 0644]
compiler/simplCore/SimplUtils.hs [new file with mode: 0644]
compiler/simplCore/Simplify.hs [new file with mode: 0644]
compiler/simplCore/simplifier.tib [new file with mode: 0644]
compiler/simplStg/SimplStg.hs [new file with mode: 0644]
compiler/simplStg/StgStats.hs [new file with mode: 0644]
compiler/simplStg/UnariseStg.hs [new file with mode: 0644]
compiler/specialise/Rules.hs [new file with mode: 0644]
compiler/specialise/SpecConstr.hs [new file with mode: 0644]
compiler/specialise/Specialise.hs [new file with mode: 0644]
compiler/stgSyn/CoreToStg.hs [new file with mode: 0644]
compiler/stgSyn/StgLint.hs [new file with mode: 0644]
compiler/stgSyn/StgSyn.hs [new file with mode: 0644]
compiler/stranal/DmdAnal.hs [new file with mode: 0644]
compiler/stranal/WorkWrap.hs [new file with mode: 0644]
compiler/stranal/WwLib.hs [new file with mode: 0644]
compiler/typecheck/FamInst.hs [new file with mode: 0644]
compiler/typecheck/Flattening-notes [new file with mode: 0644]
compiler/typecheck/FunDeps.hs [new file with mode: 0644]
compiler/typecheck/Inst.hs [new file with mode: 0644]
compiler/typecheck/TcAnnotations.hs [new file with mode: 0644]
compiler/typecheck/TcArrows.hs [new file with mode: 0644]
compiler/typecheck/TcBinds.hs [new file with mode: 0644]
compiler/typecheck/TcCanonical.hs [new file with mode: 0644]
compiler/typecheck/TcClassDcl.hs [new file with mode: 0644]
compiler/typecheck/TcDefaults.hs [new file with mode: 0644]
compiler/typecheck/TcDeriv.hs [new file with mode: 0644]
compiler/typecheck/TcEnv.hs [new file with mode: 0644]
compiler/typecheck/TcEnv.hs-boot [new file with mode: 0644]
compiler/typecheck/TcErrors.hs [new file with mode: 0644]
compiler/typecheck/TcEvidence.hs [new file with mode: 0644]
compiler/typecheck/TcExpr.hs [new file with mode: 0644]
compiler/typecheck/TcExpr.hs-boot [new file with mode: 0644]
compiler/typecheck/TcFlatten.hs [new file with mode: 0644]
compiler/typecheck/TcForeign.hs [new file with mode: 0644]
compiler/typecheck/TcGenDeriv.hs [new file with mode: 0644]
compiler/typecheck/TcGenGenerics.hs [new file with mode: 0644]
compiler/typecheck/TcHsSyn.hs [new file with mode: 0644]
compiler/typecheck/TcHsType.hs [new file with mode: 0644]
compiler/typecheck/TcInstDcls.hs [new file with mode: 0644]
compiler/typecheck/TcInteract.hs [new file with mode: 0644]
compiler/typecheck/TcMType.hs [new file with mode: 0644]
compiler/typecheck/TcMatches.hs [new file with mode: 0644]
compiler/typecheck/TcMatches.hs-boot [new file with mode: 0644]
compiler/typecheck/TcPat.hs [new file with mode: 0644]
compiler/typecheck/TcPatSyn.hs [new file with mode: 0644]
compiler/typecheck/TcPatSyn.hs-boot [new file with mode: 0644]
compiler/typecheck/TcPluginM.hs [new file with mode: 0644]
compiler/typecheck/TcRnDriver.hs [new file with mode: 0644]
compiler/typecheck/TcRnMonad.hs [new file with mode: 0644]
compiler/typecheck/TcRnTypes.hs [new file with mode: 0644]
compiler/typecheck/TcRules.hs [new file with mode: 0644]
compiler/typecheck/TcSMonad.hs [new file with mode: 0644]
compiler/typecheck/TcSimplify.hs [new file with mode: 0644]
compiler/typecheck/TcSplice.hs [new file with mode: 0644]
compiler/typecheck/TcSplice.hs-boot [new file with mode: 0644]
compiler/typecheck/TcTyClsDecls.hs [new file with mode: 0644]
compiler/typecheck/TcTyDecls.hs [new file with mode: 0644]
compiler/typecheck/TcType.hs [new file with mode: 0644]
compiler/typecheck/TcType.hs-boot [new file with mode: 0644]
compiler/typecheck/TcTypeNats.hs [new file with mode: 0644]
compiler/typecheck/TcTypeNats.hs-boot [new file with mode: 0644]
compiler/typecheck/TcTypeable.hs [new file with mode: 0644]
compiler/typecheck/TcUnify.hs [new file with mode: 0644]
compiler/typecheck/TcUnify.hs-boot [new file with mode: 0644]
compiler/typecheck/TcValidity.hs [new file with mode: 0644]
compiler/types/Class.hs [new file with mode: 0644]
compiler/types/CoAxiom.hs [new file with mode: 0644]
compiler/types/Coercion.hs [new file with mode: 0644]
compiler/types/Coercion.hs-boot [new file with mode: 0644]
compiler/types/FamInstEnv.hs [new file with mode: 0644]
compiler/types/InstEnv.hs [new file with mode: 0644]
compiler/types/Kind.hs [new file with mode: 0644]
compiler/types/OptCoercion.hs [new file with mode: 0644]
compiler/types/TyCoRep.hs [new file with mode: 0644]
compiler/types/TyCoRep.hs-boot [new file with mode: 0644]
compiler/types/TyCon.hs [new file with mode: 0644]
compiler/types/TyCon.hs-boot [new file with mode: 0644]
compiler/types/Type.hs [new file with mode: 0644]
compiler/types/Type.hs-boot [new file with mode: 0644]
compiler/types/Unify.hs [new file with mode: 0644]
compiler/utils/Bag.hs [new file with mode: 0644]
compiler/utils/Binary.hs [new file with mode: 0644]
compiler/utils/BooleanFormula.hs [new file with mode: 0644]
compiler/utils/BufWrite.hs [new file with mode: 0644]
compiler/utils/Digraph.hs [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/FV.hs [new file with mode: 0644]
compiler/utils/FastFunctions.hs [new file with mode: 0644]
compiler/utils/FastMutInt.hs [new file with mode: 0644]
compiler/utils/FastString.hs [new file with mode: 0644]
compiler/utils/FastStringEnv.hs [new file with mode: 0644]
compiler/utils/Fingerprint.hsc [new file with mode: 0644]
compiler/utils/FiniteMap.hs [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/ListSetOps.hs [new file with mode: 0644]
compiler/utils/Maybes.hs [new file with mode: 0644]
compiler/utils/MonadUtils.hs [new file with mode: 0644]
compiler/utils/OrdList.hs [new file with mode: 0644]
compiler/utils/Outputable.hs [new file with mode: 0644]
compiler/utils/Outputable.hs-boot [new file with mode: 0644]
compiler/utils/Pair.hs [new file with mode: 0644]
compiler/utils/Panic.hs [new file with mode: 0644]
compiler/utils/Platform.hs [new file with mode: 0644]
compiler/utils/Pretty.hs [new file with mode: 0644]
compiler/utils/State.hs [new file with mode: 0644]
compiler/utils/Stream.hs [new file with mode: 0644]
compiler/utils/StringBuffer.hs [new file with mode: 0644]
compiler/utils/UnVarGraph.hs [new file with mode: 0644]
compiler/utils/UniqDFM.hs [new file with mode: 0644]
compiler/utils/UniqDSet.hs [new file with mode: 0644]
compiler/utils/UniqFM.hs [new file with mode: 0644]
compiler/utils/UniqSet.hs [new file with mode: 0644]
compiler/utils/Util.hs [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/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.in [new file with mode: 0644]
distrib/cross-port [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: 0755]
distrib/remilestoning.pl [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/backpack/.gitignore [new file with mode: 0644]
docs/backpack/Makefile [new file with mode: 0644]
docs/backpack/algorithm.tex [new file with mode: 0644]
docs/backpack/arch.png [new file with mode: 0644]
docs/backpack/backpack-impl.bib [new file with mode: 0644]
docs/backpack/backpack-impl.tex [new file with mode: 0644]
docs/backpack/backpack-manual.tex [new file with mode: 0644]
docs/backpack/commands-new-new.tex [new file with mode: 0644]
docs/backpack/commands-rebindings.tex [new file with mode: 0644]
docs/backpack/diagrams.xoj [new file with mode: 0644]
docs/backpack/pkgdb.png [new file with mode: 0644]
docs/coding-style.html [new file with mode: 0644]
docs/core-spec/.gitignore [new file with mode: 0644]
docs/core-spec/CoreLint.ott [new file with mode: 0644]
docs/core-spec/CoreSyn.ott [new file with mode: 0644]
docs/core-spec/Makefile [new file with mode: 0644]
docs/core-spec/OpSem.ott [new file with mode: 0644]
docs/core-spec/README [new file with mode: 0644]
docs/core-spec/core-spec.mng [new file with mode: 0644]
docs/core-spec/core-spec.pdf [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.in [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/stg-spec/.gitignore [new file with mode: 0644]
docs/stg-spec/CostSem.ott [new file with mode: 0644]
docs/stg-spec/Makefile [new file with mode: 0644]
docs/stg-spec/StgSyn.ott [new file with mode: 0644]
docs/stg-spec/fast-curry.rkt [new file with mode: 0644]
docs/stg-spec/stg-spec.mng [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/8.0.1-notes.rst [new file with mode: 0644]
docs/users_guide/8.0.2-notes.rst [new file with mode: 0644]
docs/users_guide/Makefile [new file with mode: 0644]
docs/users_guide/bugs.rst [new file with mode: 0644]
docs/users_guide/codegens.rst [new file with mode: 0644]
docs/users_guide/conf.py [new file with mode: 0644]
docs/users_guide/debug-info.rst [new file with mode: 0644]
docs/users_guide/debugging.rst [new file with mode: 0644]
docs/users_guide/editing-guide.rst [new file with mode: 0644]
docs/users_guide/extending_ghc.rst [new file with mode: 0644]
docs/users_guide/ffi-chap.rst [new file with mode: 0644]
docs/users_guide/flags.rst [new file with mode: 0644]
docs/users_guide/ghc-theme/layout.html [new file with mode: 0644]
docs/users_guide/ghc-theme/static/ghc-theme.css [new file with mode: 0644]
docs/users_guide/ghc-theme/theme.conf [new file with mode: 0644]
docs/users_guide/ghc.mk [new file with mode: 0644]
docs/users_guide/ghc.rst [new file with mode: 0644]
docs/users_guide/ghc_config.py.in [new file with mode: 0644]
docs/users_guide/ghci.rst [new file with mode: 0644]
docs/users_guide/glasgow_exts.rst [new file with mode: 0644]
docs/users_guide/gone_wrong.rst [new file with mode: 0644]
docs/users_guide/images/Recip.png [new file with mode: 0644]
docs/users_guide/images/logo.pdf [new file with mode: 0644]
docs/users_guide/images/prof_scc.pdf [new file with mode: 0644]
docs/users_guide/images/prof_scc.svg [new file with mode: 0644]
docs/users_guide/index.rst [new file with mode: 0644]
docs/users_guide/intro.rst [new file with mode: 0644]
docs/users_guide/lang.rst [new file with mode: 0644]
docs/users_guide/license.rst [new file with mode: 0644]
docs/users_guide/packages.rst [new file with mode: 0644]
docs/users_guide/parallel.rst [new file with mode: 0644]
docs/users_guide/phases.rst [new file with mode: 0644]
docs/users_guide/profiling.rst [new file with mode: 0644]
docs/users_guide/runghc.rst [new file with mode: 0644]
docs/users_guide/runtime_control.rst [new file with mode: 0644]
docs/users_guide/safe_haskell.rst [new file with mode: 0644]
docs/users_guide/separate_compilation.rst [new file with mode: 0644]
docs/users_guide/shared_libs.rst [new file with mode: 0644]
docs/users_guide/sooner.rst [new file with mode: 0644]
docs/users_guide/usage.rst [new file with mode: 0644]
docs/users_guide/using-concurrent.rst [new file with mode: 0644]
docs/users_guide/using-optimisation.rst [new file with mode: 0644]
docs/users_guide/using-warnings.rst [new file with mode: 0644]
docs/users_guide/using.rst [new file with mode: 0644]
docs/users_guide/utils.rst [new file with mode: 0644]
docs/users_guide/win32-dlls.rst [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/dynwrapper.c [new file with mode: 0644]
driver/utils/getLocation.c [new file with mode: 0644]
driver/utils/getLocation.h [new file with mode: 0644]
driver/utils/merge_sections.ld [new file with mode: 0644]
ghc.mk [new file with mode: 0644]
ghc/GHCi/UI.hs [new file with mode: 0644]
ghc/GHCi/UI/Info.hs [new file with mode: 0644]
ghc/GHCi/UI/Monad.hs [new file with mode: 0644]
ghc/GHCi/UI/Tags.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/.dir-locals.el [new file with mode: 0644]
includes/Cmm.h [new file with mode: 0644]
includes/CodeGen.Platform.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/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/GetTime.h [new file with mode: 0644]
includes/rts/Globals.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/Libdw.h [new file with mode: 0644]
includes/rts/LibdwPool.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/StaticPtrTable.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/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/HaskellMachRegs.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/Prim.h [new file with mode: 0644]
includes/stg/Regs.h [new file with mode: 0644]
includes/stg/RtsMachRegs.h [new file with mode: 0644]
includes/stg/SMP.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]
iserv/Makefile [new file with mode: 0644]
iserv/cbits/iservmain.c [new file with mode: 0644]
iserv/ghc.mk [new file with mode: 0644]
iserv/iserv-bin.cabal [new file with mode: 0644]
iserv/src/GHCi/Utils.hsc [new file with mode: 0644]
iserv/src/Main.hs [new file with mode: 0644]
libffi-tarballs/LICENSE [new file with mode: 0644]
libffi-tarballs/README [new file with mode: 0644]
libffi-tarballs/libffi-3.2.1.tar.gz [new file with mode: 0644]
libffi/Makefile [new file with mode: 0644]
libffi/ghc.mk [new file with mode: 0644]
libffi/ln [new file with mode: 0755]
libraries/Cabal/.arcconfig [new file with mode: 0644]
libraries/Cabal/.gitignore [new file with mode: 0644]
libraries/Cabal/.travis.yml [new file with mode: 0644]
libraries/Cabal/Cabal/Cabal.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Binary.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Binary/Class.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Binary/Generic.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/CopyFile.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/CreatePipe.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Environment.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Exception.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/GetShortPathName.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Internal/TempFile.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/MonadFail.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/ReadP.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Semigroup.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/Lex.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/PackageDescription/Utils.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/BuildTarget.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/CCompiler.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/IPI642.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/GHC/IPIConvert.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/GHC/ImplInfo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/GHC/Internal.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/GHCJS.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/HaskellSuite.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Hpc.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/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/Find.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Program/GHC.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/Internal.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/Strip.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/Test/ExeV10.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Test/LibV09.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Test/Log.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/Utils/NubList.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.md [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/misc/gen-extra-source-files.sh [new file with mode: 0755]
libraries/Cabal/Cabal/misc/travis-diff-files.sh [new file with mode: 0755]
libraries/Cabal/Cabal/prologue.txt [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/.gitignore [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/AllowNewer/AllowNewer.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/AllowNewer/benchmarks/Bench.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/AllowNewer/src/Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/AllowNewer/tests/Test.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/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/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/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/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/lemon.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/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/MyLibrary.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/MyLibrary.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/my.cabal [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/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/my.cabal [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/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/my.cabal [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/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/MyLibrary.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/MyLibrary.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/MyLibrary.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/BuildTargetErrors/BuildTargetErrors.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildTargetErrors/Main.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildTestSuiteDetailedV09/Dummy2.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildableField/BuildableField.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/BuildableField/Main.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/CMain/Bar.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/CMain/foo.c [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/CMain/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/DeterministicAr/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/DeterministicAr/Lib.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/DeterministicAr/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/DuplicateModuleName/DuplicateModuleName.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/DuplicateModuleName/src/Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/DuplicateModuleName/tests/Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/DuplicateModuleName/tests2/Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/EmptyLib/empty/empty.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SameDirectory/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SameDirectory/ghc [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SameDirectory/ghc-pkg [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SameDirectoryGhcVersion/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SameDirectoryGhcVersion/ghc-7.10 [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SameDirectoryGhcVersion/ghc-pkg-ghc-7.10 [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SameDirectoryVersion/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SameDirectoryVersion/ghc-7.10 [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SameDirectoryVersion/ghc-pkg-7.10 [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/Symlink/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/Symlink/bin/ghc [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/Symlink/bin/ghc-pkg [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SymlinkGhcVersion/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SymlinkGhcVersion/bin/ghc-7.10 [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SymlinkGhcVersion/bin/ghc-pkg-7.10 [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SymlinkVersion/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SymlinkVersion/bin/ghc-7.10 [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/GhcPkgGuess/SymlinkVersion/bin/ghc-pkg-ghc-7.10 [new file with mode: 0755]
libraries/Cabal/Cabal/tests/PackageTests/Haddock/CPP.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/Haddock/Literate.lhs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/Haddock/NoCPP.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/Haddock/Simple.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/Haddock/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/HaddockNewline/A.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/HaddockNewline/ChangeLog.md [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/HaddockNewline/HaddockNewline.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/HaddockNewline/LICENSE [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/HaddockNewline/Setup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/Options.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/OrderFlags/Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/OrderFlags/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PackageTester.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PathsModule/Executable/Main.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PathsModule/Executable/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PathsModule/Library/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PreProcess/Foo.hsc [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PreProcess/Main.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PreProcess/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PreProcessExtraSources/Foo.hsc [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PreProcessExtraSources/Main.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/PreProcessExtraSources/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/ReexportedModules/LICENSE [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/ReexportedModules/ReexportedModules.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/dynamic/Exe.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/dynamic/Lib.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/dynamic/TH.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/dynamic/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/profiling/Exe.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/profiling/Lib.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/profiling/TH.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/profiling/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/vanilla/Exe.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/vanilla/Lib.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/vanilla/TH.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TemplateHaskell/vanilla/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestNameCollision/child/Child.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestNameCollision/child/child.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestNameCollision/child/tests/Test.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestNameCollision/parent/Parent.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestNameCollision/parent/parent.cabal [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/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteTests/ExeV10/Check.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteTests/ExeV10/Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteTests/ExeV10/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteTests/ExeV10/tests/test-Foo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteTests/ExeV10/tests/test-Short.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteTests/LibV09/Lib.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteTests/LibV09/LibV09.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/TestSuiteTests/LibV09/tests/Deadlock.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/Tests.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/UniqueIPID/P1/M.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/UniqueIPID/P1/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/UniqueIPID/P2/M.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/UniqueIPID/P2/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/PackageTests/multInst/my.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/README.md [new file with mode: 0644]
libraries/Cabal/Cabal/tests/Setup.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/UnitTests.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/Distribution/Compat/CreatePipe.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/Distribution/Compat/ReadP.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/Distribution/Simple/Program/Internal.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/Distribution/Simple/Utils.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/Distribution/System.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/Distribution/Utils/NubList.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/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/HACKING.md [new file with mode: 0644]
libraries/Cabal/LICENSE [new file with mode: 0644]
libraries/Cabal/README.md [new file with mode: 0644]
libraries/Cabal/appveyor.yml [new file with mode: 0644]
libraries/Cabal/cabal-install/.ghci [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/BuildTarget.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/CmdBuild.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdConfigure.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdRepl.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Compat/ExecutablePath.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Compat/FilePerms.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Compat/Process.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Compat/Semaphore.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Compat/Time.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/ComponentDeps.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/ConflictSet.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Dependency/Modular/Cycles.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/Linking.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/Var.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/DistDirLayout.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Exec.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/FileMonitor.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Freeze.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/GenBounds.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Get.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Glob.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/GlobalFlags.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/JobControl.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/Manpage.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/PackageHash.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/ParseUtils.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/PkgConfigDb.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/PlanIndex.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/ProjectBuilding.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/ProjectConfig.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/ProjectConfig/Legacy.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/ProjectConfig/Types.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/ProjectOrchestration.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/ProjectPlanOutput.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/ProjectPlanning.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/ProjectPlanning/Types.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/RebuildMonad.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Run.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Sandbox.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Sandbox/Index.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Sandbox/PackageEnvironment.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Sandbox/Timestamp.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Sandbox/Types.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Security/HTTP.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/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/Utils/Json.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Utils/LabeledGraph.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/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-install/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/README.md [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: 0755]
libraries/Cabal/cabal-install/cabal-install.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/cbits/getnumcores.c [new file with mode: 0644]
libraries/Cabal/cabal-install/changelog [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/common.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/Cabal-99998/Cabal.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/Cabal-99998/CabalMessage.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/Cabal-99999/Cabal.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/Cabal-99999/CabalMessage.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/custom-setup-without-cabal-defaultMain/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/custom-setup-without-cabal-defaultMain/custom-setup-without-cabal-defaultMain.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/custom-setup-without-cabal/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/custom-setup-without-cabal/custom-setup-without-cabal.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/custom-setup/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/custom-setup/custom-setup.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/custom_setup_without_Cabal_doesnt_allow_Cabal_import.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/custom_setup_without_Cabal_doesnt_require_Cabal.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom-setup/should_run/installs_Cabal_as_setup_dep.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom/common.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom/should_run/plain.err [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom/should_run/plain.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom/should_run/plain/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom/should_run/plain/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/custom/should_run/plain/plain.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/common.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_fail/exit_with_failure_without_args.err [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_fail/exit_with_failure_without_args.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/My.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/adds_sandbox_bin_directory_to_path.out [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/adds_sandbox_bin_directory_to_path.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/auto_configures_on_exec.out [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/auto_configures_on_exec.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/can_run_executables_installed_in_sandbox.out [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/can_run_executables_installed_in_sandbox.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/configures_cabal_to_use_sandbox.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/configures_ghc_to_use_sandbox.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/runs_given_command.out [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/runs_given_command.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/exec/should_run/subdir/.gitkeep [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/common.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/disable_benchmarks_freezes_bench_deps.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/disable_tests_freezes_test_deps.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/does_not_freeze_nondeps.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/does_not_freeze_self.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/dry_run_does_not_create_config.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/enable_benchmarks_freezes_bench_deps.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/enable_tests_freezes_test_deps.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/freezes_direct_dependencies.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/freezes_transitive_dependencies.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/freeze/should_run/runs_without_error.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/manpage/common.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/manpage/should_run/outputs_manpage.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/multiple-source/common.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/multiple-source/should_run/finds_second_source_of_multiple_source.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/multiple-source/should_run/p/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/multiple-source/should_run/p/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/multiple-source/should_run/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/multiple-source/should_run/q/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/multiple-source/should_run/q/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/multiple-source/should_run/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/new-build/monitor_cabal_files.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/new-build/monitor_cabal_files/.gitignore [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/new-build/monitor_cabal_files/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/new-build/monitor_cabal_files/p/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/new-build/monitor_cabal_files/p/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/new-build/monitor_cabal_files/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/new-build/monitor_cabal_files/q/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/new-build/monitor_cabal_files/q/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/new-build/monitor_cabal_files/q/q-broken.cabal.in [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/new-build/monitor_cabal_files/q/q-fixed.cabal.in [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/regression/common.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/regression/t3199.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/regression/t3199/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/regression/t3199/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/regression/t3199/test-3199.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/common.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_fail/fail_removing_source_thats_not_registered.err [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_fail/fail_removing_source_thats_not_registered.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_fail/p/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_fail/p/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_fail/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_fail/q/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_fail/q/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_fail/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_run/p/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_run/p/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_run/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_run/q/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_run/q/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_run/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_run/remove_nonexistent_source.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_run/report_success_removing_source.out [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/sandbox-sources/should_run/report_success_removing_source.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/user-config/common.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/user-config/should_fail/doesnt_overwrite_without_f.err [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/user-config/should_fail/doesnt_overwrite_without_f.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/user-config/should_run/cabal-config [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/user-config/should_run/overwrites_with_f.out [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/user-config/should_run/overwrites_with_f.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/user-config/should_run/runs_without_error.out [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/user-config/should_run/runs_without_error.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/user-config/should_run/uses_CABAL_CONFIG.out [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests/user-config/should_run/uses_CABAL_CONFIG.sh [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/README.md [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/ArbitraryInstances.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/Compat/Time.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/Dependency/Modular/DSL.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/Dependency/Modular/PSQ.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/Dependency/Modular/Solver.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/FileMonitor.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/GZipUtils.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/Glob.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/ProjectConfig.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/Sandbox.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/Sandbox/Timestamp.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/Tar.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/Targets.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/UserConfig.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Options.hs [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/cabal.project [new file with mode: 0644]
libraries/Cabal/ghc-packages [new file with mode: 0644]
libraries/Cabal/setup-dev.sh [new file with mode: 0755]
libraries/Cabal/stack.yaml [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: 0755]
libraries/Win32/Win32.cabal [new file with mode: 0644]
libraries/Win32/appveyor.yml [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/win32debug.h [new file with mode: 0644]
libraries/Win32/include/windows_cconv.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/T4452.hs [new file with mode: 0644]
libraries/Win32/tests/all.T [new file with mode: 0644]
libraries/Win32/tests/helloworld.hs [new file with mode: 0644]
libraries/Win32/tests/lasterror.hs [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/.travis.yml [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/README.md [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/changelog.md [new file with mode: 0644]
libraries/array/ghc.mk [new file with mode: 0644]
libraries/array/prologue.txt [new file with mode: 0644]
libraries/array/tests/.gitignore [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/T9220.script [new file with mode: 0644]
libraries/array/tests/T9220.stdout [new file with mode: 0644]
libraries/array/tests/all.T [new file with mode: 0644]
libraries/array/tests/array001.hs [new file with mode: 0644]
libraries/array/tests/array001.stdout [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/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/Fail.hs [new file with mode: 0644]
libraries/base/Control/Monad/Fix.hs [new file with mode: 0644]
libraries/base/Control/Monad/IO/Class.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/Data/Bifunctor.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/Coerce.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/Functor/Classes.hs [new file with mode: 0644]
libraries/base/Data/Functor/Compose.hs [new file with mode: 0644]
libraries/base/Data/Functor/Const.hs [new file with mode: 0644]
libraries/base/Data/Functor/Identity.hs [new file with mode: 0644]
libraries/base/Data/Functor/Product.hs [new file with mode: 0644]
libraries/base/Data/Functor/Sum.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/Kind.hs [new file with mode: 0644]
libraries/base/Data/List.hs [new file with mode: 0644]
libraries/base/Data/List/NonEmpty.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/OldList.hs [new file with mode: 0644]
libraries/base/Data/Ord.hs [new file with mode: 0644]
libraries/base/Data/Proxy.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/Semigroup.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/Type/Bool.hs [new file with mode: 0644]
libraries/base/Data/Type/Coercion.hs [new file with mode: 0644]
libraries/base/Data/Type/Equality.hs [new file with mode: 0644]
libraries/base/Data/Typeable.hs [new file with mode: 0644]
libraries/base/Data/Typeable/Internal.hs [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/Void.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.hs [new file with mode: 0644]
libraries/base/GHC/Base.hs [new file with mode: 0644]
libraries/base/GHC/Char.hs [new file with mode: 0644]
libraries/base/GHC/Conc.hs [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.hs [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.hs [new file with mode: 0644]
libraries/base/GHC/Environment.hs [new file with mode: 0644]
libraries/base/GHC/Err.hs [new file with mode: 0644]
libraries/base/GHC/Event.hs [new file with mode: 0644]
libraries/base/GHC/Event/Arr.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/IntTable.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/TimerManager.hs [new file with mode: 0644]
libraries/base/GHC/Event/Unique.hs [new file with mode: 0644]
libraries/base/GHC/Exception.hs [new file with mode: 0644]
libraries/base/GHC/Exception.hs-boot [new file with mode: 0644]
libraries/base/GHC/ExecutionStack.hs [new file with mode: 0644]
libraries/base/GHC/ExecutionStack/Internal.hsc [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.hs [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/GHCi.hs [new file with mode: 0644]
libraries/base/GHC/Generics.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/API.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/IO/Unsafe.hs [new file with mode: 0644]
libraries/base/GHC/IOArray.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.hs [new file with mode: 0644]
libraries/base/GHC/MVar.hs [new file with mode: 0644]
libraries/base/GHC/Natural.hs [new file with mode: 0644]
libraries/base/GHC/Num.hs [new file with mode: 0644]
libraries/base/GHC/OldList.hs [new file with mode: 0644]
libraries/base/GHC/OverloadedLabels.hs [new file with mode: 0644]
libraries/base/GHC/PArr.hs [new file with mode: 0644]
libraries/base/GHC/Pack.hs [new file with mode: 0644]
libraries/base/GHC/Profiling.hs [new file with mode: 0644]
libraries/base/GHC/Ptr.hs [new file with mode: 0644]
libraries/base/GHC/RTS/Flags.hsc [new file with mode: 0644]
libraries/base/GHC/Read.hs [new file with mode: 0644]
libraries/base/GHC/Real.hs [new file with mode: 0644]
libraries/base/GHC/ST.hs [new file with mode: 0644]
libraries/base/GHC/STRef.hs [new file with mode: 0644]
libraries/base/GHC/Show.hs [new file with mode: 0644]
libraries/base/GHC/Stable.hs [new file with mode: 0644]
libraries/base/GHC/Stack.hs [new file with mode: 0644]
libraries/base/GHC/Stack/CCS.hs-boot [new file with mode: 0644]
libraries/base/GHC/Stack/CCS.hsc [new file with mode: 0644]
libraries/base/GHC/Stack/Types.hs [new file with mode: 0644]
libraries/base/GHC/StaticPtr.hs [new file with mode: 0644]
libraries/base/GHC/Stats.hsc [new file with mode: 0644]
libraries/base/GHC/Storable.hs [new file with mode: 0644]
libraries/base/GHC/TopHandler.hs [new file with mode: 0644]
libraries/base/GHC/TypeLits.hs [new file with mode: 0644]
libraries/base/GHC/Unicode.hs [new file with mode: 0644]
libraries/base/GHC/Weak.hs [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/Numeric.hs [new file with mode: 0644]
libraries/base/Numeric/Natural.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/Environment/ExecutablePath.hsc [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/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.in [new file with mode: 0644]
libraries/base/base.cabal [new file with mode: 0644]
libraries/base/cbits/DarwinUtils.c [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/SetEnv.c [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/rts.c [new file with mode: 0644]
libraries/base/cbits/sysconf.c [new file with mode: 0644]
libraries/base/cbits/ubconfc [new file with mode: 0644]
libraries/base/changelog.md [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.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/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/.gitignore [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/CatEntail.hs [new file with mode: 0644]
libraries/base/tests/CatPairs.hs [new file with mode: 0644]
libraries/base/tests/Concurrent/4876.stdout [new file with mode: 0644]
libraries/base/tests/Concurrent/Chan001.hs [new file with mode: 0644]
libraries/base/tests/Concurrent/Chan001.stdout [new file with mode: 0644]
libraries/base/tests/Concurrent/Chan002.hs [new file with mode: 0644]
libraries/base/tests/Concurrent/Chan002.stdout [new file with mode: 0644]
libraries/base/tests/Concurrent/Chan003.hs [new file with mode: 0644]
libraries/base/tests/Concurrent/Chan003.stdout [new file with mode: 0644]
libraries/base/tests/Concurrent/MVar001.hs [new file with mode: 0644]
libraries/base/tests/Concurrent/MVar001.stdout [new file with mode: 0644]
libraries/base/tests/Concurrent/Makefile [new file with mode: 0644]
libraries/base/tests/Concurrent/ThreadDelay001.hs [new file with mode: 0644]
libraries/base/tests/Concurrent/all.T [new file with mode: 0644]
libraries/base/tests/IO/IOError001.hs [new file with mode: 0644]
libraries/base/tests/IO/IOError001.stdout [new file with mode: 0644]
libraries/base/tests/IO/IOError002.hs [new file with mode: 0644]
libraries/base/tests/IO/IOError002.stdout [new file with mode: 0644]
libraries/base/tests/IO/Makefile [new file with mode: 0644]
libraries/base/tests/IO/T12010/Makefile [new file with mode: 0644]
libraries/base/tests/IO/T12010/T12010.hsc [new file with mode: 0644]
libraries/base/tests/IO/T12010/cbits/initWinSock.c [new file with mode: 0644]
libraries/base/tests/IO/T12010/test.T [new file with mode: 0644]
libraries/base/tests/IO/T2122.hs [new file with mode: 0644]
libraries/base/tests/IO/T3307.hs [new file with mode: 0644]
libraries/base/tests/IO/T3307.stdout [new file with mode: 0644]
libraries/base/tests/IO/T4144.hs [new file with mode: 0644]
libraries/base/tests/IO/T4144.stdout [new file with mode: 0644]
libraries/base/tests/IO/T4808.hs [new file with mode: 0644]
libraries/base/tests/IO/T4808.stderr [new file with mode: 0644]
libraries/base/tests/IO/T4808.stdout [new file with mode: 0644]
libraries/base/tests/IO/T4855.hs [new file with mode: 0644]
libraries/base/tests/IO/T4855.stderr [new file with mode: 0644]
libraries/base/tests/IO/T4895.hs [new file with mode: 0644]
libraries/base/tests/IO/T4895.stdout [new file with mode: 0644]
libraries/base/tests/IO/T7853.hs [new file with mode: 0644]
libraries/base/tests/IO/T7853.stdout [new file with mode: 0644]
libraries/base/tests/IO/all.T [new file with mode: 0644]
libraries/base/tests/IO/concio001.hs [new file with mode: 0644]
libraries/base/tests/IO/concio001.stdout [new file with mode: 0644]
libraries/base/tests/IO/concio001.thr.stdout [new file with mode: 0644]
libraries/base/tests/IO/concio002.hs [new file with mode: 0644]
libraries/base/tests/IO/concio002.stdout [new file with mode: 0644]
libraries/base/tests/IO/countReaders001.hs [new file with mode: 0644]
libraries/base/tests/IO/countReaders001.stdout [new file with mode: 0644]
libraries/base/tests/IO/decodingerror001.hs [new file with mode: 0644]
libraries/base/tests/IO/decodingerror001.in1 [new file with mode: 0644]
libraries/base/tests/IO/decodingerror001.in2 [new file with mode: 0644]
libraries/base/tests/IO/decodingerror001.stdout [new file with mode: 0644]
libraries/base/tests/IO/decodingerror002.hs [new file with mode: 0644]
libraries/base/tests/IO/decodingerror002.in [new file with mode: 0644]
libraries/base/tests/IO/decodingerror002.stdout [new file with mode: 0644]
libraries/base/tests/IO/encoded-data/CP1251-UTF8.txt [new file with mode: 0644]
libraries/base/tests/IO/encoded-data/CP1251.txt [new file with mode: 0644]
libraries/base/tests/IO/encoded-data/CP936-UTF8.txt [new file with mode: 0644]
libraries/base/tests/IO/encoded-data/CP936.txt [new file with mode: 0644]
libraries/base/tests/IO/encoding001.hs [new file with mode: 0644]
libraries/base/tests/IO/encoding002.hs [new file with mode: 0644]
libraries/base/tests/IO/encoding002.stdout [new file with mode: 0644]
libraries/base/tests/IO/encoding003.hs [new file with mode: 0644]
libraries/base/tests/IO/encoding003.stdout [new file with mode: 0644]
libraries/base/tests/IO/encoding004.hs [new file with mode: 0644]
libraries/base/tests/IO/encoding004.stdout [new file with mode: 0644]
libraries/base/tests/IO/encoding005.hs [new file with mode: 0644]
libraries/base/tests/IO/encoding005.stdout [new file with mode: 0644]
libraries/base/tests/IO/encodingerror001.hs [new file with mode: 0644]
libraries/base/tests/IO/encodingerror001.stdout [new file with mode: 0644]
libraries/base/tests/IO/environment001.hs [new file with mode: 0644]
libraries/base/tests/IO/environment001.stdout [new file with mode: 0644]
libraries/base/tests/IO/finalization001.hs [new file with mode: 0644]
libraries/base/tests/IO/finalization001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hClose001.hs [new file with mode: 0644]
libraries/base/tests/IO/hClose001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hClose002.hs [new file with mode: 0644]
libraries/base/tests/IO/hClose002.stdout [new file with mode: 0644]
libraries/base/tests/IO/hClose002.stdout-i386-unknown-solaris2 [new file with mode: 0644]
libraries/base/tests/IO/hClose002.stdout-x86_64-unknown-solaris2 [new file with mode: 0644]
libraries/base/tests/IO/hClose003.hs [new file with mode: 0644]
libraries/base/tests/IO/hClose003.stdout [new file with mode: 0644]
libraries/base/tests/IO/hDuplicateTo001.hs [new file with mode: 0644]
libraries/base/tests/IO/hDuplicateTo001.stderr [new file with mode: 0644]
libraries/base/tests/IO/hFileSize001.hs [new file with mode: 0644]
libraries/base/tests/IO/hFileSize001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hFileSize002.hs [new file with mode: 0644]
libraries/base/tests/IO/hFileSize002.stdout [new file with mode: 0644]
libraries/base/tests/IO/hFlush001.hs [new file with mode: 0644]
libraries/base/tests/IO/hFlush001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hGetBuf001.hs [new file with mode: 0644]
libraries/base/tests/IO/hGetBuf001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hGetBuffering001.hs [new file with mode: 0644]
libraries/base/tests/IO/hGetBuffering001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hGetChar001.hs [new file with mode: 0644]
libraries/base/tests/IO/hGetChar001.stdin [new file with mode: 0644]
libraries/base/tests/IO/hGetChar001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hGetLine001.hs [new file with mode: 0644]
libraries/base/tests/IO/hGetLine001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hGetLine002.hs [new file with mode: 0644]
libraries/base/tests/IO/hGetLine002.stdin [new file with mode: 0644]
libraries/base/tests/IO/hGetLine002.stdout [new file with mode: 0644]
libraries/base/tests/IO/hGetLine003.hs [new file with mode: 0644]
libraries/base/tests/IO/hGetLine003.stdin [new file with mode: 0644]
libraries/base/tests/IO/hGetLine003.stdout [new file with mode: 0644]
libraries/base/tests/IO/hGetPosn001.hs [new file with mode: 0644]
libraries/base/tests/IO/hGetPosn001.in [new file with mode: 0644]
libraries/base/tests/IO/hGetPosn001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hIsEOF001.hs [new file with mode: 0644]
libraries/base/tests/IO/hIsEOF001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hIsEOF002.hs [new file with mode: 0644]
libraries/base/tests/IO/hIsEOF002.stdout [new file with mode: 0644]
libraries/base/tests/IO/hReady001.hs [new file with mode: 0644]
libraries/base/tests/IO/hReady001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hReady002.hs [new file with mode: 0644]
libraries/base/tests/IO/hReady002.stdout [new file with mode: 0644]
libraries/base/tests/IO/hSeek001.hs [new file with mode: 0644]
libraries/base/tests/IO/hSeek001.in [new file with mode: 0644]
libraries/base/tests/IO/hSeek001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hSeek002.hs [new file with mode: 0644]
libraries/base/tests/IO/hSeek002.stdout [new file with mode: 0644]
libraries/base/tests/IO/hSeek003.hs [new file with mode: 0644]
libraries/base/tests/IO/hSeek003.stdout [new file with mode: 0644]
libraries/base/tests/IO/hSeek004.hs [new file with mode: 0644]
libraries/base/tests/IO/hSeek004.stdout [new file with mode: 0644]
libraries/base/tests/IO/hSetBuffering002.hs [new file with mode: 0644]
libraries/base/tests/IO/hSetBuffering002.stdout [new file with mode: 0644]
libraries/base/tests/IO/hSetBuffering003.hs [new file with mode: 0644]
libraries/base/tests/IO/hSetBuffering003.stderr [new file with mode: 0644]
libraries/base/tests/IO/hSetBuffering003.stdout [new file with mode: 0644]
libraries/base/tests/IO/hSetBuffering004.hs [new file with mode: 0644]
libraries/base/tests/IO/hSetBuffering004.stdout [new file with mode: 0644]
libraries/base/tests/IO/hSetEncoding001.hs [new file with mode: 0644]
libraries/base/tests/IO/hSetEncoding001.in [new file with mode: 0644]
libraries/base/tests/IO/hSetEncoding001.stdout [new file with mode: 0644]
libraries/base/tests/IO/hSetEncoding002.hs [new file with mode: 0644]
libraries/base/tests/IO/hSetEncoding002.stdout [new file with mode: 0644]
libraries/base/tests/IO/ioeGetErrorString001.hs [new file with mode: 0644]
libraries/base/tests/IO/ioeGetErrorString001.stdout [new file with mode: 0644]
libraries/base/tests/IO/ioeGetFileName001.hs [new file with mode: 0644]
libraries/base/tests/IO/ioeGetFileName001.stdout [new file with mode: 0644]
libraries/base/tests/IO/ioeGetHandle001.hs [new file with mode: 0644]
libraries/base/tests/IO/ioeGetHandle001.stdout [new file with mode: 0644]
libraries/base/tests/IO/isEOF001.hs [new file with mode: 0644]
libraries/base/tests/IO/isEOF001.stdout [new file with mode: 0644]
libraries/base/tests/IO/latin1 [new file with mode: 0644]
libraries/base/tests/IO/misc001.hs [new file with mode: 0644]
libraries/base/tests/IO/misc001.stdout [new file with mode: 0644]
libraries/base/tests/IO/newline001.hs [new file with mode: 0644]
libraries/base/tests/IO/openFile001.hs [new file with mode: 0644]
libraries/base/tests/IO/openFile001.stdout [new file with mode: 0644]
libraries/base/tests/IO/openFile002.hs [new file with mode: 0644]
libraries/base/tests/IO/openFile002.stderr [new file with mode: 0644]
libraries/base/tests/IO/openFile003.hs [new file with mode: 0644]
libraries/base/tests/IO/openFile003.stdout [new file with mode: 0644]
libraries/base/tests/IO/openFile003.stdout-mingw32 [new file with mode: 0644]
libraries/base/tests/IO/openFile003.stdout-mips-sgi-irix [new file with mode: 0644]
libraries/base/tests/IO/openFile003.stdout-sparc-sun-solaris2 [new file with mode: 0644]
libraries/base/tests/IO/openFile004.hs [new file with mode: 0644]
libraries/base/tests/IO/openFile004.stdout [new file with mode: 0644]
libraries/base/tests/IO/openFile005.hs [new file with mode: 0644]
libraries/base/tests/IO/openFile005.stdout [new file with mode: 0644]
libraries/base/tests/IO/openFile006.hs [new file with mode: 0644]
libraries/base/tests/IO/openFile006.stdout [new file with mode: 0644]
libraries/base/tests/IO/openFile007.hs [new file with mode: 0644]
libraries/base/tests/IO/openFile007.stdout [new file with mode: 0644]
libraries/base/tests/IO/openFile008.hs [new file with mode: 0644]
libraries/base/tests/IO/openTempFile001.hs [new file with mode: 0644]
libraries/base/tests/IO/putStr001.hs [new file with mode: 0644]
libraries/base/tests/IO/putStr001.stdout [new file with mode: 0644]
libraries/base/tests/IO/readFile001.hs [new file with mode: 0644]
libraries/base/tests/IO/readFile001.stdout [new file with mode: 0644]
libraries/base/tests/IO/readwrite001.hs [new file with mode: 0644]
libraries/base/tests/IO/readwrite001.stdout [new file with mode: 0644]
libraries/base/tests/IO/readwrite002.hs [new file with mode: 0644]
libraries/base/tests/IO/readwrite002.stdout [new file with mode: 0644]
libraries/base/tests/IO/readwrite003.hs [new file with mode: 0644]
libraries/base/tests/IO/readwrite003.stdout [new file with mode: 0644]
libraries/base/tests/IO/utf8-test [new file with mode: 0644]
libraries/base/tests/Makefile [new file with mode: 0644]
libraries/base/tests/Memo1.lhs [new file with mode: 0644]
libraries/base/tests/Memo2.lhs [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/T5930.hs [new file with mode: 0644]
libraries/base/tests/System/T5930.stdout [new file with mode: 0644]
libraries/base/tests/System/Timeout001.hs [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/T10149.hs [new file with mode: 0644]
libraries/base/tests/T10149.stdout [new file with mode: 0644]
libraries/base/tests/T11334a.hs [new file with mode: 0644]
libraries/base/tests/T11334a.stdout [new file with mode: 0644]
libraries/base/tests/T11555.hs [new file with mode: 0644]
libraries/base/tests/T11555.stdout [new file with mode: 0644]
libraries/base/tests/T2528.hs [new file with mode: 0644]
libraries/base/tests/T2528.stdout [new file with mode: 0644]
libraries/base/tests/T4006.hs [new file with mode: 0644]
libraries/base/tests/T4006.stdout [new file with mode: 0644]
libraries/base/tests/T5943.hs [new file with mode: 0644]
libraries/base/tests/T5943.stdout [new file with mode: 0644]
libraries/base/tests/T5962.hs [new file with mode: 0644]
libraries/base/tests/T5962.stdout [new file with mode: 0644]
libraries/base/tests/T7034.hs [new file with mode: 0644]
libraries/base/tests/T7034.stdout [new file with mode: 0644]
libraries/base/tests/T7457.hs [new file with mode: 0644]
libraries/base/tests/T7457.stdout [new file with mode: 0644]
libraries/base/tests/T7653.hs [new file with mode: 0644]
libraries/base/tests/T7773.hs [new file with mode: 0644]
libraries/base/tests/T7773.stdout [new file with mode: 0644]
libraries/base/tests/T7787.hs [new file with mode: 0644]
libraries/base/tests/T7787.stdout [new file with mode: 0644]
libraries/base/tests/T8089.hs [new file with mode: 0644]
libraries/base/tests/T8766.hs [new file with mode: 0644]
libraries/base/tests/T8766.stdout [new file with mode: 0644]
libraries/base/tests/T9111.hs [new file with mode: 0644]
libraries/base/tests/T9395.hs [new file with mode: 0644]
libraries/base/tests/T9395.stderr [new file with mode: 0644]
libraries/base/tests/T9532.hs [new file with mode: 0644]
libraries/base/tests/T9532.stdout [new file with mode: 0644]
libraries/base/tests/T9586.hs [new file with mode: 0644]
libraries/base/tests/T9681.hs [new file with mode: 0644]
libraries/base/tests/T9681.stderr [new file with mode: 0644]
libraries/base/tests/T9826.hs [new file with mode: 0644]
libraries/base/tests/T9826.stdout [new file with mode: 0644]
libraries/base/tests/T9848.hs [new file with mode: 0644]
libraries/base/tests/T9848.stdout [new file with mode: 0644]
libraries/base/tests/Text.Printf/Makefile [new file with mode: 0644]
libraries/base/tests/Text.Printf/T1548.hs [new file with mode: 0644]
libraries/base/tests/Text.Printf/T1548.stdout [new file with mode: 0644]
libraries/base/tests/Text.Printf/all.T [new file with mode: 0644]
libraries/base/tests/addr001.hs [new file with mode: 0644]
libraries/base/tests/addr001.stdout [new file with mode: 0644]
libraries/base/tests/addr001.stdout-alpha-dec-osf3 [new file with mode: 0644]
libraries/base/tests/addr001.stdout-mips-sgi-irix [new file with mode: 0644]
libraries/base/tests/addr001.stdout-ws-64 [new file with mode: 0644]
libraries/base/tests/addr001.stdout-x86_64-unknown-openbsd [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/char001.hs [new file with mode: 0644]
libraries/base/tests/char001.stdout [new file with mode: 0644]
libraries/base/tests/char002.hs [new file with mode: 0644]
libraries/base/tests/char002.stdout [new file with mode: 0644]
libraries/base/tests/cstring001.hs [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/dynamic001.hs [new file with mode: 0644]
libraries/base/tests/dynamic001.stdout [new file with mode: 0644]
libraries/base/tests/dynamic002.hs [new file with mode: 0644]
libraries/base/tests/dynamic002.stdout [new file with mode: 0644]
libraries/base/tests/dynamic003.hs [new file with mode: 0644]
libraries/base/tests/dynamic003.stdout [new file with mode: 0644]
libraries/base/tests/dynamic004.hs [new file with mode: 0644]
libraries/base/tests/dynamic004.stdout [new file with mode: 0644]
libraries/base/tests/dynamic005.hs [new file with mode: 0644]
libraries/base/tests/dynamic005.stdout [new file with mode: 0644]
libraries/base/tests/echo001.hs [new file with mode: 0644]
libraries/base/tests/echo001.stdout [new file with mode: 0644]
libraries/base/tests/enum01.hs [new file with mode: 0644]
libraries/base/tests/enum01.stdout [new file with mode: 0644]
libraries/base/tests/enum01.stdout-alpha-dec-osf3 [new file with mode: 0644]
libraries/base/tests/enum01.stdout-ws-64 [new file with mode: 0644]
libraries/base/tests/enum02.hs [new file with mode: 0644]
libraries/base/tests/enum02.stdout [new file with mode: 0644]
libraries/base/tests/enum02.stdout-alpha-dec-osf3 [new file with mode: 0644]
libraries/base/tests/enum02.stdout-mips-sgi-irix [new file with mode: 0644]
libraries/base/tests/enum02.stdout-ws-64 [new file with mode: 0644]
libraries/base/tests/enum02.stdout-x86_64-unknown-openbsd [new file with mode: 0644]
libraries/base/tests/enum03.hs [new file with mode: 0644]
libraries/base/tests/enum03.stdout [new file with mode: 0644]
libraries/base/tests/enum03.stdout-alpha-dec-osf3 [new file with mode: 0644]
libraries/base/tests/enum03.stdout-mips-sgi-irix [new file with mode: 0644]
libraries/base/tests/enum03.stdout-ws-64 [new file with mode: 0644]
libraries/base/tests/enum03.stdout-x86_64-unknown-openbsd [new file with mode: 0644]
libraries/base/tests/enum04.hs [new file with mode: 0644]
libraries/base/tests/enum04.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/enum_processor.py [new file with mode: 0755]
libraries/base/tests/exceptionsrun001.hs [new file with mode: 0644]
libraries/base/tests/exceptionsrun001.stdout [new file with mode: 0644]
libraries/base/tests/exceptionsrun002.hs [new file with mode: 0644]
libraries/base/tests/exceptionsrun002.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/foldableArray.hs [new file with mode: 0644]
libraries/base/tests/foldableArray.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/hGetBuf002.hs [new file with mode: 0644]
libraries/base/tests/hGetBuf002.stdout [new file with mode: 0644]
libraries/base/tests/hGetBuf003.hs [new file with mode: 0644]
libraries/base/tests/hGetBuf003.stdout [new file with mode: 0644]
libraries/base/tests/hPutBuf001.hs [new file with mode: 0644]
libraries/base/tests/hPutBuf001.stdout [new file with mode: 0644]
libraries/base/tests/hPutBuf002.hs [new file with mode: 0644]
libraries/base/tests/hPutBuf002.stdout [new file with mode: 0644]
libraries/base/tests/hTell001.hs [new file with mode: 0644]
libraries/base/tests/hTell001.stdout [new file with mode: 0644]
libraries/base/tests/hTell002.hs [new file with mode: 0644]
libraries/base/tests/hTell002.stdout [new file with mode: 0644]
libraries/base/tests/inits.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/isSuffixOf.hs [new file with mode: 0644]
libraries/base/tests/isSuffixOf.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/length001.hs [new file with mode: 0644]
libraries/base/tests/length001.stdout [new file with mode: 0644]
libraries/base/tests/lex001.hs [new file with mode: 0644]
libraries/base/tests/lex001.stdout [new file with mode: 0644]
libraries/base/tests/list001.hs [new file with mode: 0644]
libraries/base/tests/list001.stdout [new file with mode: 0644]
libraries/base/tests/list002.hs [new file with mode: 0644]
libraries/base/tests/list002.stdout [new file with mode: 0644]
libraries/base/tests/list003.hs [new file with mode: 0644]
libraries/base/tests/list003.stdout [new file with mode: 0644]
libraries/base/tests/memo001.hs [new file with mode: 0644]
libraries/base/tests/memo001.stdout [new file with mode: 0644]
libraries/base/tests/memo002.hs [new file with mode: 0644]
libraries/base/tests/memo002.stdout [new file with mode: 0644]
libraries/base/tests/packedstring001.hs [new file with mode: 0644]
libraries/base/tests/packedstring001.stdout [new file with mode: 0644]
libraries/base/tests/performGC001.hs [new file with mode: 0644]
libraries/base/tests/performGC001.stdout [new file with mode: 0644]
libraries/base/tests/qsem001.hs [new file with mode: 0644]
libraries/base/tests/qsem001.stdout [new file with mode: 0644]
libraries/base/tests/qsemn001.hs [new file with mode: 0644]
libraries/base/tests/qsemn001.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/rand001.hs [new file with mode: 0644]
libraries/base/tests/rand001.stdout [new file with mode: 0644]
libraries/base/tests/ratio001.hs [new file with mode: 0644]
libraries/base/tests/ratio001.stdout [new file with mode: 0644]
libraries/base/tests/readDouble001.hs [new file with mode: 0644]
libraries/base/tests/readDouble001.stdout [new file with mode: 0644]
libraries/base/tests/readFixed001.hs [new file with mode: 0644]
libraries/base/tests/readFixed001.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/readInteger001.hs [new file with mode: 0644]
libraries/base/tests/readInteger001.stdout [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/reads001.hs [new file with mode: 0644]
libraries/base/tests/reads001.stdout [new file with mode: 0644]
libraries/base/tests/show001.hs [new file with mode: 0644]
libraries/base/tests/show001.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/stableptr001.hs [new file with mode: 0644]
libraries/base/tests/stableptr001.stdout [new file with mode: 0644]
libraries/base/tests/stableptr003.hs [new file with mode: 0644]
libraries/base/tests/stableptr004.hs [new file with mode: 0644]
libraries/base/tests/stableptr004.stdout [new file with mode: 0644]
libraries/base/tests/stableptr005.hs [new file with mode: 0644]
libraries/base/tests/stableptr005.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/text001.hs [new file with mode: 0644]
libraries/base/tests/text001.stdout [new file with mode: 0644]
libraries/base/tests/topHandler01.hs [new file with mode: 0644]
libraries/base/tests/topHandler01.stdout [new file with mode: 0644]
libraries/base/tests/topHandler02.hs [new file with mode: 0644]
libraries/base/tests/topHandler03.hs [new file with mode: 0644]
libraries/base/tests/topHandler04.hs [new file with mode: 0644]
libraries/base/tests/topHandler04.stderr [new file with mode: 0644]
libraries/base/tests/trace001.hs [new file with mode: 0644]
libraries/base/tests/trace001.stderr [new file with mode: 0644]
libraries/base/tests/trace001.stdout [new file with mode: 0644]
libraries/base/tests/tup001.hs [new file with mode: 0644]
libraries/base/tests/tup001.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/unicode002.hs [new file with mode: 0644]
libraries/base/tests/unicode002.stdout [new file with mode: 0644]
libraries/base/tests/weak001.hs [new file with mode: 0644]
libraries/binary/.gitignore [new file with mode: 0644]
libraries/binary/.hgignore [new file with mode: 0644]
libraries/binary/.travis.yml [new file with mode: 0644]
libraries/binary/GNUmakefile [new file with mode: 0644]
libraries/binary/LICENSE [new file with mode: 0644]
libraries/binary/README.md [new file with mode: 0644]
libraries/binary/Setup.lhs [new file with mode: 0755]
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/GenericsBench.hs [new file with mode: 0644]
libraries/binary/benchmarks/GenericsBenchCache.hs [new file with mode: 0644]
libraries/binary/benchmarks/GenericsBenchTypes.hs [new file with mode: 0644]
libraries/binary/benchmarks/Get.hs [new file with mode: 0644]
libraries/binary/benchmarks/MemBench.hs [new file with mode: 0644]
libraries/binary/benchmarks/Put.hs [new file with mode: 0644]
libraries/binary/binary.cabal [new file with mode: 0644]
libraries/binary/changelog.md [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/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/Class.hs [new file with mode: 0644]
libraries/binary/src/Data/Binary/Generic.hs [new file with mode: 0644]
libraries/binary/src/Data/Binary/Get.hs [new file with mode: 0644]
libraries/binary/src/Data/Binary/Get/Internal.hs [new file with mode: 0644]
libraries/binary/src/Data/Binary/Internal.hs [new file with mode: 0644]
libraries/binary/src/Data/Binary/Put.hs [new file with mode: 0644]
libraries/binary/tests/Action.hs [new file with mode: 0644]
libraries/binary/tests/Arbitrary.hs [new file with mode: 0644]
libraries/binary/tests/File.hs [new file with mode: 0644]
libraries/binary/tests/QC.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/.gitignore [new file with mode: 0644]
libraries/bytestring/.hgignore [new file with mode: 0644]
libraries/bytestring/.travis.yml [new file with mode: 0644]
libraries/bytestring/Changelog.md [new file with mode: 0644]
libraries/bytestring/Data/ByteString.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder/ASCII.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder/Extra.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder/Internal.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder/Prim.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder/Prim/ASCII.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder/Prim/Binary.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder/Prim/Internal.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder/Prim/Internal/Base16.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder/Prim/Internal/Floating.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Char8.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/Builder.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Lazy/Builder/ASCII.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Lazy/Builder/Extras.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/Short.hs [new file with mode: 0644]
libraries/bytestring/Data/ByteString/Short/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.md [new file with mode: 0644]
libraries/bytestring/Setup.hs [new file with mode: 0644]
libraries/bytestring/TODO [new file with mode: 0644]
libraries/bytestring/bench/BenchAll.hs [new file with mode: 0644]
libraries/bytestring/bench/BoundsCheckFusion.hs [new file with mode: 0644]
libraries/bytestring/bench/CSV.hs [new file with mode: 0644]
libraries/bytestring/bench/LICENSE [new file with mode: 0644]
libraries/bytestring/bench/bench-bytestring.cabal [new file with mode: 0644]
libraries/bytestring/bench/wiki-haskell.html [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/cbits/itoa.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/tests/.gitignore [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/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/Regressions.hs [new file with mode: 0644]
libraries/bytestring/tests/Rules.hs [new file with mode: 0644]
libraries/bytestring/tests/TestFramework.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/builder/Data/ByteString/Builder/Prim/TestUtils.hs [new file with mode: 0644]
libraries/bytestring/tests/builder/Data/ByteString/Builder/Prim/Tests.hs [new file with mode: 0644]
libraries/bytestring/tests/builder/Data/ByteString/Builder/Tests.hs [new file with mode: 0644]
libraries/bytestring/tests/builder/TestSuite.hs [new file with mode: 0644]
libraries/bytestring/tests/bytestring-tests.cabal [new file with mode: 0644]
libraries/bytestring/tests/data [new file with mode: 0644]
libraries/bytestring/tests/edit.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/.travis.yml [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/IntMap/Base.hs [new file with mode: 0644]
libraries/containers/Data/IntMap/Lazy.hs [new file with mode: 0644]
libraries/containers/Data/IntMap/Strict.hs [new file with mode: 0644]
libraries/containers/Data/IntSet.hs [new file with mode: 0644]
libraries/containers/Data/IntSet/Base.hs [new file with mode: 0644]
libraries/containers/Data/Map.hs [new file with mode: 0644]
libraries/containers/Data/Map/Base.hs [new file with mode: 0644]
libraries/containers/Data/Map/Lazy.hs [new file with mode: 0644]
libraries/containers/Data/Map/Strict.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/Set/Base.hs [new file with mode: 0644]
libraries/containers/Data/Tree.hs [new file with mode: 0644]
libraries/containers/Data/Utils/BitUtil.hs [new file with mode: 0644]
libraries/containers/Data/Utils/StrictFold.hs [new file with mode: 0644]
libraries/containers/Data/Utils/StrictPair.hs [new file with mode: 0644]
libraries/containers/GNUmakefile [new file with mode: 0644]
libraries/containers/LICENSE [new file with mode: 0644]
libraries/containers/README.md [new file with mode: 0644]
libraries/containers/Setup.hs [new file with mode: 0644]
libraries/containers/benchmarks/.gitignore [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/LookupGE/IntMap.hs [new file with mode: 0644]
libraries/containers/benchmarks/LookupGE/LookupGE_IntMap.hs [new file with mode: 0644]
libraries/containers/benchmarks/LookupGE/LookupGE_Map.hs [new file with mode: 0644]
libraries/containers/benchmarks/LookupGE/Makefile [new file with mode: 0644]
libraries/containers/benchmarks/LookupGE/Map.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/benchmarks/SetOperations/Makefile [new file with mode: 0644]
libraries/containers/benchmarks/SetOperations/SetOperations-IntMap.hs [new file with mode: 0644]
libraries/containers/benchmarks/SetOperations/SetOperations-IntSet.hs [new file with mode: 0644]
libraries/containers/benchmarks/SetOperations/SetOperations-Map.hs [new file with mode: 0644]
libraries/containers/benchmarks/SetOperations/SetOperations-Set.hs [new file with mode: 0644]
libraries/containers/benchmarks/SetOperations/SetOperations.hs [new file with mode: 0644]
libraries/containers/benchmarks/bench-cmp.pl [new file with mode: 0755]
libraries/containers/benchmarks/bench-cmp.sh [new file with mode: 0755]
libraries/containers/changelog.md [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/containers.h [new file with mode: 0644]
libraries/containers/prologue.txt [new file with mode: 0644]
libraries/containers/tests-ghc/Makefile [new file with mode: 0644]
libraries/containers/tests-ghc/all.T [new file with mode: 0644]
libraries/containers/tests-ghc/dataintset001.hs [new file with mode: 0644]
libraries/containers/tests-ghc/dataintset001.stdout [new file with mode: 0644]
libraries/containers/tests-ghc/datamap001.hs [new file with mode: 0644]
libraries/containers/tests-ghc/datamap001.stdout [new file with mode: 0644]
libraries/containers/tests-ghc/datamap002.hs [new file with mode: 0644]
libraries/containers/tests-ghc/datamap002.stdout [new file with mode: 0644]
libraries/containers/tests-ghc/sequence001.hs [new file with mode: 0644]
libraries/containers/tests-ghc/sequence001.stdout [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/README [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/coerce_tests [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/mapcoerceintmap.hs [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/mapcoerceintmap.stdout [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/mapcoerceintmapstrict.hs [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/mapcoerceintmapstrict.hs.stdout [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/mapcoercemap.hs [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/mapcoercemap.stdout [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/mapcoerceseq.hs [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/mapcoerceseq.stdout [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/mapcoercesmap.hs [new file with mode: 0644]
libraries/containers/tests-ghc/unreliable/mapcoercesmap.stdout [new file with mode: 0644]
libraries/containers/tests/Makefile [new file with mode: 0644]
libraries/containers/tests/deprecated-properties.hs [new file with mode: 0644]
libraries/containers/tests/intmap-properties.hs [new file with mode: 0644]
libraries/containers/tests/intmap-strictness.hs [new file with mode: 0644]
libraries/containers/tests/intset-properties.hs [new file with mode: 0644]
libraries/containers/tests/intset-strictness.hs [new file with mode: 0644]
libraries/containers/tests/map-properties.hs [new file with mode: 0644]
libraries/containers/tests/map-strictness.hs [new file with mode: 0644]
libraries/containers/tests/seq-properties.hs [new file with mode: 0644]
libraries/containers/tests/set-properties.hs [new file with mode: 0644]
libraries/deepseq/.gitignore [new file with mode: 0644]
libraries/deepseq/.travis.yml [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/README.md [new file with mode: 0644]
libraries/deepseq/Setup.hs [new file with mode: 0644]
libraries/deepseq/changelog.md [new file with mode: 0644]
libraries/deepseq/deepseq.cabal [new file with mode: 0644]
libraries/deepseq/ghc.mk [new file with mode: 0644]
libraries/deepseq/tests/Main.hs [new file with mode: 0644]
libraries/defineTOP.mk [new file with mode: 0644]
libraries/directory/.gitignore [new file with mode: 0644]
libraries/directory/.travis.yml [new file with mode: 0644]
libraries/directory/GNUmakefile [new file with mode: 0644]
libraries/directory/HsDirectoryConfig.h.in [new file with mode: 0644]
libraries/directory/LICENSE [new file with mode: 0644]
libraries/directory/README.md [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/System/Directory/Internal.hs [new file with mode: 0644]
libraries/directory/System/Directory/Internal/C_utimensat.hsc [new file with mode: 0644]
libraries/directory/System/Directory/Internal/Config.hs [new file with mode: 0644]
libraries/directory/System/Directory/Internal/Posix.hsc [new file with mode: 0644]
libraries/directory/System/Directory/Internal/Prelude.hs [new file with mode: 0644]
libraries/directory/System/Directory/Internal/Windows.hsc [new file with mode: 0644]
libraries/directory/System/Directory/Internal/utility.h [new file with mode: 0644]
libraries/directory/appveyor.yml [new file with mode: 0644]
libraries/directory/changelog.md [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.buildinfo [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/prologue.txt [new file with mode: 0644]
libraries/directory/tests/CanonicalizePath.hs [new file with mode: 0644]
libraries/directory/tests/CopyFile001.hs [new file with mode: 0644]
libraries/directory/tests/CopyFile002.hs [new file with mode: 0644]
libraries/directory/tests/CopyFileWithMetadata.hs [new file with mode: 0644]
libraries/directory/tests/CreateDirectory001.hs [new file with mode: 0644]
libraries/directory/tests/CreateDirectoryIfMissing001.hs [new file with mode: 0644]
libraries/directory/tests/CurrentDirectory001.hs [new file with mode: 0644]
libraries/directory/tests/Directory001.hs [new file with mode: 0644]
libraries/directory/tests/DoesDirectoryExist001.hs [new file with mode: 0644]
libraries/directory/tests/DoesPathExist.hs [new file with mode: 0644]
libraries/directory/tests/FileTime.hs [new file with mode: 0644]
libraries/directory/tests/FindFile001.hs [new file with mode: 0644]
libraries/directory/tests/GetDirContents001.hs [new file with mode: 0644]
libraries/directory/tests/GetDirContents002.hs [new file with mode: 0644]
libraries/directory/tests/GetFileSize.hs [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/Main.hs [new file with mode: 0644]
libraries/directory/tests/MakeAbsolute.hs [new file with mode: 0644]
libraries/directory/tests/PathIsSymbolicLink.hs [new file with mode: 0644]
libraries/directory/tests/RemoveDirectoryRecursive001.hs [new file with mode: 0644]
libraries/directory/tests/RemovePathForcibly.hs [new file with mode: 0644]
libraries/directory/tests/RenameDirectory.hs [new file with mode: 0644]
libraries/directory/tests/RenameFile001.hs [new file with mode: 0644]
libraries/directory/tests/RenamePath.hs [new file with mode: 0644]
libraries/directory/tests/Safe.hs [new file with mode: 0644]
libraries/directory/tests/T8482.hs [new file with mode: 0644]
libraries/directory/tests/TestUtils.hs [new file with mode: 0644]
libraries/directory/tests/Util.hs [new file with mode: 0644]
libraries/directory/tests/WithCurrentDirectory.hs [new file with mode: 0644]
libraries/directory/tests/util.inl [new file with mode: 0644]
libraries/directory/tools/retry [new file with mode: 0755]
libraries/directory/tools/testctl [new file with mode: 0755]
libraries/directory/tools/testscript [new file with mode: 0755]
libraries/doc/Makefile [new file with mode: 0644]
libraries/doc/lib-hierarchy.html [new file with mode: 0644]
libraries/filepath/.ghci [new file with mode: 0644]
libraries/filepath/.gitignore [new file with mode: 0644]
libraries/filepath/.travis.yml [new file with mode: 0644]
libraries/filepath/GNUmakefile [new file with mode: 0644]
libraries/filepath/Generate.hs [new file with mode: 0755]
libraries/filepath/LICENSE [new file with mode: 0644]
libraries/filepath/README.md [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/appveyor.yml [new file with mode: 0644]
libraries/filepath/changelog.md [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/prologue.txt [new file with mode: 0644]
libraries/filepath/tests/Test.hs [new file with mode: 0755]
libraries/filepath/tests/TestGen.hs [new file with mode: 0755]
libraries/filepath/tests/TestUtil.hs [new file with mode: 0644]
libraries/filepath/travis.hs [new file with mode: 0755]
libraries/gen_contents_index [new file with mode: 0644]
libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs [new file with mode: 0644]
libraries/ghc-boot-th/GHC/Lexeme.hs [new file with mode: 0644]
libraries/ghc-boot-th/GNUmakefile [new file with mode: 0644]
libraries/ghc-boot-th/LICENSE [new file with mode: 0644]
libraries/ghc-boot-th/changelog.md [new file with mode: 0644]
libraries/ghc-boot-th/ghc-boot-th.cabal [new file with mode: 0644]
libraries/ghc-boot-th/ghc-boot-th.cabal.in [new file with mode: 0644]
libraries/ghc-boot-th/ghc.mk [new file with mode: 0644]
libraries/ghc-boot/GHC/LanguageExtensions.hs [new file with mode: 0644]
libraries/ghc-boot/GHC/LanguageExtensions/Type.hs [new file with mode: 0644]
libraries/ghc-boot/GHC/PackageDb.hs [new file with mode: 0644]
libraries/ghc-boot/GHC/Serialized.hs [new file with mode: 0644]
libraries/ghc-boot/GNUmakefile [new file with mode: 0644]
libraries/ghc-boot/LICENSE [new file with mode: 0644]
libraries/ghc-boot/changelog.md [new file with mode: 0644]
libraries/ghc-boot/ghc-boot.cabal [new file with mode: 0644]
libraries/ghc-boot/ghc-boot.cabal.in [new file with mode: 0644]
libraries/ghc-boot/ghc.mk [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/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/atomic.c [new file with mode: 0644]
libraries/ghc-prim/cbits/bswap.c [new file with mode: 0644]
libraries/ghc-prim/cbits/clz.c [new file with mode: 0644]
libraries/ghc-prim/cbits/ctz.c [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/cbits/word2float.c [new file with mode: 0644]
libraries/ghc-prim/changelog.md [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/ghc-prim/tests/T6026.hs [new file with mode: 0644]
libraries/ghc-prim/tests/T6026.stdout [new file with mode: 0644]
libraries/ghci/GHCi/BreakArray.hs [new file with mode: 0644]
libraries/ghci/GHCi/CreateBCO.hs [new file with mode: 0644]
libraries/ghci/GHCi/FFI.hsc [new file with mode: 0644]
libraries/ghci/GHCi/InfoTable.hsc [new file with mode: 0644]
libraries/ghci/GHCi/Message.hs [new file with mode: 0644]
libraries/ghci/GHCi/ObjLink.hs [new file with mode: 0644]
libraries/ghci/GHCi/RemoteTypes.hs [new file with mode: 0644]
libraries/ghci/GHCi/ResolvedBCO.hs [new file with mode: 0644]
libraries/ghci/GHCi/Run.hs [new file with mode: 0644]
libraries/ghci/GHCi/Signals.hs [new file with mode: 0644]
libraries/ghci/GHCi/TH.hs [new file with mode: 0644]
libraries/ghci/GHCi/TH/Binary.hs [new file with mode: 0644]
libraries/ghci/GNUmakefile [new file with mode: 0644]
libraries/ghci/LICENSE [new file with mode: 0644]
libraries/ghci/SizedSeq.hs [new file with mode: 0644]
libraries/ghci/changelog.md [new file with mode: 0644]
libraries/ghci/ghc.mk [new file with mode: 0644]
libraries/ghci/ghci.cabal.in [new file with mode: 0644]
libraries/haskeline/.gitignore [new file with mode: 0644]
libraries/haskeline/.travis.yml [new file with mode: 0644]
libraries/haskeline/Changelog [new file with mode: 0644]
libraries/haskeline/GNUmakefile [new file with mode: 0644]
libraries/haskeline/LICENSE [new file with mode: 0644]
libraries/haskeline/README.md [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/Posix.hsc [new file with mode: 0644]
libraries/haskeline/System/Console/Haskeline/Backend/Posix/Encoder.hs [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/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/Recover.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/haskeline/tests/Pty.hs [new file with mode: 0644]
libraries/haskeline/tests/RunTTY.hs [new file with mode: 0644]
libraries/haskeline/tests/Unit.hs [new file with mode: 0644]
libraries/haskeline/tests/dummy-μασ/bar [new file with mode: 0644]
libraries/haskeline/tests/dummy-μασ/ςερτ [new file with mode: 0644]
libraries/hoopl/.gitignore [new file with mode: 0644]
libraries/hoopl/.travis.yml [new file with mode: 0644]
libraries/hoopl/GNUmakefile [new file with mode: 0644]
libraries/hoopl/HOWTO-BRANCHES [new file with mode: 0644]
libraries/hoopl/LICENSE [new file with mode: 0644]
libraries/hoopl/PROBLEMS [new file with mode: 0644]
libraries/hoopl/README.md [new file with mode: 0644]
libraries/hoopl/Setup.hs [new file with mode: 0644]
libraries/hoopl/changelog.md [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/src/.gitignore [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Block.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/HISTORY [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Haddock.hs [new file with mode: 0644]
libraries/hoopl/src/Compiler/Hoopl/Internals.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/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/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/Ir2ast.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/tests/ExpectedOutput [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test.expected [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test2 [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test2.expected [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test3 [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test3.expected [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test4 [new file with mode: 0644]
libraries/hoopl/testing/tests/if-test4.expected [new file with mode: 0644]
libraries/hoopl/testing/tests/test1 [new file with mode: 0644]
libraries/hoopl/testing/tests/test1.expected [new file with mode: 0644]
libraries/hoopl/testing/tests/test2 [new file with mode: 0644]
libraries/hoopl/testing/tests/test2.expected [new file with mode: 0644]
libraries/hoopl/testing/tests/test3 [new file with mode: 0644]
libraries/hoopl/testing/tests/test3.expected [new file with mode: 0644]
libraries/hoopl/testing/tests/test4 [new file with mode: 0644]
libraries/hoopl/testing/tests/test4.expected [new file with mode: 0644]
libraries/hoopl/testing/tests/test5 [new file with mode: 0644]
libraries/hoopl/testing/tests/test5.expected [new file with mode: 0644]
libraries/hoopl/testing/tests/test6 [new file with mode: 0644]
libraries/hoopl/testing/tests/test6.expected [new file with mode: 0644]
libraries/hoopl/testing/tests/test7 [new file with mode: 0644]
libraries/hoopl/testing/tests/test7.expected [new file with mode: 0644]
libraries/hpc/.gitignore [new file with mode: 0644]
libraries/hpc/.travis.yml [new file with mode: 0644]
libraries/hpc/GNUmakefile [new file with mode: 0644]
libraries/hpc/LICENSE [new file with mode: 0644]
libraries/hpc/README.md [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/changelog.md [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/.gitignore [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/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/function2/Makefile [new file with mode: 0644]
libraries/hpc/tests/function2/subdir/tough2.lhs [new file with mode: 0644]
libraries/hpc/tests/function2/test.T [new file with mode: 0644]
libraries/hpc/tests/function2/tough2.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.copy/Main.mix [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/.hpc/Main.mix [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/.hpc/NoParse.mix [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/Makefile [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/T10529a.stderr [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/T10529b.stderr [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/T10529c.stderr [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_sample_incompatible_hash.tix [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_sample_no_parse.tix [new file with mode: 0644]
libraries/hpc/tests/simple/tixs/hpc_sample_non_existing_module.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/integer-gmp/.gitignore [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/aclocal.m4 [new file with mode: 0644]
libraries/integer-gmp/cbits/wrappers.c [new file with mode: 0644]
libraries/integer-gmp/changelog.md [new file with mode: 0644]
libraries/integer-gmp/config.guess [new file with mode: 0755]
libraries/integer-gmp/config.sub [new file with mode: 0755]
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-gmp.h [new file with mode: 0644]
libraries/integer-gmp/gmp/ghc.mk [new file with mode: 0644]
libraries/integer-gmp/gmp/gmpsrc.patch [new file with mode: 0644]
libraries/integer-gmp/gmp/ln [new file with mode: 0755]
libraries/integer-gmp/gmp/tarball/README [new file with mode: 0644]
libraries/integer-gmp/gmp/tarball/gmp-5.0.3-nodoc-patched.tar.bz2 [new file with mode: 0644]
libraries/integer-gmp/gmp/tarball/gmp-5.0.4.patch [new file with mode: 0644]
libraries/integer-gmp/gmp/tarball/patch [new file with mode: 0644]
libraries/integer-gmp/include/HsIntegerGmp.h.in [new file with mode: 0644]
libraries/integer-gmp/install-sh [new file with mode: 0755]
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-gmp/src/GHC/Integer.hs [new file with mode: 0644]
libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs [new file with mode: 0644]
libraries/integer-gmp/src/GHC/Integer/Logarithms.hs [new file with mode: 0644]
libraries/integer-gmp/src/GHC/Integer/Logarithms/Internals.hs [new file with mode: 0644]
libraries/integer-gmp/src/GHC/Integer/Type.hs [new file with mode: 0644]
libraries/integer-simple/.gitignore [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/pretty/.gitignore [new file with mode: 0644]
libraries/pretty/.travis.yml [new file with mode: 0644]
libraries/pretty/CHANGELOG.md [new file with mode: 0644]
libraries/pretty/GNUmakefile [new file with mode: 0644]
libraries/pretty/LICENSE [new file with mode: 0644]
libraries/pretty/README.md [new file with mode: 0644]
libraries/pretty/Setup.hs [new file with mode: 0644]
libraries/pretty/TODO [new file with mode: 0644]
libraries/pretty/ghc.mk [new file with mode: 0644]
libraries/pretty/pretty.cabal [new file with mode: 0644]
libraries/pretty/src/Text/PrettyPrint.hs [new file with mode: 0644]
libraries/pretty/src/Text/PrettyPrint/Annotated.hs [new file with mode: 0644]
libraries/pretty/src/Text/PrettyPrint/Annotated/HughesPJ.hs [new file with mode: 0644]
libraries/pretty/src/Text/PrettyPrint/Annotated/HughesPJClass.hs [new file with mode: 0644]
libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs [new file with mode: 0644]
libraries/pretty/src/Text/PrettyPrint/HughesPJClass.hs [new file with mode: 0644]
libraries/pretty/tests/Bench1.hs [new file with mode: 0644]
libraries/pretty/tests/BugSep.hs [new file with mode: 0644]
libraries/pretty/tests/PrettyTestVersion.hs [new file with mode: 0644]
libraries/pretty/tests/Test.hs [new file with mode: 0644]
libraries/pretty/tests/TestGenerators.hs [new file with mode: 0644]
libraries/pretty/tests/TestStructures.hs [new file with mode: 0644]
libraries/pretty/tests/TestUtils.hs [new file with mode: 0644]
libraries/pretty/tests/UnitLargeDoc.hs [new file with mode: 0644]
libraries/pretty/tests/UnitPP1.hs [new file with mode: 0644]
libraries/pretty/tests/UnitT3911.hs [new file with mode: 0644]
libraries/process/.gitignore [new file with mode: 0644]
libraries/process/.travis.yml [new file with mode: 0644]
libraries/process/GNUmakefile [new file with mode: 0644]
libraries/process/LICENSE [new file with mode: 0644]
libraries/process/README.md [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/Common.hs [new file with mode: 0644]
libraries/process/System/Process/Internals.hs [new file with mode: 0644]
libraries/process/System/Process/Posix.hs [new file with mode: 0644]
libraries/process/System/Process/Windows.hsc [new file with mode: 0644]
libraries/process/aclocal.m4 [new file with mode: 0644]
libraries/process/appveyor.yml [new file with mode: 0644]
libraries/process/cbits/runProcess.c [new file with mode: 0644]
libraries/process/changelog.md [new file with mode: 0644]
libraries/process/configure [new file with mode: 0755]
libraries/process/configure.ac [new file with mode: 0644]
libraries/process/exes/echo.bat [new file with mode: 0755]
libraries/process/exes/subdir/echo.bat [new file with mode: 0755]
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/process.buildinfo [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/stack.yaml [new file with mode: 0644]
libraries/process/test/main.hs [new file with mode: 0644]
libraries/process/tests/.gitignore [new file with mode: 0644]
libraries/process/tests/Makefile [new file with mode: 0644]
libraries/process/tests/T1780.hs [new file with mode: 0644]
libraries/process/tests/T1780.stdout [new file with mode: 0644]
libraries/process/tests/T3231.hs [new file with mode: 0644]
libraries/process/tests/T3231.stdout [new file with mode: 0644]
libraries/process/tests/T3994.hs [new file with mode: 0644]
libraries/process/tests/T3994.stdout [new file with mode: 0644]
libraries/process/tests/T4198.hs [new file with mode: 0644]
libraries/process/tests/T4198.stdout [new file with mode: 0644]
libraries/process/tests/T4198.stdout-mingw32 [new file with mode: 0644]
libraries/process/tests/T4889.hs [new file with mode: 0644]
libraries/process/tests/T4889.stdout [new file with mode: 0644]
libraries/process/tests/T8343.hs [new file with mode: 0644]
libraries/process/tests/T8343.stdout [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.stdout [new file with mode: 0644]
libraries/process/tests/process004.stdout-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/process007_fd.c [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/process/tests/process009.hs [new file with mode: 0644]
libraries/process/tests/process009.stdout [new file with mode: 0644]
libraries/process/tests/process010.hs [new file with mode: 0644]
libraries/process/tests/process010.stdout [new file with mode: 0644]
libraries/process/tests/process010.stdout-i386-unknown-solaris2 [new file with mode: 0644]
libraries/process/tests/process010.stdout-mingw32 [new file with mode: 0644]
libraries/process/tests/process011.hs [new file with mode: 0644]
libraries/process/tests/process011.stdout [new file with mode: 0644]
libraries/prologue.txt.in [new file with mode: 0644]
libraries/template-haskell/.gitignore [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/LanguageExtensions.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/Lib/Map.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/Setup.hs [new file with mode: 0644]
libraries/template-haskell/changelog.md [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/template-haskell/tests/.gitignore [new file with mode: 0644]
libraries/template-haskell/tests/Makefile [new file with mode: 0644]
libraries/template-haskell/tests/all.T [new file with mode: 0644]
libraries/template-haskell/tests/dataToExpQUnit.hs [new file with mode: 0644]
libraries/template-haskell/tests/dataToExpQUnit.stderr [new file with mode: 0644]
libraries/terminfo/.gitignore [new file with mode: 0644]
libraries/terminfo/.travis.yml [new file with mode: 0644]
libraries/terminfo/GNUmakefile [new file with mode: 0644]
libraries/terminfo/LICENSE [new file with mode: 0644]
libraries/terminfo/README.md [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.in [new file with mode: 0644]
libraries/terminfo/terminfo.cabal [new file with mode: 0644]
libraries/time/.gitignore [new file with mode: 0644]
libraries/time/.travis.yml [new file with mode: 0644]
libraries/time/GNUmakefile [new file with mode: 0644]
libraries/time/LICENSE [new file with mode: 0644]
libraries/time/Readme.md [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/changelog.md [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/lib/Data/Time.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Calendar.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Calendar/Days.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Calendar/Easter.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Calendar/Gregorian.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Calendar/Julian.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Calendar/MonthDay.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Calendar/Private.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Calendar/WeekDate.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/CTimespec.hsc [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/CTimeval.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/POSIX.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/Scale.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/TAI.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/UTC.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/UTCDiff.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Format.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Format/Locale.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Format/Parse.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/LocalTime.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/LocalTime/LocalTime.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/LocalTime/TimeOfDay.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/LocalTime/TimeZone.hs [new file with mode: 0644]
libraries/time/lib/cbits/HsTime.c [new file with mode: 0644]
libraries/time/lib/include/HsConfigure.h [new file with mode: 0644]
libraries/time/lib/include/HsTime.h [new file with mode: 0644]
libraries/time/lib/include/HsTimeConfig.h.in [new file with mode: 0644]
libraries/time/test/ShowDefaultTZAbbreviations.hs [new file with mode: 0644]
libraries/time/test/Test.hs [new file with mode: 0644]
libraries/time/test/Test/AddDays.hs [new file with mode: 0644]
libraries/time/test/Test/AddDaysRef.hs [new file with mode: 0644]
libraries/time/test/Test/ClipDates.hs [new file with mode: 0644]
libraries/time/test/Test/ClipDatesRef.hs [new file with mode: 0644]
libraries/time/test/Test/ConvertBack.hs [new file with mode: 0644]
libraries/time/test/Test/CurrentTime.hs [new file with mode: 0644]
libraries/time/test/Test/LongWeekYears.hs [new file with mode: 0644]
libraries/time/test/Test/LongWeekYearsRef.hs [new file with mode: 0644]
libraries/time/test/Test/RealToFracBenchmark.hs [new file with mode: 0644]
libraries/time/test/Test/ShowDST.hs [new file with mode: 0644]
libraries/time/test/Test/TAI_UTC_DAT.hs [new file with mode: 0644]
libraries/time/test/Test/TestCalendars.hs [new file with mode: 0644]
libraries/time/test/Test/TestCalendarsRef.hs [new file with mode: 0644]
libraries/time/test/Test/TestEaster.hs [new file with mode: 0644]
libraries/time/test/Test/TestEasterRef.hs [new file with mode: 0644]
libraries/time/test/Test/TestFormat.hs [new file with mode: 0644]
libraries/time/test/Test/TestFormatStuff.c [new file with mode: 0644]
libraries/time/test/Test/TestFormatStuff.h [new file with mode: 0644]
libraries/time/test/Test/TestMonthDay.hs [new file with mode: 0644]
libraries/time/test/Test/TestMonthDayRef.hs [new file with mode: 0644]
libraries/time/test/Test/TestParseDAT.hs [new file with mode: 0644]
libraries/time/test/Test/TestParseDAT_Ref.hs [new file with mode: 0644]
libraries/time/test/Test/TestParseTime.hs [new file with mode: 0644]
libraries/time/test/Test/TestTime.hs [new file with mode: 0644]
libraries/time/test/Test/TestTimeRef.hs [new file with mode: 0644]
libraries/time/test/Test/TestTimeZone.hs [new file with mode: 0644]
libraries/time/test/Test/TestUtil.hs [new file with mode: 0644]
libraries/time/test/Test/TestValid.hs [new file with mode: 0644]
libraries/time/test/Test/Tests.hs [new file with mode: 0644]
libraries/time/test/Test/TimeZone.hs [new file with mode: 0644]
libraries/time/test/Test/UseCases.lhs [new file with mode: 0644]
libraries/time/time.cabal [new file with mode: 0644]
libraries/transformers/Control/Applicative/Backwards.hs [new file with mode: 0644]
libraries/transformers/Control/Applicative/Lift.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Signatures.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/Class.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/Cont.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/Error.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/Except.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/Identity.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/List.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/Maybe.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/RWS.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/RWS/Lazy.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/RWS/Strict.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/Reader.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/State.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/State/Lazy.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/State/Strict.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/Writer.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/Writer/Lazy.hs [new file with mode: 0644]
libraries/transformers/Control/Monad/Trans/Writer/Strict.hs [new file with mode: 0644]
libraries/transformers/Data/Functor/Constant.hs [new file with mode: 0644]
libraries/transformers/Data/Functor/Reverse.hs [new file with mode: 0644]
libraries/transformers/GNUmakefile [new file with mode: 0644]
libraries/transformers/LICENSE [new file with mode: 0644]
libraries/transformers/Setup.hs [new file with mode: 0644]
libraries/transformers/changelog [new file with mode: 0644]
libraries/transformers/ghc.mk [new file with mode: 0644]
libraries/transformers/legacy/pre709/Data/Functor/Identity.hs [new file with mode: 0644]
libraries/transformers/legacy/pre711/Control/Monad/IO/Class.hs [new file with mode: 0644]
libraries/transformers/legacy/pre711/Data/Functor/Classes.hs [new file with mode: 0644]
libraries/transformers/legacy/pre711/Data/Functor/Compose.hs [new file with mode: 0644]
libraries/transformers/legacy/pre711/Data/Functor/Product.hs [new file with mode: 0644]
libraries/transformers/legacy/pre711/Data/Functor/Sum.hs [new file with mode: 0644]
libraries/transformers/transformers.cabal [new file with mode: 0644]
libraries/unix/.gitignore [new file with mode: 0644]
libraries/unix/.travis.yml [new file with mode: 0644]
libraries/unix/GNUmakefile [new file with mode: 0644]
libraries/unix/LICENSE [new file with mode: 0644]
libraries/unix/README.md [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/Fcntl.hsc [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.hs [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/execvpe.c [new file with mode: 0644]
libraries/unix/changelog.md [new file with mode: 0644]
libraries/unix/config.guess [new file with mode: 0755]
libraries/unix/config.sub [new file with mode: 0755]
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: 0755]
libraries/unix/prologue.txt [new file with mode: 0644]
libraries/unix/tests/.gitignore [new file with mode: 0644]
libraries/unix/tests/Makefile [new file with mode: 0644]
libraries/unix/tests/T1185.hs [new file with mode: 0644]
libraries/unix/tests/T1185.stdout [new file with mode: 0644]
libraries/unix/tests/T3816.hs [new file with mode: 0644]
libraries/unix/tests/T3816.stdout [new file with mode: 0644]
libraries/unix/tests/T8108.hs [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/libposix/Makefile [new file with mode: 0644]
libraries/unix/tests/libposix/all.T [new file with mode: 0644]
libraries/unix/tests/libposix/posix002.hs [new file with mode: 0644]
libraries/unix/tests/libposix/posix002.stdout [new file with mode: 0644]
libraries/unix/tests/libposix/posix003.hs [new file with mode: 0644]
libraries/unix/tests/libposix/posix003.stdout [new file with mode: 0644]
libraries/unix/tests/libposix/posix004.hs [new file with mode: 0644]
libraries/unix/tests/libposix/posix004.stdout [new file with mode: 0644]
libraries/unix/tests/libposix/posix005.hs [new file with mode: 0644]
libraries/unix/tests/libposix/posix005.stdout [new file with mode: 0644]
libraries/unix/tests/libposix/posix006.hs [new file with mode: 0644]
libraries/unix/tests/libposix/posix006.stdout [new file with mode: 0644]
libraries/unix/tests/libposix/posix009.hs [new file with mode: 0644]
libraries/unix/tests/libposix/posix009.stdout [new file with mode: 0644]
libraries/unix/tests/libposix/posix010.hs [new file with mode: 0644]
libraries/unix/tests/libposix/posix010.stdout [new file with mode: 0644]
libraries/unix/tests/libposix/posix014.hs [new file with mode: 0644]
libraries/unix/tests/libposix/posix014.stdout [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.in [new file with mode: 0644]
libraries/unix/unix.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/flavours/bench-cross.mk [new file with mode: 0644]
mk/flavours/bench-llvm.mk [new file with mode: 0644]
mk/flavours/bench.mk [new file with mode: 0644]
mk/flavours/devel1.mk [new file with mode: 0644]
mk/flavours/devel2.mk [new file with mode: 0644]
mk/flavours/perf-cross.mk [new file with mode: 0644]
mk/flavours/perf-llvm.mk [new file with mode: 0644]
mk/flavours/perf.mk [new file with mode: 0644]
mk/flavours/prof.mk [new file with mode: 0644]
mk/flavours/quick-cross.mk [new file with mode: 0644]
mk/flavours/quick-llvm.mk [new file with mode: 0644]
mk/flavours/quick.mk [new file with mode: 0644]
mk/flavours/quickest.mk [new file with mode: 0644]
mk/flavours/validate.mk [new file with mode: 0644]
mk/fptools.css [new file with mode: 0644]
mk/get-win32-tarballs.sh [new file with mode: 0755]
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.mk.sample [new file with mode: 0644]
mk/warnings.mk [new file with mode: 0644]
mk/ways.mk [new file with mode: 0644]
packages [new file with mode: 0644]
rts/.dir-locals.el [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/CheckUnload.c [new file with mode: 0644]
rts/CheckUnload.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/Excn.h [new file with mode: 0644]
rts/FileLock.c [new file with mode: 0644]
rts/FileLock.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/Libdw.c [new file with mode: 0644]
rts/Libdw.h [new file with mode: 0644]
rts/LibdwPool.c [new file with mode: 0644]
rts/LibdwPool.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/Pool.c [new file with mode: 0644]
rts/Pool.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/RtsSymbols.c [new file with mode: 0644]
rts/RtsSymbols.h [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/StaticPtrTable.c [new file with mode: 0644]
rts/StaticPtrTable.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/StgCRunAsm.S [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/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.mk [new file with mode: 0644]
rts/hooks/FlagDefaults.c [new file with mode: 0644]
rts/hooks/Hooks.h [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/package.conf.in [new file with mode: 0644]
rts/posix/Clock.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/HeapAlloc.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/veh_excn.c [new file with mode: 0644]
rts/win32/veh_excn.h [new file with mode: 0644]
rules/add-dependency.mk [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-opts.mk [new file with mode: 0644]
rules/distdir-way-opts.mk [new file with mode: 0644]
rules/foreachLibrary.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-way-rules-srcdir.mk [new file with mode: 0644]
rules/hs-suffix-way-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/library-path.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/pretty_commands.mk [new file with mode: 0644]
rules/prof.mk [new file with mode: 0644]
rules/sdist-ghc-file.mk [new file with mode: 0644]
rules/shell-wrapper.mk [new file with mode: 0644]
rules/sphinx.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/check-api-annotations/Main.hs [new file with mode: 0644]
utils/check-api-annotations/README [new file with mode: 0644]
utils/check-api-annotations/check-api-annotations.cabal [new file with mode: 0644]
utils/check-api-annotations/ghc.mk [new file with mode: 0644]
utils/checkUniques/Makefile [new file with mode: 0644]
utils/checkUniques/check-uniques.py [new file with mode: 0755]
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/completion/README [new file with mode: 0644]
utils/completion/ghc.bash [new file with mode: 0755]
utils/count_lines/count_lines.lprl [new file with mode: 0644]
utils/count_lines/ghc.mk [new file with mode: 0644]
utils/coverity/model.c [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/deriveConstants/Main.hs [new file with mode: 0644]
utils/deriveConstants/Makefile [new file with mode: 0644]
utils/deriveConstants/deriveConstants.cabal [new file with mode: 0644]
utils/deriveConstants/ghc.mk [new file with mode: 0644]
utils/describe-unexpected/describe-unexpected.hs [new file with mode: 0644]
utils/dll-split/Main.hs [new file with mode: 0644]
utils/dll-split/dll-split.cabal [new file with mode: 0644]
utils/dll-split/ghc.mk [new file with mode: 0644]
utils/genapply/Main.hs [new file with mode: 0644]
utils/genapply/Makefile [new file with mode: 0644]
utils/genapply/genapply.cabal [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/genprimopcode.cabal [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/cabal_macros_boot.h [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/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/ghctags/ghctags.cabal [new file with mode: 0644]
utils/haddock/.arcconfig [new file with mode: 0644]
utils/haddock/.arclint [new file with mode: 0644]
utils/haddock/.ghci [new file with mode: 0644]
utils/haddock/.gitignore [new file with mode: 0644]
utils/haddock/.travis.yml [new file with mode: 0644]
utils/haddock/CHANGES [new file with mode: 0644]
utils/haddock/CONTRIBUTING [new file with mode: 0644]
utils/haddock/LICENSE [new file with mode: 0644]
utils/haddock/Makefile [new file with mode: 0644]
utils/haddock/README.md [new file with mode: 0644]
utils/haddock/STYLE [new file with mode: 0644]
utils/haddock/Setup.lhs [new file with mode: 0755]
utils/haddock/build-windows-dist.sh [new file with mode: 0644]
utils/haddock/doc/.gitignore [new file with mode: 0644]
utils/haddock/doc/Makefile [new file with mode: 0644]
utils/haddock/doc/README.md [new file with mode: 0644]
utils/haddock/doc/conf.py [new file with mode: 0644]
utils/haddock/doc/ghc.mk [new file with mode: 0644]
utils/haddock/doc/index.rst [new file with mode: 0644]
utils/haddock/doc/intro.rst [new file with mode: 0644]
utils/haddock/doc/invoking.rst [new file with mode: 0644]
utils/haddock/doc/markup.rst [new file with mode: 0644]
utils/haddock/driver-test/Main.hs [new file with mode: 0644]
utils/haddock/driver-test/ResponseFileSpec.hs [new file with mode: 0644]
utils/haddock/driver/Main.hs [new file with mode: 0644]
utils/haddock/driver/ResponseFile.hs [new file with mode: 0644]
utils/haddock/ghc.mk [new file with mode: 0644]
utils/haddock/haddock-api/.ghci [new file with mode: 0644]
utils/haddock/haddock-api/LICENSE [new file with mode: 0644]
utils/haddock/haddock-api/Setup.lhs [new file with mode: 0755]
utils/haddock/haddock-api/haddock-api.cabal [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/Classic.theme/haskell_icon.gif [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/Classic.theme/minus.gif [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/Classic.theme/plus.gif [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/Classic.theme/xhaddock.css [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/Ocean.std-theme/hslogo-16.png [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/Ocean.std-theme/minus.gif [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/Ocean.std-theme/ocean.css [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/Ocean.std-theme/plus.gif [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/Ocean.std-theme/synopsis.png [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/haddock-util.js [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/highlight.js [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/solarized.css [new file with mode: 0644]
utils/haddock/haddock-api/resources/latex/haddock.sty [new file with mode: 0644]
utils/haddock/haddock-api/src/Documentation/Haddock.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/HaddockDB.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Hoogle.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Ast.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Renderer.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Types.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Utils.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/LaTeX.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Xhtml.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Decl.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/DocMarkup.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Layout.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Names.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Themes.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Types.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Utils.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Convert.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Doc.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/GhcUtils.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Interface.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Interface/AttachInstances.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Interface/Create.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Interface/LexParseRn.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Interface/ParseModuleHeader.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Interface/Rename.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Interface/Specialize.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/InterfaceFile.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/ModuleTree.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Options.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Parser.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Syb.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Types.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Utils.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/Haddock/Version.hs [new file with mode: 0644]
utils/haddock/haddock-api/src/haddock.sh [new file with mode: 0644]
utils/haddock/haddock-api/test/Haddock/Backends/Hyperlinker/ParserSpec.hs [new file with mode: 0644]
utils/haddock/haddock-api/test/Spec.hs [new file with mode: 0644]
utils/haddock/haddock-library/.ghci [new file with mode: 0644]
utils/haddock/haddock-library/LICENSE [new file with mode: 0644]
utils/haddock/haddock-library/Setup.hs [new file with mode: 0644]
utils/haddock/haddock-library/haddock-library.cabal [new file with mode: 0644]
utils/haddock/haddock-library/src/Documentation/Haddock/Doc.hs [new file with mode: 0644]
utils/haddock/haddock-library/src/Documentation/Haddock/Parser.hs [new file with mode: 0644]
utils/haddock/haddock-library/src/Documentation/Haddock/Parser/Monad.hs [new file with mode: 0644]
utils/haddock/haddock-library/src/Documentation/Haddock/Parser/Util.hs [new file with mode: 0644]
utils/haddock/haddock-library/src/Documentation/Haddock/Types.hs [new file with mode: 0644]
utils/haddock/haddock-library/src/Documentation/Haddock/Utf8.hs [new file with mode: 0644]
utils/haddock/haddock-library/test/Documentation/Haddock/Parser/UtilSpec.hs [new file with mode: 0644]
utils/haddock/haddock-library/test/Documentation/Haddock/ParserSpec.hs [new file with mode: 0644]
utils/haddock/haddock-library/test/Documentation/Haddock/Utf8Spec.hs [new file with mode: 0644]
utils/haddock/haddock-library/test/Spec.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/FastSet.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Fhthagn.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Number.hs [new file with mode: 0644]
utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/LICENSE [new file with mode: 0644]
utils/haddock/haddock-test/Setup.lhs [new file with mode: 0755]
utils/haddock/haddock-test/haddock-test.cabal [new file with mode: 0644]
utils/haddock/haddock-test/src/Test/Haddock.hs [new file with mode: 0644]
utils/haddock/haddock-test/src/Test/Haddock/Config.hs [new file with mode: 0644]
utils/haddock/haddock-test/src/Test/Haddock/Process.hs [new file with mode: 0644]
utils/haddock/haddock-test/src/Test/Haddock/Utils.hs [new file with mode: 0644]
utils/haddock/haddock-test/src/Test/Haddock/Xhtml.hs [new file with mode: 0644]
utils/haddock/haddock.cabal [new file with mode: 0644]
utils/haddock/haddock.wrapper [new file with mode: 0644]
utils/haddock/hoogle-test/Main.hs [new file with mode: 0644]
utils/haddock/hoogle-test/ref/assoc-types/test.txt [new file with mode: 0644]
utils/haddock/hoogle-test/ref/classes/test.txt [new file with mode: 0644]
utils/haddock/hoogle-test/ref/fixity/test.txt [new file with mode: 0644]
utils/haddock/hoogle-test/ref/modules/test.txt [new file with mode: 0644]
utils/haddock/hoogle-test/run [new file with mode: 0755]
utils/haddock/hoogle-test/src/assoc-types/AssocTypes.hs [new file with mode: 0644]
utils/haddock/hoogle-test/src/classes/Classes.hs [new file with mode: 0644]
utils/haddock/hoogle-test/src/fixity/Fixity.hs [new file with mode: 0644]
utils/haddock/hoogle-test/src/modules/Bar.hs [new file with mode: 0644]
utils/haddock/hoogle-test/src/modules/Foo.hs [new file with mode: 0644]
utils/haddock/html-test/Main.hs [new file with mode: 0755]
utils/haddock/html-test/ref/A.html [new file with mode: 0644]
utils/haddock/html-test/ref/B.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bold.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug1.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug195.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug2.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug201.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug253.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug26.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug280.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug294.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug298.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug3.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug308.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug308CrossModule.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug310.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug313.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug335.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug387.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug4.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug6.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug7.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug8.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug85.html [new file with mode: 0644]
utils/haddock/html-test/ref/BugDeprecated.html [new file with mode: 0644]
utils/haddock/html-test/ref/BugExportHeadings.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bugs.html [new file with mode: 0644]
utils/haddock/html-test/ref/CrossPackageDocs.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedClass.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedData.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedFunction.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedFunction2.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedFunction3.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedModule.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedModule2.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedNewtype.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedReExport.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedRecord.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedTypeFamily.html [new file with mode: 0644]
utils/haddock/html-test/ref/DeprecatedTypeSynonym.html [new file with mode: 0644]
utils/haddock/html-test/ref/Examples.html [new file with mode: 0644]
utils/haddock/html-test/ref/Extensions.html [new file with mode: 0644]
utils/haddock/html-test/ref/FunArgs.html [new file with mode: 0644]
utils/haddock/html-test/ref/GADTRecords.html [new file with mode: 0644]
utils/haddock/html-test/ref/Hash.html [new file with mode: 0644]
utils/haddock/html-test/ref/HiddenInstances.html [new file with mode: 0644]
utils/haddock/html-test/ref/HiddenInstancesB.html [new file with mode: 0644]
utils/haddock/html-test/ref/Hyperlinks.html [new file with mode: 0644]
utils/haddock/html-test/ref/IgnoreExports.html [new file with mode: 0644]
utils/haddock/html-test/ref/ImplicitParams.html [new file with mode: 0644]
utils/haddock/html-test/ref/Instances.html [new file with mode: 0644]
utils/haddock/html-test/ref/Math.html [new file with mode: 0644]
utils/haddock/html-test/ref/Minimal.html [new file with mode: 0644]
utils/haddock/html-test/ref/ModuleWithWarning.html [new file with mode: 0644]
utils/haddock/html-test/ref/NamedDoc.html [new file with mode: 0644]
utils/haddock/html-test/ref/Nesting.html [new file with mode: 0644]
utils/haddock/html-test/ref/NoLayout.html [new file with mode: 0644]
utils/haddock/html-test/ref/NonGreedy.html [new file with mode: 0644]
utils/haddock/html-test/ref/Operators.html [new file with mode: 0644]
utils/haddock/html-test/ref/OrphanInstances.html [new file with mode: 0644]
utils/haddock/html-test/ref/OrphanInstancesClass.html [new file with mode: 0644]
utils/haddock/html-test/ref/OrphanInstancesType.html [new file with mode: 0644]
utils/haddock/html-test/ref/PatternSyns.html [new file with mode: 0644]
utils/haddock/html-test/ref/PromotedTypes.html [new file with mode: 0644]
utils/haddock/html-test/ref/Properties.html [new file with mode: 0644]
utils/haddock/html-test/ref/PruneWithWarning.html [new file with mode: 0644]
utils/haddock/html-test/ref/QuasiExpr.html [new file with mode: 0644]
utils/haddock/html-test/ref/QuasiQuote.html [new file with mode: 0644]
utils/haddock/html-test/ref/SpuriousSuperclassConstraints.html [new file with mode: 0644]
utils/haddock/html-test/ref/TH.html [new file with mode: 0644]
utils/haddock/html-test/ref/TH2.html [new file with mode: 0644]
utils/haddock/html-test/ref/Test.html [new file with mode: 0644]
utils/haddock/html-test/ref/Threaded.html [new file with mode: 0644]
utils/haddock/html-test/ref/Threaded_TH.html [new file with mode: 0644]
utils/haddock/html-test/ref/Ticket112.html [new file with mode: 0644]
utils/haddock/html-test/ref/Ticket61.html [new file with mode: 0644]
utils/haddock/html-test/ref/Ticket75.html [new file with mode: 0644]
utils/haddock/html-test/ref/TitledPicture.html [new file with mode: 0644]
utils/haddock/html-test/ref/TypeFamilies.html [new file with mode: 0644]
utils/haddock/html-test/ref/TypeFamilies2.html [new file with mode: 0644]
utils/haddock/html-test/ref/TypeOperators.html [new file with mode: 0644]
utils/haddock/html-test/ref/Unicode.html [new file with mode: 0644]
utils/haddock/html-test/ref/Visible.html [new file with mode: 0644]
utils/haddock/html-test/ref/haddock-util.js [new file with mode: 0644]
utils/haddock/html-test/ref/hslogo-16.png [new file with mode: 0644]
utils/haddock/html-test/ref/mini_A.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_AdvanceTypes.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_B.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Bug1.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Bug2.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Bug3.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Bug4.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Bug6.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Bug7.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Bug8.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_BugDeprecated.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_BugExportHeadings.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Bugs.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_CrossPackageDocs.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedClass.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedData.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedFunction.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedFunction2.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedFunction3.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedModule.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedModule2.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedNewtype.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedReExport.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedRecord.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedTypeFamily.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_DeprecatedTypeSynonym.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Examples.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_FunArgs.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_GADTRecords.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Hash.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_HiddenInstances.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_HiddenInstancesB.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Hyperlinks.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_IgnoreExports.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Math.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_ModuleWithWarning.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_NamedDoc.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_NoLayout.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_NonGreedy.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Properties.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_PruneWithWarning.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_QuasiExpr.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_QuasiQuote.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_SpuriousSuperclassConstraints.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_TH.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_TH2.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Test.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Ticket112.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Ticket253_1.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Ticket253_2.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Ticket61.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Ticket75.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_TitledPicture.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_TypeFamilies.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_TypeOperators.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Unicode.html [new file with mode: 0644]
utils/haddock/html-test/ref/mini_Visible.html [new file with mode: 0644]
utils/haddock/html-test/ref/minus.gif [new file with mode: 0644]
utils/haddock/html-test/ref/ocean.css [new file with mode: 0644]
utils/haddock/html-test/ref/plus.gif [new file with mode: 0644]
utils/haddock/html-test/ref/synopsis.png [new file with mode: 0644]
utils/haddock/html-test/run [new file with mode: 0755]
utils/haddock/html-test/src/A.hs [new file with mode: 0644]
utils/haddock/html-test/src/B.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bold.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug1.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug195.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug2.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug201.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug253.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug26.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug280.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug294.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug298.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug3.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug308.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug308CrossModule.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug310.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug313.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug335.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug387.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug4.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug6.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug7.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug8.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug85.hs [new file with mode: 0644]
utils/haddock/html-test/src/BugDeprecated.hs [new file with mode: 0644]
utils/haddock/html-test/src/BugExportHeadings.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bugs.hs [new file with mode: 0644]
utils/haddock/html-test/src/CrossPackageDocs.hs_hidden [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedClass.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedData.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedFunction.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedFunction2.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedFunction3.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedModule.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedModule2.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedNewtype.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedReExport.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedRecord.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedTypeFamily.hs [new file with mode: 0644]
utils/haddock/html-test/src/DeprecatedTypeSynonym.hs [new file with mode: 0644]
utils/haddock/html-test/src/Examples.hs [new file with mode: 0644]
utils/haddock/html-test/src/Extensions.hs [new file with mode: 0644]
utils/haddock/html-test/src/FunArgs.hs [new file with mode: 0644]
utils/haddock/html-test/src/GADTRecords.hs [new file with mode: 0644]
utils/haddock/html-test/src/Hash.hs [new file with mode: 0644]
utils/haddock/html-test/src/Hidden.hs [new file with mode: 0644]
utils/haddock/html-test/src/HiddenInstances.hs [new file with mode: 0644]
utils/haddock/html-test/src/HiddenInstancesA.hs [new file with mode: 0644]
utils/haddock/html-test/src/HiddenInstancesB.hs [new file with mode: 0644]
utils/haddock/html-test/src/Hyperlinks.hs [new file with mode: 0644]
utils/haddock/html-test/src/IgnoreExports.hs [new file with mode: 0644]
utils/haddock/html-test/src/ImplicitParams.hs [new file with mode: 0644]
utils/haddock/html-test/src/Instances.hs [new file with mode: 0644]
utils/haddock/html-test/src/Math.hs [new file with mode: 0644]
utils/haddock/html-test/src/Minimal.hs [new file with mode: 0644]
utils/haddock/html-test/src/ModuleWithWarning.hs [new file with mode: 0644]
utils/haddock/html-test/src/NamedDoc.hs [new file with mode: 0644]
utils/haddock/html-test/src/Nesting.hs [new file with mode: 0644]
utils/haddock/html-test/src/NoLayout.hs [new file with mode: 0644]
utils/haddock/html-test/src/NonGreedy.hs [new file with mode: 0644]
utils/haddock/html-test/src/Operators.hs [new file with mode: 0644]
utils/haddock/html-test/src/OrphanInstances.hs [new file with mode: 0644]
utils/haddock/html-test/src/OrphanInstancesClass.hs [new file with mode: 0644]
utils/haddock/html-test/src/OrphanInstancesType.hs [new file with mode: 0644]
utils/haddock/html-test/src/PatternSyns.hs [new file with mode: 0644]
utils/haddock/html-test/src/PromotedTypes.hs [new file with mode: 0644]
utils/haddock/html-test/src/Properties.hs [new file with mode: 0644]
utils/haddock/html-test/src/PruneWithWarning.hs [new file with mode: 0644]
utils/haddock/html-test/src/QuasiExpr.hs [new file with mode: 0644]
utils/haddock/html-test/src/QuasiQuote.hs [new file with mode: 0644]
utils/haddock/html-test/src/SpuriousSuperclassConstraints.hs [new file with mode: 0644]
utils/haddock/html-test/src/TH.hs [new file with mode: 0644]
utils/haddock/html-test/src/TH2.hs [new file with mode: 0644]
utils/haddock/html-test/src/Test.hs [new file with mode: 0644]
utils/haddock/html-test/src/Threaded.hs [new file with mode: 0644]
utils/haddock/html-test/src/Threaded_TH.hs [new file with mode: 0644]
utils/haddock/html-test/src/Ticket112.hs [new file with mode: 0644]
utils/haddock/html-test/src/Ticket61.hs [new file with mode: 0644]
utils/haddock/html-test/src/Ticket61_Hidden.hs [new file with mode: 0644]
utils/haddock/html-test/src/Ticket75.hs [new file with mode: 0644]
utils/haddock/html-test/src/TitledPicture.hs [new file with mode: 0644]
utils/haddock/html-test/src/TypeFamilies.hs [new file with mode: 0644]
utils/haddock/html-test/src/TypeFamilies2.hs [new file with mode: 0644]
utils/haddock/html-test/src/TypeOperators.hs [new file with mode: 0644]
utils/haddock/html-test/src/Unicode.hs [new file with mode: 0644]
utils/haddock/html-test/src/Visible.hs [new file with mode: 0644]
utils/haddock/hypsrc-test/Main.hs [new file with mode: 0644]
utils/haddock/hypsrc-test/ref/src/Classes.html [new file with mode: 0644]
utils/haddock/hypsrc-test/ref/src/Constructors.html [new file with mode: 0644]
utils/haddock/hypsrc-test/ref/src/Identifiers.html [new file with mode: 0644]
utils/haddock/hypsrc-test/ref/src/Literals.html [new file with mode: 0644]
utils/haddock/hypsrc-test/ref/src/Operators.html [new file with mode: 0644]
utils/haddock/hypsrc-test/ref/src/Polymorphism.html [new file with mode: 0644]
utils/haddock/hypsrc-test/ref/src/Records.html [new file with mode: 0644]
utils/haddock/hypsrc-test/ref/src/Types.html [new file with mode: 0644]
utils/haddock/hypsrc-test/run [new file with mode: 0755]
utils/haddock/hypsrc-test/src/Classes.hs [new file with mode: 0644]
utils/haddock/hypsrc-test/src/Constructors.hs [new file with mode: 0644]
utils/haddock/hypsrc-test/src/Identifiers.hs [new file with mode: 0644]
utils/haddock/hypsrc-test/src/Literals.hs [new file with mode: 0644]
utils/haddock/hypsrc-test/src/Operators.hs [new file with mode: 0644]
utils/haddock/hypsrc-test/src/Polymorphism.hs [new file with mode: 0644]
utils/haddock/hypsrc-test/src/Records.hs [new file with mode: 0644]
utils/haddock/hypsrc-test/src/Types.hs [new file with mode: 0644]
utils/haddock/latex-test/Main.hs [new file with mode: 0755]
utils/haddock/latex-test/ref/Simple/Simple.tex [new file with mode: 0644]
utils/haddock/latex-test/ref/Simple/haddock.sty [new file with mode: 0644]
utils/haddock/latex-test/ref/Simple/main.tex [new file with mode: 0644]
utils/haddock/latex-test/run [new file with mode: 0755]
utils/haddock/latex-test/src/Simple/Simple.hs [new file with mode: 0644]
utils/haddock/make-sdist.sh [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/hpc/hpc.wrapper [new file with mode: 0644]
utils/hsc2hs/.gitignore [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/changelog.md [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/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/mkUserGuidePart/DList.hs [new file with mode: 0644]
utils/mkUserGuidePart/Main.hs [new file with mode: 0644]
utils/mkUserGuidePart/Makefile [new file with mode: 0644]
utils/mkUserGuidePart/Options.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/CodeGen.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/CompilerDebugging.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Cpp.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/FindingImports.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Interactive.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/InterfaceFiles.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/KeepingIntermediates.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Language.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Linking.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Misc.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Modes.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/OptimizationLevels.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Optimizations.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Packages.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/PhasePrograms.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/PhaseSpecific.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Phases.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/PlatformSpecific.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Plugin.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Profiling.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/ProgramCoverage.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/RecompilationChecking.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/RedirectingOutput.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/TemporaryFiles.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Verbosity.hs [new file with mode: 0644]
utils/mkUserGuidePart/Options/Warnings.hs [new file with mode: 0644]
utils/mkUserGuidePart/Table.hs [new file with mode: 0644]
utils/mkUserGuidePart/Types.hs [new file with mode: 0644]
utils/mkUserGuidePart/ghc.mk [new file with mode: 0644]
utils/mkUserGuidePart/mkUserGuidePart.cabal [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/runghc/Main.hs [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.in [new file with mode: 0644]
utils/runghc/runghc.wrapper [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/vagrant/bootstrap-deb.sh [new file with mode: 0755]
utils/vagrant/bootstrap-rhel.sh [new file with mode: 0755]