Import ghc_8.8.1+dfsg1+is+8.6.5+dfsg1.orig.tar.xz
authorGianfranco Costamagna <locutusofborg@debian.org>
Thu, 12 Sep 2019 06:25:57 +0000 (07:25 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Thu, 12 Sep 2019 06:25:57 +0000 (07:25 +0100)
commita20c59a9205fd1d76ce915b67e399f91f8f36223
treecdec4fd19e64ea492bd1c319f4c6dd65005897c6
Import ghc_8.8.1+dfsg1+is+8.6.5+dfsg1.orig.tar.xz

[dgit import orig ghc_8.8.1+dfsg1+is+8.6.5+dfsg1.orig.tar.xz]
6135 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/Unique.h [new file with mode: 0644]
compiler/backpack/BkpSyn.hs [new file with mode: 0644]
compiler/backpack/DriverBkp.hs [new file with mode: 0644]
compiler/backpack/NameShape.hs [new file with mode: 0644]
compiler/backpack/RnModIface.hs [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/NameCache.hs [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/BlockId.hs-boot [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/CmmMonad.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/Block.hs [new file with mode: 0644]
compiler/cmm/Hoopl/Collections.hs [new file with mode: 0644]
compiler/cmm/Hoopl/Dataflow.hs [new file with mode: 0644]
compiler/cmm/Hoopl/Graph.hs [new file with mode: 0644]
compiler/cmm/Hoopl/Label.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/CoreMap.hs [new file with mode: 0644]
compiler/coreSyn/CoreOpt.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/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/DsUsage.hs [new file with mode: 0644]
compiler/deSugar/DsUtils.hs [new file with mode: 0644]
compiler/deSugar/ExtractDocs.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/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/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/HsDumpAst.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/HsExtension.hs [new file with mode: 0644]
compiler/hsSyn/HsImpExp.hs [new file with mode: 0644]
compiler/hsSyn/HsInstances.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/BinFingerprint.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/IfaceEnv.hs-boot [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/IfaceType.hs-boot [new file with mode: 0644]
compiler/iface/LoadIface.hs [new file with mode: 0644]
compiler/iface/LoadIface.hs-boot [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/iface/ToIface.hs [new file with mode: 0644]
compiler/iface/ToIface.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/Ar.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/FileCleanup.hs [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/PackageConfig.hs-boot [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/Plugins.hs-boot [new file with mode: 0644]
compiler/main/PprTyThing.hs [new file with mode: 0644]
compiler/main/StaticPtrTable.hs [new file with mode: 0644]
compiler/main/SysTools.hs [new file with mode: 0644]
compiler/main/SysTools/BaseDir.hs [new file with mode: 0644]
compiler/main/SysTools/ExtraObj.hs [new file with mode: 0644]
compiler/main/SysTools/Info.hs [new file with mode: 0644]
compiler/main/SysTools/Process.hs [new file with mode: 0644]
compiler/main/SysTools/Tasks.hs [new file with mode: 0644]
compiler/main/SysTools/Terminal.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/KnownUniques.hs [new file with mode: 0644]
compiler/prelude/KnownUniques.hs-boot [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/CostCentreState.hs [new file with mode: 0644]
compiler/profiling/NOTES [new file with mode: 0644]
compiler/profiling/ProfInit.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/RnFixity.hs [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/RnUnbound.hs [new file with mode: 0644]
compiler/rename/RnUtils.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/CoreMonad.hs-boot [new file with mode: 0644]
compiler/simplCore/Exitify.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/RepType.hs [new file with mode: 0644]
compiler/simplStg/SimplStg.hs [new file with mode: 0644]
compiler/simplStg/StgCse.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/TcBackpack.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/TcDerivInfer.hs [new file with mode: 0644]
compiler/typecheck/TcDerivUtils.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/TcEvTerm.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/TcGenFunctor.hs [new file with mode: 0644]
compiler/typecheck/TcGenGenerics.hs [new file with mode: 0644]
compiler/typecheck/TcHoleErrors.hs [new file with mode: 0644]
compiler/typecheck/TcHoleErrors.hs-boot [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/TcInstDcls.hs-boot [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/TcRnDriver.hs-boot [new file with mode: 0644]
compiler/typecheck/TcRnExports.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/TcSigs.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/AsmUtils.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/EnumSet.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/GhcPrelude.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/Json.hs [new file with mode: 0644]
compiler/utils/ListSetOps.hs [new file with mode: 0644]
compiler/utils/ListT.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/PprColour.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/TrieMap.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/UniqMap.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]
config.guess [new file with mode: 0755]
config.sub [new file with mode: 0755]
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/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/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.6.1-notes.rst [new file with mode: 0644]
docs/users_guide/8.6.2-notes.rst [new file with mode: 0644]
docs/users_guide/8.6.3-notes.rst [new file with mode: 0644]
docs/users_guide/8.6.4-notes.rst [new file with mode: 0644]
docs/users_guide/8.6.5-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/eventlog-formats.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.py [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/ghc_packages.py [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.py [new file with mode: 0644]
docs/users_guide/utils.rst [new file with mode: 0644]
docs/users_guide/what_glasgow_exts_does.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.pl [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/isMinTTY.c [new file with mode: 0644]
driver/utils/isMinTTY.h [new file with mode: 0644]
driver/utils/merge_sections.ld [new file with mode: 0644]
driver/utils/merge_sections_pe.ld [new file with mode: 0644]
ghc.mk [new file with mode: 0644]
ghc/GHCi/Leak.hs [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/EventLogWriter.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/Profiling.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/Time.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/Heap.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/TSO.h [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]
libffi-tarballs/0001-Ensure-libffi.map-is-generated.patch [new file with mode: 0644]
libffi-tarballs/LICENSE [new file with mode: 0644]
libffi-tarballs/README.md [new file with mode: 0644]
libffi-tarballs/libffi-3.99999+git20171002+77e130c.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/.ghci [new file with mode: 0644]
libraries/Cabal/.ghcid [new file with mode: 0644]
libraries/Cabal/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
libraries/Cabal/.gitignore [new file with mode: 0644]
libraries/Cabal/.mailmap [new file with mode: 0644]
libraries/Cabal/.mention-bot [new file with mode: 0644]
libraries/Cabal/.projectile [new file with mode: 0644]
libraries/Cabal/.travis.yml [new file with mode: 0644]
libraries/Cabal/AUTHORS [new file with mode: 0644]
libraries/Cabal/Cabal/Cabal.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/ChangeLog.md [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/ComponentsGraph.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/Configure.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/ConfiguredComponent.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/DescribeUnitId.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/FullUnitId.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/Id.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/LinkedComponent.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/MixLink.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/ModSubst.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/ModuleScope.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/ModuleShape.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/PreExistingComponent.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/PreModuleShape.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/ReadyComponent.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Backpack/UnifyM.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/CabalSpecVersion.hs [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/CharParsing.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/DList.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Directory.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/Graph.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Internal/TempFile.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/MonadFail.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Newtype.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Parsing.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Prelude.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Prelude/Internal.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/Compat/SnocList.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Stack.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compat/Time.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Compiler.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/FieldGrammar.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/FieldGrammar/Class.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/FieldGrammar/FieldDescrs.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/FieldGrammar/Parsec.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/FieldGrammar/Pretty.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/FieldGrammar.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/PackageDescription/Parsec.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/PackageDescription/PrettyPrint.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/PackageDescription/Quirks.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/Parsec/Class.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Parsec/Common.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Parsec/ConfVar.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Parsec/Field.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Parsec/FieldLineStream.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Parsec/Lexer.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Parsec/LexerMonad.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Parsec/Newtypes.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Parsec/ParseResult.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Parsec/Parser.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Pretty.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/PrettyUtils.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/ReadE.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/SPDX.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/SPDX/License.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/SPDX/LicenseExceptionId.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/SPDX/LicenseExpression.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/SPDX/LicenseId.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/SPDX/LicenseListVersion.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/SPDX/LicenseReference.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/BuildToolDepends.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/Doctest.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/Flag.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/GHC.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Simple/GHC/EnvironmentParser.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/Glob.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/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/ResponseFile.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/Types/AbiDependency.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/AbiHash.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/AnnotatedId.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Benchmark.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Benchmark/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/BenchmarkInterface.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/BenchmarkType.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/BuildInfo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/BuildInfo/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/BuildType.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Component.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ComponentId.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ComponentInclude.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ComponentLocalBuildInfo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ComponentName.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ComponentRequestedSpec.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/CondTree.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Condition.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Dependency.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/DependencyMap.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ExeDependency.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Executable.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Executable/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ExecutableScope.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ExposedModule.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ForeignLib.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ForeignLib/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ForeignLibOption.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ForeignLibType.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/HookedBuildInfo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/IncludeRenaming.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo/FieldGrammar.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/LegacyExeDependency.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Library.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Library/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/LocalBuildInfo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Mixin.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Module.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ModuleReexport.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/ModuleRenaming.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/MungedPackageId.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/MungedPackageName.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/PackageDescription.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/PackageDescription/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/PackageId.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/PackageId/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/PackageName.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/PkgconfigDependency.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/PkgconfigName.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/SourceRepo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/SourceRepo/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/TargetInfo.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/TestSuite.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/TestSuite/Lens.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/TestSuiteInterface.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/TestType.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/UnitId.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/UnqualComponentName.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/Version.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/VersionInterval.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Types/VersionRange.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Utils/Base62.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Utils/Generic.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Utils/IOData.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Utils/LogProgress.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Utils/MapAccum.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Utils/NubList.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Utils/Progress.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Utils/ShortText.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Utils/String.hs [new file with mode: 0644]
libraries/Cabal/Cabal/Distribution/Utils/UnionFind.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/doc/README.md [new file with mode: 0644]
libraries/Cabal/Cabal/doc/_templates/layout.html [new file with mode: 0644]
libraries/Cabal/Cabal/doc/bugs-and-stability.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/cabaldomain.py [new file with mode: 0644]
libraries/Cabal/Cabal/doc/concepts-and-development.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/conf.py [new file with mode: 0644]
libraries/Cabal/Cabal/doc/config-and-install.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/developing-packages.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/file-format-changelog.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/images/Cabal-dark.png [new file with mode: 0644]
libraries/Cabal/Cabal/doc/index.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/installing-packages.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/intro.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/misc.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/nix-integration.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/nix-local-build-overview.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/nix-local-build.rst [new file with mode: 0644]
libraries/Cabal/Cabal/doc/references.inc [new file with mode: 0644]
libraries/Cabal/Cabal/ghc.mk [new file with mode: 0644]
libraries/Cabal/Cabal/misc/gen-authors.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/CheckTests.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/HackageTests.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/Instances/TreeDiff.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/Instances/TreeDiff/Language.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/Instances/TreeDiff/SPDX.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/Instances/TreeDiff/Version.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/common1.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/common1.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/common2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/common2.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/common3.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/common3.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/forward-compat.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/forward-compat.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/forward-compat2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/forward-compat2.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/forward-compat3.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/forward-compat3.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/issue-5055-2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/issue-5055-2.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/issue-5055.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/issue-5055.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/leading-comma.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/leading-comma.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/noVersion.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/noVersion.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/noVersion2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/noVersion2.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/range-ge-wild.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/range-ge-wild.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/spdx-1.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/spdx-1.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/spdx-2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/spdx-2.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/spdx-3.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/errors/spdx-3.errors [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/Includes2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/Includes2.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/Includes2.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/internal-preprocessor-test.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/internal-preprocessor-test.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/internal-preprocessor-test.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/issue-2276-ghc-9885.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/issue-2276-ghc-9885.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/issue-2276-ghc-9885.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/transformers.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/transformers.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/ipi/transformers.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/MiniAgda.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/MiniAgda.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/Octree-0.5.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/Octree-0.5.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/Octree-0.5.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/bad-glob-syntax.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/bad-glob-syntax.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/cc-options-with-optimization.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/cc-options-with-optimization.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/common.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/common.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/common.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/common2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/common2.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/common2.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/cxx-options-with-optimization.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/cxx-options-with-optimization.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/elif.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/elif.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/elif.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/elif2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/elif2.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/elif2.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/encoding-0.8.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/encoding-0.8.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/encoding-0.8.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/extensions-paths-5054.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/extensions-paths-5054.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/generics-sop.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/generics-sop.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/generics-sop.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/ghc-option-j.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/ghc-option-j.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/haddock-api-2.18.1-check.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/haddock-api-2.18.1-check.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/issue-5055.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/issue-5055.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/issue-5055.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/issue-774.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/issue-774.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/issue-774.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/issue-774.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/leading-comma.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/leading-comma.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/leading-comma.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/noVersion.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/noVersion.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/noVersion.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/nothing-unicode.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/nothing-unicode.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/nothing-unicode.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/nothing-unicode.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/pre-1.6-glob.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/pre-1.6-glob.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/pre-2.4-globstar.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/pre-2.4-globstar.check [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/shake.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/shake.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/shake.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/spdx-1.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/spdx-1.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/spdx-1.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/spdx-2.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/spdx-2.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/spdx-2.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/spdx-3.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/spdx-3.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/spdx-3.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/th-lift-instances.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/th-lift-instances.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/th-lift-instances.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/wl-pprint-indef.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/wl-pprint-indef.expr [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/regressions/wl-pprint-indef.format [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/bom.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/bool.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/deprecatedfield.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/doubledash.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/extratestmodule.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/gluedop.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/multiplesingular.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/nbsp.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/newsyntax.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/oldsyntax.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/subsection.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/tab.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/trailingfield.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/unknownfield.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/unknownsection.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/utf8.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/ParserTests/warnings/versiontag.cabal [new file with mode: 0644]
libraries/Cabal/Cabal/tests/README.md [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/Graph.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/Compat/Time.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/Distribution/SPDX.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/Distribution/Simple/Glob.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/Types/GenericPackageDescription.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/Distribution/Utils/Generic.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/Utils/ShortText.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/UnitTests/Distribution/Version.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/custom-setup/CabalDoctestSetup.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/custom-setup/CustomSetupTests.hs [new file with mode: 0644]
libraries/Cabal/Cabal/tests/custom-setup/IdrisSetup.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/LICENSE [new file with mode: 0644]
libraries/Cabal/Makefile [new file with mode: 0644]
libraries/Cabal/README.md [new file with mode: 0644]
libraries/Cabal/appveyor-retry.cmd [new file with mode: 0644]
libraries/Cabal/appveyor.yml [new file with mode: 0644]
libraries/Cabal/boot/Lexer.x [new file with mode: 0644]
libraries/Cabal/boot/SPDX.LicenseExceptionId.template.hs [new file with mode: 0644]
libraries/Cabal/boot/SPDX.LicenseId.template.hs [new file with mode: 0644]
libraries/Cabal/cabal-dev-scripts/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-dev-scripts/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-dev-scripts/cabal-dev-scripts.cabal [new file with mode: 0644]
libraries/Cabal/cabal-dev-scripts/src/GenExtraSourceFiles.hs [new file with mode: 0644]
libraries/Cabal/cabal-dev-scripts/src/GenSPDX.hs [new file with mode: 0644]
libraries/Cabal/cabal-dev-scripts/src/GenSPDXExc.hs [new file with mode: 0644]
libraries/Cabal/cabal-dev-scripts/src/GenUtils.hs [new file with mode: 0644]
libraries/Cabal/cabal-dev-scripts/src/Preprocessor.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/BuildReports/Anonymous.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/BuildReports/Storage.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/BuildReports/Types.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/BuildReports/Upload.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Check.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdBench.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/CmdClean.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/CmdErrorMessages.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdExec.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdFreeze.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdHaddock.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdInstall.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdLegacy.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/CmdRun.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdSdist.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdTest.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/CmdUpdate.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Compat/Directory.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/FileLock.hsc [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/Prelude.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/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/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/IndexUtils/Timestamp.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/Nix.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Outdated.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/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/ProjectBuilding.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/ProjectBuilding/Types.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/Reconfigure.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/SavedFlags.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Security/DNS.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/SolverInstallPlan.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/SourceFiles.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/SourceRepoParse.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/Store.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/TargetSelector.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/Assertion.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/VCS.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/Win32SelfUpgrade.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Client/World.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Compat/Prelude.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Assignment.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Builder.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Configured.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/ConfiguredConversion.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/ConflictSet.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Cycles.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Dependency.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Explore.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Flag.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Index.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/IndexConversion.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/LabeledGraph.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Linking.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Log.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Message.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/PSQ.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Package.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Preference.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/RetryLog.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Solver.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Tree.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Validate.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Var.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/Version.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Modular/WeightedPSQ.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/ComponentDeps.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/ConstraintSource.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/DependencyResolver.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/Flag.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/InstSolverPackage.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/InstalledPreference.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/LabeledPackageConstraint.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/OptionalStanza.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/PackageConstraint.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/PackageFixedDeps.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/PackageIndex.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/PackagePath.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/PackagePreferences.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/PkgConfigDb.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/Progress.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/ResolverPackage.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/Settings.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/SolverId.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/SolverPackage.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/SourcePackage.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/Distribution/Solver/Types/Variable.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/LICENSE [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/cabal-install.cabal.pp [new file with mode: 0644]
libraries/Cabal/cabal-install/changelog [new file with mode: 0644]
libraries/Cabal/cabal-install/main/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/solver-dsl/UnitTests/Distribution/Solver/Modular/DSL.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/keep-going/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/keep-going/p/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/keep-going/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/keep-going/q/Q.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/keep-going/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/local-tarball/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/local-tarball/p-0.1.tar.gz [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/local-tarball/q/Q.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/local-tarball/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/setup-custom1/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/setup-custom1/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/setup-custom1/a.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/setup-custom2/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/setup-custom2/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/setup-custom2/a.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/setup-simple/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/setup-simple/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/build/setup-simple/a.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/exception/bad-config/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/exception/build/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/exception/build/a.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/exception/configure/a.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/exception/no-pkg/empty.in [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/exception/no-pkg2/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/regression/3324/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/regression/3324/p/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/regression/3324/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/regression/3324/q/Q.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/regression/3324/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/all-disabled/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/all-disabled/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/benchmarks-disabled/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/benchmarks-disabled/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/benchmarks-disabled/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/complex/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/complex/q/Q.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/complex/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/empty-pkg/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/empty-pkg/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/empty/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/empty/foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/exes-disabled/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/exes-disabled/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/exes-disabled/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/lib-only/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/libs-disabled/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/libs-disabled/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/libs-disabled/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/multiple-exes/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/multiple-exes/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/multiple-libs/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/multiple-libs/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/multiple-libs/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/multiple-tests/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/multiple-tests/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/simple/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/simple/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/simple/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/simple/q/QQ.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/simple/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/test-only/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/tests-disabled/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/tests-disabled/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/tests-disabled/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/variety/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/IntegrationTests2/targets/variety/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/MemoryUsageTests.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/README.md [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/SolverQuickCheck.hs [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/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/Get.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/IndexUtils/Timestamp.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/InstallPlan.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/JobControl.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/Store.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/Distribution/Client/VCS.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/Builder.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/DSL/TestCaseUtils.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/MemoryUsage.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/QuickCheck.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/QuickCheck/Utils.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/RetryLog.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/Solver.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/WeightedPSQ.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/Options.hs [new file with mode: 0644]
libraries/Cabal/cabal-install/tests/UnitTests/TempTestDir.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-testsuite/.gitignore [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowNewer/AllowNewer.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowNewer/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowNewer/benchmarks/Bench.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowNewer/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowNewer/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowNewer/src/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowNewer/tests/Test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowOlder/AllowOlder.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowOlder/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowOlder/benchmarks/Bench.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowOlder/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowOlder/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowOlder/src/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AllowOlder/tests/Test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/p/Dupe.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/package-import/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/package-import/package-import.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/q/Dupe.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/reexport-test/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/reexport-test/reexport-test.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/reexport/reexport.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/setup-package-import.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/setup-package-import.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/setup-package-import.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/setup-reexport.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/setup-reexport.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Ambiguity/setup-reexport.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutoconfBadPaths/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutoconfBadPaths/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutoconfBadPaths/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutoconfBadPaths/configure [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/AutoconfBadPaths/configure.ac [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutoconfBadPaths/test.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/Dummy.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/MyBenchModule.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/MyExeModule.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/MyLibModule.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/MyTestModule.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/Package/tmp [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/AutogenModules.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/Dummy.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/MyBenchModule.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/MyExeModule.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/MyLibModule.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/MyTestModule.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/list-sources.txt [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/AutogenModules/SrcDist/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail1/Fail1.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail1/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail1/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail1/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail2/Fail2.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail2/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail2/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail2/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail3/Fail3.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail3/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail3/UnfilledSig.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail3/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail3/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Fail3/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes1/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes1/B.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes1/Includes1.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes1/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes1/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes1/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/Includes2.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/Includes2.cabal.fail [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/cabal-external-target.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/cabal-external-target.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/cabal-external.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/cabal-external.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/cabal-internal-target.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/cabal-internal-target.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/cabal-internal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/cabal-internal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/cabal.external.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/cabal.internal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/exe/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/exe/exe.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/mylib/Database.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/mylib/Mine.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/mylib/mylib.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/mysql/Database/MySQL.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/mysql/mysql.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/postgresql/Database/PostgreSQL.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/postgresql/postgresql.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-external.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-external.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-external.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-internal-fail.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-internal-fail.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-internal-fail.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-internal.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-internal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-internal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-per-component.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/setup-per-component.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/src/App.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes2/src/src.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/Includes3.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/cabal-external.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/cabal-external.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/cabal-internal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/cabal-internal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/cabal.external.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/cabal.internal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/exe/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/exe/exe.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/indef/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/indef/indef.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-external-explicit.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-external-explicit.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-external-fail.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-external-fail.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-external-fail.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-external-ok.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-external-ok.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-external-ok.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-internal.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-internal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/setup-internal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/sigs/Data/Map.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes3/sigs/sigs.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/Includes4.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/impl/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/impl/A.hs-boot [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/impl/B.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/impl/Rec.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/indef/A.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/indef/B.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/indef/C.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/indef/Rec.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes4/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes5/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes5/B.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes5/Includes5.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes5/impl/Foobar.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes5/impl/Quxbaz.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes5/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes5/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Includes5/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Indef1/Indef1.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Indef1/Map.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Indef1/Provide.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Indef2/Indef2.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Indef2/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Indef2/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Indef2/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport1/p/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport1/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport1/q/Q.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport1/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport1/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport1/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport1/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport2/Asdf.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport2/Reexport2.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport2/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport2/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport2/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport2/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport2/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/Reexport2/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4447/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4447/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4447/T4447.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4447/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4447/foo-indef/A.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4447/foo-indef/B.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4447/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4447/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4447/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4754/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4754/Sig.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4754/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4754/pexe/PExe.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4754/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4754/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/T4754/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/TemplateHaskell/A.hsig [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/TemplateHaskell/M.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/TemplateHaskell/bkpth.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/TemplateHaskell/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/TemplateHaskell/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Backpack/TemplateHaskell/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkExeV10/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkExeV10/benchmarks/bench-Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkExeV10/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkExeV10/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkExeV10/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkExeV10/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkOptions/BenchmarkOptions.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkOptions/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkOptions/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkOptions/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkOptions/test-BenchmarkOptions.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkStanza/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkStanza/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkStanza/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BenchmarkStanza/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/DepCycle/DepCycle.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/DepCycle/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/DepCycle/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/DepCycle/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/DepCycle/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/DepCycle/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/DepCycle/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive1/Check.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive1/GlobalBuildDepsNotAdditive1.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive1/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive2/Check.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive2/GlobalBuildDepsNotAdditive2.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive2/lemon.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary0/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary0/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary0/programs/lemon.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary0/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary0/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary0/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/programs/lemon.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary2/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary2/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary2/programs/lemon.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary2/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary2/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary2/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary2/to-install/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary2/to-install/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary3/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary3/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary3/programs/lemon.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary3/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary3/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary3/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary3/to-install/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary3/to-install/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/SameDepsAllRound/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/SameDepsAllRound/SameDepsAllRound.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/SameDepsAllRound/lemon.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/SameDepsAllRound/pineapple.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/SameDepsAllRound/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/SameDepsAllRound/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/SameDepsAllRound/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps1/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps1/lemon.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps1/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps1/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps1/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps1/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps2/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps2/lemon.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps2/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps2/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps2/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps2/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps3/MyLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps3/lemon.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps3/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps3/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps3/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildDeps/TargetSpecificDeps3/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargetErrors/BuildTargetErrors.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargetErrors/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargetErrors/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargetErrors/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackage/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackage/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackage/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackage/repo/pkg-1.0/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackage/repo/pkg-2.0/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackage/use-local-version-of-package.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackage/use-local-version-of-package.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackageForSetup/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackageForSetup/pkg/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackageForSetup/pkg/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackageForSetup/pkg/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackageForSetup/repo/setup-dep-1.0/Module.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackageForSetup/repo/setup-dep-1.0/setup-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackageForSetup/setup-dep/Module.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackageForSetup/setup-dep/setup-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackageForSetup/use-local-package-as-setup-dep.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTargets/UseLocalPackageForSetup/use-local-package-as-setup-dep.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTestSuiteDetailedV09/Dummy2.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDepends/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDepends/client/Hello.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDepends/client/client.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDepends/pre-proc/MyCustomPreprocessor.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDepends/pre-proc/pre-proc.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDepends/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDepends/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDependsInternalMissing/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDependsInternalMissing/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDependsInternalMissing/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDependsInternalMissing/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildToolDependsInternalMissing/tool-depends-missing.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/External/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/External/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/External/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/External/client/Hello.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/External/client/client.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/External/happy/MyCustomPreprocessor.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/External/happy/happy.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Foreign/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Foreign/build-tools-path-foreign.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Foreign/hello/Hello.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Foreign/my-foreign-preprocessor [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Foreign/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Foreign/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Foreign/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Internal/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Internal/MyCustomPreprocessor.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Internal/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Internal/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Internal/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Internal/foo.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Internal/hello/Hello.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Internal/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Internal/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildTools/Internal/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildableField/BuildableField.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildableField/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildableField/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildableField/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/BuildableField/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CMain/Bar.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CMain/foo.c [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CMain/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CMain/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CMain/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CMain/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/COnlyMain/foo.c [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/COnlyMain/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/COnlyMain/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/COnlyMain/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/COnlyMain/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CaretOperator/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CaretOperator/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CaretOperator/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/InvalidGlob/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/InvalidGlob/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/InvalidGlob/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory/data/hello.dat [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory/file-not-a-directory [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory/present/present/hello [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory2/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory2/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory2/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory2/dir/foo.en.html [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MissingGlobDirectory2/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/check.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/check.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/data/foo.bar.dat [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/data/index.dat [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/doc/.foo.html [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/doc/bar.html [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/doc/foo.en.html [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/doc/foo.fr.html [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/doc/index.html [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/src/foo.cobol [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/src/index.js [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/MultiDotGlob2.2/test.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/NoGlobMatches/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/NoGlobMatches/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Check/NoGlobMatches/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Configure/.gitignore [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Configure/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Configure/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Configure/configure.ac [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Configure/include/HsZlibConfig.h.in [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Configure/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Configure/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Configure/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Configure/zlib.buildinfo.in [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Configure/zlib.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Exe/Bad.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Exe/Exe.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Exe/Good.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Exe/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Exe/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Exe/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/SubLib/Lib.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/SubLib/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/SubLib/exe/Exe.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/SubLib/setup-explicit-fail.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/SubLib/setup-explicit-fail.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/SubLib/setup-explicit.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/SubLib/setup-explicit.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/SubLib/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/SubLib/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Test/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Test/Test.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Test/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Test/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Test/testlib/TestLib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Test/testlib/testlib.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Test/tests/Test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Exe/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Exe/Main2.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Exe/myprog.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Exe/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Exe/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Exe/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Lib/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Lib/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Lib/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Lib/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Lib/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CopyComponent/Lib/src/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomDep/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomDep/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomDep/client/B.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomDep/client/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomDep/client/client.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomDep/custom/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomDep/custom/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomDep/custom/custom.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomDep/sandbox.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomDep/sandbox.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPlain/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPlain/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPlain/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPlain/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPlain/plain.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPlain/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPlain/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPlain/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPreProcess/A.pre [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPreProcess/Hello.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPreProcess/MyCustomPreprocessor.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPreProcess/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPreProcess/internal-preprocessor-test.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPreProcess/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPreProcess/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomPreProcess/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomSegfault/.gitignore [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomSegfault/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomSegfault/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomSegfault/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomSegfault/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomSegfault/plain.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomWithoutCabal/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomWithoutCabal/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomWithoutCabal/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomWithoutCabal/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomWithoutCabal/custom-setup-without-cabal.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomWithoutCabalDefaultMain/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomWithoutCabalDefaultMain/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomWithoutCabalDefaultMain/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomWithoutCabalDefaultMain/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/CustomWithoutCabalDefaultMain/custom-setup-without-cabal-defaultMain.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DeterministicAr/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DeterministicAr/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DeterministicAr/setup-default-ar.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DeterministicAr/setup-default-ar.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DeterministicAr/setup-default-ar.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DeterministicAr/setup-old-ar-without-at-args.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DeterministicAr/setup-old-ar-without-at-args.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DeterministicAr/setup-old-ar-without-at-args.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DuplicateModuleName/DuplicateModuleName.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DuplicateModuleName/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DuplicateModuleName/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DuplicateModuleName/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DuplicateModuleName/src/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DuplicateModuleName/tests/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/DuplicateModuleName/tests2/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/EmptyLib/empty/empty.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/EmptyLib/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/EmptyLib/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/EmptyLib/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/My.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/T4049/UseLib.c [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/T4049/csrc/MyForeignLibWrapper.c [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/T4049/my-foreign-lib.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/T4049/sandbox.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/T4049/sandbox.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/T4049/src/MyForeignLib/Hello.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/T4049/src/MyForeignLib/SomeBindings.hsc [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/legacy-autoconfigure.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/legacy-autoconfigure.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/legacy-no-args.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/legacy-no-args.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/legacy.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/legacy.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/sandbox-ghc-pkg.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/sandbox-ghc-pkg.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/sandbox-hc-pkg.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/sandbox-hc-pkg.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/sandbox-path.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/sandbox-path.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/sandbox.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/sandbox.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Exec/subdir/.gitkeep [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ExecModern/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ExecModern/My.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ExecModern/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ExecModern/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ExecModern/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ExecModern/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ForeignLibs/.gitignore [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ForeignLibs/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ForeignLibs/UseLib.c [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ForeignLibs/csrc/MyForeignLibWrapper.c [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ForeignLibs/my-foreign-lib.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ForeignLibs/src/MyForeignLib/AnotherVal.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ForeignLibs/src/MyForeignLib/Export.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ForeignLibs/src/MyForeignLib/Hello.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ForeignLibs/src/MyForeignLib/SomeBindings.hsc [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/disable-benchmarks.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/disable-benchmarks.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/disable-tests.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/disable-tests.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/dry-run.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/dry-run.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/enable-benchmarks.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/enable-benchmarks.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/enable-tests.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/enable-tests.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/freeze.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/freeze.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/repo/criterion-1.1.4.0/criterion.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Freeze/repo/test-framework-0.8.1.1/test-framework.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectory/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectory/ghc [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectory/ghc-pkg [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectory/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectory/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectory/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryGhcVersion/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryGhcVersion/ghc-7.10 [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryGhcVersion/ghc-pkg-ghc-7.10 [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryGhcVersion/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryGhcVersion/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryGhcVersion/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryVersion/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryVersion/ghc-7.10 [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryVersion/ghc-pkg-7.10 [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryVersion/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryVersion/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SameDirectoryVersion/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/Symlink/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/Symlink/bin/ghc [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/Symlink/bin/ghc-pkg [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/Symlink/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/Symlink/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/Symlink/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkGhcVersion/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkGhcVersion/bin/ghc-7.10 [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkGhcVersion/bin/ghc-pkg-7.10 [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkGhcVersion/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkGhcVersion/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkGhcVersion/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkVersion/SameDirectory.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkVersion/bin/ghc-7.10 [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkVersion/bin/ghc-pkg-ghc-7.10 [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkVersion/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkVersion/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/GhcPkgGuess/SymlinkVersion/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Haddock/CPP.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Haddock/Literate.lhs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Haddock/NoCPP.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Haddock/Simple.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Haddock/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Haddock/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Haddock/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Haddock/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/HaddockNewline/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/HaddockNewline/ChangeLog.md [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/HaddockNewline/HaddockNewline.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/HaddockNewline/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/HaddockNewline/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/HaddockNewline/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/HaddockNewline/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/HaddockNewline/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Executable/exe/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Executable/foo.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Executable/setup-static.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Executable/setup-static.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Executable/setup-static.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Executable/src/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Library/fooexe/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Library/fooexe/fooexe.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Library/foolib/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Library/foolib/foolib.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Library/foolib/private/Internal.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Library/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Library/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/Library/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/cabal-per-package.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/cabal-per-package.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/p/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/p/p/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/p/q/Q.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/q/Q.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/r/R.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/r/r.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/sandbox-shadow.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/sandbox-shadow.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/sandbox.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/sandbox.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup-gen-pkg-config.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup-gen-pkg-config.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup-gen-pkg-config.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup-gen-script.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup-gen-script.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup-gen-script.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup-per-component.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup-per-component.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalLibraries/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsBad/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsBad/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsBad/build-depends-bad-version.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsBad/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsBad/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsBad/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsExtra/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsExtra/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsExtra/build-depends-extra-version.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsExtra/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsExtra/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildDependsExtra/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsBad/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsBad/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsBad/build-tool-depends-bad-version.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsBad/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsBad/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsBad/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsExtra/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsExtra/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsExtra/build-tool-depends-extra-version.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsExtra/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsExtra/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolDependsExtra/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsBad/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsBad/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsBad/build-tools-bad-version.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsBad/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsBad/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsBad/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsExtra/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsExtra/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsExtra/build-tools-extra-version.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsExtra/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsExtra/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/InternalVersions/BuildToolsExtra/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Macros/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Macros/B.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Macros/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Macros/macros.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Macros/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Macros/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Macros/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Macros/src/C.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Manpage/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Manpage/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdBench/MultipleBenchmarks/Bar.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdBench/MultipleBenchmarks/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdBench/MultipleBenchmarks/MultipleBenchmarks.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdBench/MultipleBenchmarks/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdBench/MultipleBenchmarks/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdBench/MultipleBenchmarks/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/GhcInvocation/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/GhcInvocation/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/GhcInvocation/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/GhcInvocation/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/GhcInvocation/inplace-dep/InplaceDep.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/GhcInvocation/inplace-dep/inplace-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/RunExe/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/RunExe/RunExe.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/RunExe/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/RunExe/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdExec/RunExe/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Datafiles/bar/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Datafiles/bar/bar.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Datafiles/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Datafiles/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Datafiles/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Datafiles/foo/LibFoo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Datafiles/foo/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Datafiles/foo/data/hello.txt [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Datafiles/foo/foo.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ExeAndLib/ExeAndLib.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ExeAndLib/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ExeAndLib/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ExeAndLib/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ExeAndLib/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ExitCodePropagation/ExitCodePropagation.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ExitCodePropagation/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ExitCodePropagation/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ExitCodePropagation/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ExitCodePropagation/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultipleExes/Bar.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultipleExes/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultipleExes/MultipleExes.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultipleExes/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultipleExes/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultipleExes/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultiplePackages/bar/Main1.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultiplePackages/bar/Main2.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultiplePackages/bar/bar.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultiplePackages/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultiplePackages/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultiplePackages/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultiplePackages/foo/Main1.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultiplePackages/foo/foo.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Single/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Single/Single.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Single/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Single/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/Single/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/LocalPackageWithCustomSetup/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/LocalPackageWithCustomSetup/build-local-package-with-custom-setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/LocalPackageWithCustomSetup/build-local-package-with-custom-setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/LocalPackageWithCustomSetup/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/LocalPackageWithCustomSetup/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/LocalPackageWithCustomSetup/repo/setup-dep-2.0/SetupDep.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/LocalPackageWithCustomSetup/repo/setup-dep-2.0/setup-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/RemotePackageWithCustomSetup/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/RemotePackageWithCustomSetup/build-package-from-repo-with-custom-setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/RemotePackageWithCustomSetup/build-package-from-repo-with-custom-setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/RemotePackageWithCustomSetup/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/RemotePackageWithCustomSetup/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/RemotePackageWithCustomSetup/repo/remote-pkg-2.0/RemotePkg.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/RemotePackageWithCustomSetup/repo/remote-pkg-2.0/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/RemotePackageWithCustomSetup/repo/remote-pkg-2.0/remote-pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/RemotePackageWithCustomSetup/repo/remote-setup-dep-3.0/RemoteSetupDep.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/CustomSetup/RemotePackageWithCustomSetup/repo/remote-setup-dep-3.0/remote-setup-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/.gitignore [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/p/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/p/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/q/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/q/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/q/q-broken.cabal.in [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/q/q-fixed.cabal.in [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/C.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/T3460.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/sub-package-A/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/sub-package-A/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/sub-package-A/sub-package-A.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/sub-package-B/B.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/sub-package-B/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3460/sub-package-B/sub-package-B.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3827/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3827/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3827/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3827/p/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3827/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3827/q/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3827/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3978/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3978/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3978/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3978/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T3978/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4017/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4017/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4017/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4017/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4017/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4288/CustomIssue.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4288/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4288/T4288.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4288/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4288/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4288/setup-helper/SetupHelper.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4288/setup-helper/setup-helper.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4375/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4375/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4375/a.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4375/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4375/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4375/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4375/repo/old-locale-1.0.0.7/System/Locale.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4375/repo/old-locale-1.0.0.7/old-locale.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4375/repo/old-time-1.1.0.3/System/Time.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4375/repo/old-time-1.1.0.3/old-time.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4405/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4405/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4405/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4405/p/P.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4405/p/PTest.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4405/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4405/q/Q.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4405/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4450/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4450/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4450/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4450/T4450.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4450/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4450/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4450/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4450/dep/Dep.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4450/dep/dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4477/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4477/T4477.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4477/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4477/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T4477/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T5164/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T5164/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T5164/setup-lib/SetupLib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T5164/setup-lib/example.txt [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T5164/setup-lib/setup-lib.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T5164/uses-custom-setup/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T5164/uses-custom-setup/UsesCustomSetup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewBuild/T5164/uses-custom-setup/uses-custom-setup.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/NewConfigure.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/cabal.project.local [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/BuildTools/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/BuildTools/my-local-package.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/BuildTools/new_freeze.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/BuildTools/new_freeze.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/BuildTools/repo/my-build-tool-dep-1.0/my-build-tool-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/BuildTools/repo/my-build-tool-dep-2.0/my-build-tool-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/BuildTools/repo/my-build-tool-dep-3.0/my-build-tool-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/BuildTools/repo/my-library-dep-1.0/my-library-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/Flags/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/Flags/my-local-package.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/Flags/new_freeze.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/Flags/new_freeze.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/Flags/repo/false-dep-1.0/false-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/Flags/repo/my-library-dep-1.0/my-library-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/Flags/repo/true-dep-1.0/true-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/FreezeFile/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/FreezeFile/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/FreezeFile/my-local-package.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/FreezeFile/new_freeze.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/FreezeFile/new_freeze.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/FreezeFile/repo/my-library-dep-1.0/MyLibModule.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/FreezeFile/repo/my-library-dep-1.0/my-library-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/FreezeFile/repo/my-library-dep-2.0/MyLibModule.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewFreeze/FreezeFile/repo/my-library-dep-2.0/my-library-dep.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/DeterministicTrivial/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/DeterministicTrivial/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/DeterministicTrivial/deterministic-0.tar.gz [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/DeterministicTrivial/deterministic.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/DeterministicTrivial/deterministic.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/DeterministicTrivial/deterministic.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/Globbing/a/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/Globbing/a/a.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/Globbing/a/doc/index.html [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/Globbing/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/Globbing/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/Globbing/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/ManyDataFiles/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/ManyDataFiles/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/ManyDataFiles/many-data-files.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/ManyDataFiles/many-data-files.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/ManyDataFiles/many-data-files.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/a/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/a/Test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/a/a.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/all-output-dir.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/all-output-dir.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/all-test-sute.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/all-test-sute.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/all.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/all.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/b/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/b/b.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/list-sources-output-dir.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/list-sources-output-dir.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/multi-archive-to-stdout.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/multi-archive-to-stdout.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/multi-list-sources.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/multi-list-sources.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/multi-target.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/multi-target.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/target-remote-package.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/target-remote-package.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/valid-and-test-suite.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/MultiTarget/valid-and-test-suite.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/NullTerminated/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/NullTerminated/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/NullTerminated/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/NullTerminated/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/NewSdist/NullTerminated/test.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/OrderFlags/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/OrderFlags/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/OrderFlags/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/OrderFlags/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/OrderFlags/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/cabal.config [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/cabal.project.freeze [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/outdated-project-file.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/outdated-project-file.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/outdated.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/outdated.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/outdated_freeze.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/outdated_freeze.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/repo/base-3.0.3.1/base.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/repo/base-3.0.3.2/base.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/repo/base-4.0.0.0/base.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/repo/template-haskell-2.3.0.0/template-haskell.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/repo/template-haskell-2.3.0.1/template-haskell.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/repo/template-haskell-2.4.0.0/template-haskell.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/variant.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Outdated/variant.project.freeze [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PathsModule/Executable/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PathsModule/Executable/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PathsModule/Executable/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PathsModule/Executable/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PathsModule/Executable/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PathsModule/Library/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PathsModule/Library/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PathsModule/Library/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PathsModule/Library/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcess/Foo.hsc [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcess/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcess/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcess/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcess/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcess/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcessExtraSources/Foo.hsc [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcessExtraSources/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcessExtraSources/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcessExtraSources/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcessExtraSources/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/PreProcessExtraSources/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/dynamic/Exe.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/dynamic/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/dynamic/QQ.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/dynamic/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/dynamic/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/dynamic/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/dynamic/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/profiling/Exe.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/profiling/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/profiling/QQ.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/profiling/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/profiling/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/profiling/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/profiling/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/vanilla/Exe.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/vanilla/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/vanilla/QQ.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/vanilla/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/vanilla/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/vanilla/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/QuasiQuotes/vanilla/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/containers-dupe/Data/Map.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/containers-dupe/containers-dupe.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/p/Private.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/p/Public.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/p/p.cabal.fail-ambiguous [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/p/p.cabal.fail-missing [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/p/p.cabal.fail-other [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/q/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup-fail-ambiguous.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup-fail-ambiguous.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup-fail-ambiguous.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup-fail-missing.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup-fail-missing.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup-fail-missing.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup-fail-other.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup-fail-other.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup-fail-other.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/ReexportedModules/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/HadrianT634/pkg/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/HadrianT634/pkg/a.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/HadrianT634/pkg/doc/hello.html [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/HadrianT634/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/HadrianT634/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2755/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2755/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2755/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2755/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2755/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2755/test-t2755.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971/p/include/T2971test.h [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971/q/Bar.hsc [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971/q/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971a/Main.hsc [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971a/T2971a.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971a/include/T2971a.h [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971a/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971a/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T2971a/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3199/Cabal/Cabal.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3199/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3199/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3199/sandbox.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3199/sandbox.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3199/test-3199.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3294/.gitignore [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3294/T3294.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3294/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3294/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3294/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3436/Cabal-1.2/Cabal.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3436/Cabal-1.2/CabalMessage.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3436/Cabal-2.0/Cabal.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3436/Cabal-2.0/CabalMessage.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3436/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3436/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3436/custom-setup/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3436/custom-setup/custom-setup.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3436/sandbox.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3436/sandbox.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3847/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3847/T3847.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3847/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3847/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3847/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3932/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3932/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3932/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3932/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3932/custom-setup-old-cabal.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T3932/repo/Cabal-1.18.0.0/Cabal.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4025/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4025/T4025.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4025/exe/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4025/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4025/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4025/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4154/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4154/install-time-with-constraint.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4154/install-time-with-constraint.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4154/time.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4202/.gitignore [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4202/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4202/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4202/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4202/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4202/q/Q.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4202/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4270/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4270/T4270.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4270/Test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4270/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4270/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4270/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4449/A.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4449/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4449/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4449/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4449/test-t4449.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4720/bug/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4720/bug/bug.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4720/bug/cbits/bug.c [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4720/bug/extra-inc/bug-extra-inc.h [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4720/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4720/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4720/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4986/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4986/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4986/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4986/client/Hello.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4986/client/client.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4986/happy/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T4986/happy/happy.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/T5309.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/app/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/lib/Bio/Character/Exportable/Class.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/lib/Data/TCM/Memoized.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/lib/Data/TCM/Memoized/FFI.hsc [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/memoized-tcm/costMatrix.cpp [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/memoized-tcm/costMatrix.h [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/memoized-tcm/costMatrixWrapper.c [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/memoized-tcm/costMatrixWrapper.h [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/memoized-tcm/dynamicCharacterOperations.c [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/memoized-tcm/dynamicCharacterOperations.h [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5318/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5318/empty-data-dir.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5318/foo.dat [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5318/install.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5318/install.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5318/sdist-list-sources.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5318/sdist-list-sources.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5386/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5386/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5386/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5386/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5386/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5386/configure [new file with mode: 0755]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5386/configure.ac [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5386/test.buildinfo.in [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5386/test.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/repo/build-tool-pkg-1/build-tool-pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/repo/build-tool-pkg-1/main/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/repo/build-tool-pkg-1/src/BuildToolLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/repo/build-tool-pkg-2/build-tool-pkg.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/repo/build-tool-pkg-2/main/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/repo/build-tool-pkg-2/src/BuildToolLibrary.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/use-different-versions-of-dependency-for-library-and-build-tool.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5409/use-different-versions-of-dependency-for-library-and-build-tool.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/ListSources/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/ListSources/data/blah/a.dat [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/ListSources/extra-doc/blah/a.tex [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/ListSources/extra-src/blah/a.html [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/ListSources/list-sources.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/ListSources/list-sources.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/ListSources/list-sources.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/T5195/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/T5195/actually-a-directory/some-file [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/T5195/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/T5195/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SDist/T5195/t5195.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SPDX/M.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SPDX/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SPDX/cabal-old-build.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SPDX/cabal-old-build.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SPDX/cabal-old-build.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SPDX/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SPDX/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SPDX/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/MultipleSources/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/MultipleSources/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/MultipleSources/p/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/MultipleSources/p/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/MultipleSources/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/MultipleSources/q/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/MultipleSources/q/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/MultipleSources/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Reinstall/p/Main.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Reinstall/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Reinstall/q/Q.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Reinstall/q/Q.hs.in2 [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Reinstall/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Reinstall/sandbox.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Reinstall/sandbox.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Sources/p/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Sources/p/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Sources/p/p.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Sources/q/LICENSE [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Sources/q/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Sources/q/q.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Sources/sandbox.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/Sandbox/Sources/sandbox.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SimpleDefault/M.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SimpleDefault/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SimpleDefault/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SimpleDefault/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/SimpleDefault/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/dynamic/Exe.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/dynamic/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/dynamic/TH.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/dynamic/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/dynamic/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/dynamic/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/dynamic/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/profiling/Exe.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/profiling/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/profiling/TH.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/profiling/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/profiling/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/profiling/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/profiling/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/vanilla/Exe.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/vanilla/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/vanilla/TH.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/vanilla/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/vanilla/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/vanilla/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TemplateHaskell/vanilla/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestNameCollision/child/Child.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestNameCollision/child/child.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestNameCollision/child/tests/Test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestNameCollision/parent/Parent.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestNameCollision/parent/parent.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestNameCollision/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestNameCollision/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestNameCollision/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestOptions/TestOptions.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestOptions/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestOptions/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestOptions/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestOptions/test-TestOptions.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestStanza/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestStanza/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestStanza/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestStanza/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/cabal-with-hpc.multitest.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/setup-no-markup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/setup-no-markup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/setup-no-markup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/setup-no-tix.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/setup-no-tix.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/setup-no-tix.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/tests/test-Foo.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/tests/test-Short.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/LibV09/Lib.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/LibV09/LibV09.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/LibV09/setup-deadlock.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/LibV09/setup-deadlock.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/LibV09/setup-deadlock.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/LibV09/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/LibV09/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/LibV09/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/TestSuiteTests/LibV09/tests/Deadlock.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/UniqueIPID/P1/M.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/UniqueIPID/P1/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/UniqueIPID/P2/M.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/UniqueIPID/P2/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/UniqueIPID/setup.cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/UniqueIPID/setup.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/UniqueIPID/setup.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/UserConfig/cabal.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/UserConfig/cabal.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/PackageTests/multInst/my.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/README.md [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/Test/Cabal/CheckArMetadata.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/Test/Cabal/Monad.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/Test/Cabal/Plan.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/Test/Cabal/Prelude.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/Test/Cabal/Run.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/Test/Cabal/Script.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/Test/Cabal/Server.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/Test/Cabal/Workdir.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/cabal-testsuite.cabal [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/main/cabal-tests.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/tests/Setup.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/tests/fail.out [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/tests/fail.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/tests/ok.test.hs [new file with mode: 0644]
libraries/Cabal/cabal-testsuite/tests/tests.cabal [new file with mode: 0644]
libraries/Cabal/cabal.project [new file with mode: 0644]
libraries/Cabal/cabal.project.meta [new file with mode: 0644]
libraries/Cabal/cabal.project.travis [new file with mode: 0644]
libraries/Cabal/cabal.project.validate [new file with mode: 0644]
libraries/Cabal/generics-sop-lens.hs [new file with mode: 0644]
libraries/Cabal/ghc-packages [new file with mode: 0644]
libraries/Cabal/id_rsa_cabal_website.aes256.enc [new file with mode: 0644]
libraries/Cabal/license-list-data/exceptions-3.0.json [new file with mode: 0644]
libraries/Cabal/license-list-data/exceptions-3.2.json [new file with mode: 0644]
libraries/Cabal/license-list-data/licenses-3.0.json [new file with mode: 0644]
libraries/Cabal/license-list-data/licenses-3.2.json [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/CHANGELOG [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/LICENSE [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/Setup.lhs [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/Text/Show/Html.hs [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/Text/Show/Parser.y [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/Text/Show/Pretty.hs [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/Text/Show/PrettyVal.hs [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/Text/Show/Value.hs [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/bin/ppsh.hs [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/pretty-show.cabal [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/style/jquery-src.js [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/style/jquery.js [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/style/pretty-show.css [new file with mode: 0644]
libraries/Cabal/pretty-show-1.6.16/style/pretty-show.js [new file with mode: 0644]
libraries/Cabal/solver-benchmarks/HackageBenchmark.hs [new file with mode: 0644]
libraries/Cabal/solver-benchmarks/LICENSE [new file with mode: 0644]
libraries/Cabal/solver-benchmarks/README.md [new file with mode: 0644]
libraries/Cabal/solver-benchmarks/main/hackage-benchmark.hs [new file with mode: 0644]
libraries/Cabal/solver-benchmarks/solver-benchmarks.cabal [new file with mode: 0644]
libraries/Cabal/solver-benchmarks/tests/HackageBenchmarkTest.hs [new file with mode: 0644]
libraries/Cabal/stack.yaml [new file with mode: 0644]
libraries/Cabal/travis-bootstrap.sh [new file with mode: 0755]
libraries/Cabal/travis-common.sh [new file with mode: 0644]
libraries/Cabal/travis-deploy.sh [new file with mode: 0755]
libraries/Cabal/travis-install.sh [new file with mode: 0755]
libraries/Cabal/travis-meta.sh [new file with mode: 0755]
libraries/Cabal/travis-script.sh [new file with mode: 0755]
libraries/Cabal/travis-solver-debug-flags.sh [new file with mode: 0755]
libraries/Cabal/travis-stack.sh [new file with mode: 0755]
libraries/Cabal/travis/README.md [new file with mode: 0644]
libraries/Cabal/travis/binaries/.travis.yml [new file with mode: 0644]
libraries/Cabal/travis/binaries/travis-cleanup.sh [new file with mode: 0644]
libraries/Cabal/travis/binaries/travis-test.sh [new file with mode: 0755]
libraries/Cabal/travis/id_rsa.pub [new file with mode: 0644]
libraries/Cabal/travis/id_rsa.rot13 [new file with mode: 0644]
libraries/Cabal/travis/upload.sh [new file with mode: 0755]
libraries/Cabal/validate.sh [new file with mode: 0755]
libraries/Makefile [new file with mode: 0644]
libraries/Win32/.gitignore [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/AlphaBlend.hsc [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/LayeredWindow.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/Graphics/Win32/Window/AnimateWindow.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Window/ForegroundWindow.hs [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Window/HotKey.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Window/IMM.hsc [new file with mode: 0644]
libraries/Win32/Graphics/Win32/Window/PostMessage.hsc [new file with mode: 0644]
libraries/Win32/LICENSE [new file with mode: 0644]
libraries/Win32/Media/Win32.hs [new file with mode: 0644]
libraries/Win32/README.md [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/Automation.hs [new file with mode: 0644]
libraries/Win32/System/Win32/Automation/Input.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Automation/Input/Key.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Automation/Input/Mouse.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Console.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Console/CtrlHandler.hs [new file with mode: 0644]
libraries/Win32/System/Win32/Console/HWND.hs [new file with mode: 0644]
libraries/Win32/System/Win32/Console/Title.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/Encoding.hs [new file with mode: 0644]
libraries/Win32/System/Win32/Exception/Unsupported.hs [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/HardLink.hs [new file with mode: 0644]
libraries/Win32/System/Win32/Info.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Info/Computer.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Info/Version.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Mem.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/MinTTY.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/NLS.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Path.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/String.hs [new file with mode: 0644]
libraries/Win32/System/Win32/SymbolicLink.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Thread.hs [new file with mode: 0644]
libraries/Win32/System/Win32/Time.hsc [new file with mode: 0644]
libraries/Win32/System/Win32/Types.hsc [new file with mode: 0755]
libraries/Win32/System/Win32/Utils.hs [new file with mode: 0644]
libraries/Win32/System/Win32/Word.hs [new file with mode: 0644]
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/alphablend.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/changelog.md [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/alignment.h [new file with mode: 0644]
libraries/Win32/include/alphablend.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/include/winternl_compat.h [new file with mode: 0644]
libraries/Win32/include/winuser_compat.h [new file with mode: 0644]
libraries/Win32/prologue.txt [new file with mode: 0644]
libraries/Win32/tests/HandleConversion.hs [new file with mode: 0644]
libraries/Win32/tests/HandleConversion.stdout [new file with mode: 0644]
libraries/Win32/tests/Makefile [new file with mode: 0644]
libraries/Win32/tests/PokeTZI.hs [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/.arcconfig [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/T229.hs [new file with mode: 0644]
libraries/array/tests/T229.stderr-ws-32 [new file with mode: 0644]
libraries/array/tests/T229.stderr-ws-64 [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/Bifoldable.hs [new file with mode: 0644]
libraries/base/Data/Bifunctor.hs [new file with mode: 0644]
libraries/base/Data/Bitraversable.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/Contravariant.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/Functor/Utils.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/Semigroup/Internal.hs [new file with mode: 0644]
libraries/base/Data/Semigroup/Internal.hs-boot [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/Debug/Trace.hs-boot [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/Base.hs-boot [new file with mode: 0644]
libraries/base/GHC/ByteOrder.hs [new file with mode: 0644]
libraries/base/GHC/Char.hs [new file with mode: 0644]
libraries/base/GHC/Clock.hsc [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/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/Exception/Type.hs [new file with mode: 0644]
libraries/base/GHC/Exception/Type.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/Lock.hsc [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/Maybe.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/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/Real.hs-boot [new file with mode: 0644]
libraries/base/GHC/Records.hs [new file with mode: 0644]
libraries/base/GHC/ResponseFile.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/StableName.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/StaticPtr/Internal.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/TypeNats.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/CPUTime/Posix/ClockGetTime.hsc [new file with mode: 0644]
libraries/base/System/CPUTime/Posix/RUsage.hsc [new file with mode: 0644]
libraries/base/System/CPUTime/Posix/Times.hsc [new file with mode: 0644]
libraries/base/System/CPUTime/Unsupported.hs [new file with mode: 0644]
libraries/base/System/CPUTime/Utils.hs [new file with mode: 0644]
libraries/base/System/CPUTime/Windows.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/Blank.hsc [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/Type/Reflection.hs [new file with mode: 0644]
libraries/base/Type/Reflection/Unsafe.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/CastFloatWord.cmm [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/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/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/Numeric/sqrt.hs [new file with mode: 0644]
libraries/base/tests/Numeric/sqrt.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/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/T10412.hs [new file with mode: 0644]
libraries/base/tests/T10412.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/T11760.hs [new file with mode: 0644]
libraries/base/tests/T11760.stdout [new file with mode: 0644]
libraries/base/tests/T12494.hs [new file with mode: 0644]
libraries/base/tests/T12494.stdout [new file with mode: 0644]
libraries/base/tests/T12852.hs [new file with mode: 0644]
libraries/base/tests/T12852.stdout [new file with mode: 0644]
libraries/base/tests/T12874.hs [new file with mode: 0644]
libraries/base/tests/T12874.stdout [new file with mode: 0644]
libraries/base/tests/T13097.hs [new file with mode: 0644]
libraries/base/tests/T13097.stdout [new file with mode: 0644]
libraries/base/tests/T13167.hs [new file with mode: 0644]
libraries/base/tests/T13167.stdout [new file with mode: 0644]
libraries/base/tests/T13191.hs [new file with mode: 0644]
libraries/base/tests/T13191.stdout [new file with mode: 0644]
libraries/base/tests/T13525.hs [new file with mode: 0644]
libraries/base/tests/T13896.hs [new file with mode: 0644]
libraries/base/tests/T14425.hs [new file with mode: 0644]
libraries/base/tests/T14425.stdout [new file with mode: 0644]
libraries/base/tests/T15349.hs [new file with mode: 0644]
libraries/base/tests/T15349.stderr [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/T3474.hs [new file with mode: 0644]
libraries/base/tests/T3474.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/T8684.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/enumNumeric.hs [new file with mode: 0644]
libraries/base/tests/enumNumeric.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.bat [new file with mode: 0755]
libraries/base/tests/enum_processor.py [new file with mode: 0644]
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/fixUsingLazyST.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/functorOperators.hs [new file with mode: 0644]
libraries/base/tests/functorOperators.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/lazySTexamples.hs [new file with mode: 0644]
libraries/base/tests/lazySTexamples.stderr [new file with mode: 0644]
libraries/base/tests/lazySTexamples.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/performGC001.hs [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/tempfiles.stdout-mingw32 [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/Cabal24.hs [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/generics-bench.cache.gz [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/FloatCast.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/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/.gitmodules [new file with mode: 0644]
libraries/containers/.travis.yml [new file with mode: 0644]
libraries/containers/CONTRIBUTING.md [new file with mode: 0644]
libraries/containers/Data/Containers/ListUtils.hs [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/Internal.hs [new file with mode: 0644]
libraries/containers/Data/IntMap/Internal/Debug.hs [new file with mode: 0644]
libraries/containers/Data/IntMap/Internal/DeprecatedDebug.hs [new file with mode: 0644]
libraries/containers/Data/IntMap/Lazy.hs [new file with mode: 0644]
libraries/containers/Data/IntMap/Merge/Lazy.hs [new file with mode: 0644]
libraries/containers/Data/IntMap/Merge/Strict.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/Internal.hs [new file with mode: 0644]
libraries/containers/Data/Map.hs [new file with mode: 0644]
libraries/containers/Data/Map/Internal.hs [new file with mode: 0644]
libraries/containers/Data/Map/Internal/Debug.hs [new file with mode: 0644]
libraries/containers/Data/Map/Internal/DeprecatedShowTree.hs [new file with mode: 0644]
libraries/containers/Data/Map/Lazy.hs [new file with mode: 0644]
libraries/containers/Data/Map/Merge/Lazy.hs [new file with mode: 0644]
libraries/containers/Data/Map/Merge/Strict.hs [new file with mode: 0644]
libraries/containers/Data/Map/Strict.hs [new file with mode: 0644]
libraries/containers/Data/Map/Strict/Internal.hs [new file with mode: 0644]
libraries/containers/Data/Sequence.hs [new file with mode: 0644]
libraries/containers/Data/Sequence/Internal.hs [new file with mode: 0644]
libraries/containers/Data/Sequence/Internal/Sorting.hs [new file with mode: 0644]
libraries/containers/Data/Sequence/Internal/sorting.md [new file with mode: 0644]
libraries/containers/Data/Set.hs [new file with mode: 0644]
libraries/containers/Data/Set/Internal.hs [new file with mode: 0644]
libraries/containers/Data/Tree.hs [new file with mode: 0644]
libraries/containers/GNUmakefile [new file with mode: 0644]
libraries/containers/LICENSE [new file with mode: 0644]
libraries/containers/README.md [new file with mode: 0644]
libraries/containers/Setup.hs [new file with mode: 0644]
libraries/containers/Utils/Containers/Internal/BitQueue.hs [new file with mode: 0644]
libraries/containers/Utils/Containers/Internal/BitUtil.hs [new file with mode: 0644]
libraries/containers/Utils/Containers/Internal/Coercions.hs [new file with mode: 0644]
libraries/containers/Utils/Containers/Internal/PtrEquality.hs [new file with mode: 0644]
libraries/containers/Utils/Containers/Internal/State.hs [new file with mode: 0644]
libraries/containers/Utils/Containers/Internal/StrictMaybe.hs [new file with mode: 0644]
libraries/containers/Utils/Containers/Internal/StrictPair.hs [new file with mode: 0644]
libraries/containers/Utils/Containers/Internal/TypeError.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/docs/.gitignore [new file with mode: 0644]
libraries/containers/docs/Makefile [new file with mode: 0644]
libraries/containers/docs/_extensions/haddock-autolink/HaddockAutolinker.py [new file with mode: 0644]
libraries/containers/docs/_extensions/haddock-autolink/README.md [new file with mode: 0644]
libraries/containers/docs/_extensions/haddock-autolink/haddock-autolink.py [new file with mode: 0644]
libraries/containers/docs/_extensions/hs-theme.py [new file with mode: 0644]
libraries/containers/docs/_static/css/hs-theme.css [new file with mode: 0644]
libraries/containers/docs/_static/images/favicon-16x16.png [new file with mode: 0644]
libraries/containers/docs/_static/images/favicon-green-16x16.png [new file with mode: 0644]
libraries/containers/docs/_static/images/haskell-logo-black.svg [new file with mode: 0644]
libraries/containers/docs/_static/images/haskell-logo-green.svg [new file with mode: 0644]
libraries/containers/docs/_static/sitemap.xml [new file with mode: 0644]
libraries/containers/docs/_templates/layout.html [new file with mode: 0644]
libraries/containers/docs/conf.py [new file with mode: 0644]
libraries/containers/docs/index.rst [new file with mode: 0644]
libraries/containers/docs/intro.rst [new file with mode: 0644]
libraries/containers/docs/make.bat [new file with mode: 0644]
libraries/containers/docs/map.rst [new file with mode: 0644]
libraries/containers/docs/sequence.rst [new file with mode: 0644]
libraries/containers/docs/set.rst [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/stack.yaml [new file with mode: 0644]
libraries/containers/tests/IntMapValidity.hs [new file with mode: 0644]
libraries/containers/tests/IntSetValidity.hs [new file with mode: 0644]
libraries/containers/tests/Makefile [new file with mode: 0644]
libraries/containers/tests/bitqueue-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/listutils-properties.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/containers/tests/tree-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/Control/DeepSeq/BackDoor.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/generate-nfdata-tuple.hs [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/Common.hs [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/System/Directory/Internal/windows_ext.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/LongPaths.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/Xdg.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/directory/tools/vercmp [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/.hlint.yaml [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/ForeignSrcLang/Type.hs [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/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/ForeignSrcLang.hs [new file with mode: 0644]
libraries/ghc-boot/GHC/HandleEncoding.hs [new file with mode: 0644]
libraries/ghc-boot/GHC/LanguageExtensions.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-compact/.gitignore [new file with mode: 0644]
libraries/ghc-compact/GHC/Compact.hs [new file with mode: 0644]
libraries/ghc-compact/GHC/Compact/Serialized.hs [new file with mode: 0644]
libraries/ghc-compact/GNUmakefile [new file with mode: 0644]
libraries/ghc-compact/LICENSE [new file with mode: 0644]
libraries/ghc-compact/README.md [new file with mode: 0644]
libraries/ghc-compact/Setup.hs [new file with mode: 0644]
libraries/ghc-compact/ghc-compact.cabal [new file with mode: 0644]
libraries/ghc-compact/ghc.mk [new file with mode: 0644]
libraries/ghc-compact/tests/.gitignore [new file with mode: 0644]
libraries/ghc-compact/tests/Makefile [new file with mode: 0644]
libraries/ghc-compact/tests/all.T [new file with mode: 0644]
libraries/ghc-compact/tests/compact_append.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_autoexpand.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_bench.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_bytestring.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_cycle.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_cycle.stdout [new file with mode: 0644]
libraries/ghc-compact/tests/compact_function.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_function.stderr [new file with mode: 0644]
libraries/ghc-compact/tests/compact_gc.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_huge_array.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_largemap.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_largemap.stdout [new file with mode: 0644]
libraries/ghc-compact/tests/compact_loop.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_mutable.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_mutable.stderr [new file with mode: 0644]
libraries/ghc-compact/tests/compact_pinned.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_pinned.stderr [new file with mode: 0644]
libraries/ghc-compact/tests/compact_serialize.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_serialize.stderr [new file with mode: 0644]
libraries/ghc-compact/tests/compact_share.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_share.stdout-ws-32 [new file with mode: 0644]
libraries/ghc-compact/tests/compact_share.stdout-ws-64 [new file with mode: 0644]
libraries/ghc-compact/tests/compact_simple.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_simple.stdout [new file with mode: 0644]
libraries/ghc-compact/tests/compact_simple_array.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_small_ptr_array.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_small_ptr_array.stdout [new file with mode: 0644]
libraries/ghc-compact/tests/compact_threads.hs [new file with mode: 0644]
libraries/ghc-compact/tests/compact_threads.stdout [new file with mode: 0644]
libraries/ghc-heap/.gitignore [new file with mode: 0644]
libraries/ghc-heap/GHC/Exts/Heap.hs [new file with mode: 0644]
libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs [new file with mode: 0644]
libraries/ghc-heap/GHC/Exts/Heap/Closures.hs [new file with mode: 0644]
libraries/ghc-heap/GHC/Exts/Heap/Constants.hsc [new file with mode: 0644]
libraries/ghc-heap/GHC/Exts/Heap/InfoTable.hsc [new file with mode: 0644]
libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc [new file with mode: 0644]
libraries/ghc-heap/GHC/Exts/Heap/InfoTableProf.hsc [new file with mode: 0644]
libraries/ghc-heap/GHC/Exts/Heap/Utils.hsc [new file with mode: 0644]
libraries/ghc-heap/GNUmakefile [new file with mode: 0644]
libraries/ghc-heap/LICENSE [new file with mode: 0644]
libraries/ghc-heap/Setup.hs [new file with mode: 0644]
libraries/ghc-heap/cbits/HeapPrim.cmm [new file with mode: 0644]
libraries/ghc-heap/ghc-heap.cabal [new file with mode: 0644]
libraries/ghc-heap/ghc-heap.cabal.in [new file with mode: 0644]
libraries/ghc-heap/ghc.mk [new file with mode: 0644]
libraries/ghc-heap/tests/Makefile [new file with mode: 0644]
libraries/ghc-heap/tests/all.T [new file with mode: 0644]
libraries/ghc-heap/tests/heap_all.hs [new file with mode: 0644]
libraries/ghc-heap/tests/heap_all.stdout [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/aclocal.m4 [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/pdep.c [new file with mode: 0644]
libraries/ghc-prim/cbits/pext.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/configure [new file with mode: 0755]
libraries/ghc-prim/configure.ac [new file with mode: 0644]
libraries/ghc-prim/ghc-prim.buildinfo.in [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/BinaryArray.hs [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/StaticPtrTable.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/Backend/Win32/Echo.hs [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/includes/windows_cconv.h [new file with mode: 0644]
libraries/haskeline/stack.yaml [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/hpc/.arcconfig [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.mk.in [new file with mode: 0644]
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/ghc-gmp.h [new file with mode: 0644]
libraries/integer-gmp/gmp/ghc.mk [new file with mode: 0644]
libraries/integer-gmp/gmp/gmp-tarballs/README.md [new file with mode: 0644]
libraries/integer-gmp/gmp/gmp-tarballs/build-nodoc-tarball [new file with mode: 0755]
libraries/integer-gmp/gmp/gmp-tarballs/gmp-6.1.2-nodoc.tar.bz2 [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/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/libiserv/.gitignore [new file with mode: 0644]
libraries/libiserv/GNUmakefile [new file with mode: 0644]
libraries/libiserv/LICENSE [new file with mode: 0644]
libraries/libiserv/Makefile [new file with mode: 0644]
libraries/libiserv/cbits/iservmain.c [new file with mode: 0644]
libraries/libiserv/ghc.mk [new file with mode: 0644]
libraries/libiserv/libiserv.cabal [new file with mode: 0644]
libraries/libiserv/proxy-src/Remote.hs [new file with mode: 0644]
libraries/libiserv/src/GHCi/Utils.hsc [new file with mode: 0644]
libraries/libiserv/src/Lib.hs [new file with mode: 0644]
libraries/libiserv/src/Remote/Message.hs [new file with mode: 0644]
libraries/libiserv/src/Remote/Slave.hs [new file with mode: 0644]
libraries/libraries-footer.txt [new file with mode: 0644]
libraries/libraries-header.txt [new file with mode: 0644]
libraries/mtl/.gitignore [new file with mode: 0644]
libraries/mtl/.travis.yml [new file with mode: 0644]
libraries/mtl/CHANGELOG.markdown [new file with mode: 0644]
libraries/mtl/Control/Monad/Cont.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Cont/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Error.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Error/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Except.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Identity.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/List.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/RWS.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/RWS/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/RWS/Lazy.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/RWS/Strict.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Reader.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Reader/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/State.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/State/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/State/Lazy.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/State/Strict.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Trans.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Writer.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Writer/Class.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Writer/Lazy.hs [new file with mode: 0644]
libraries/mtl/Control/Monad/Writer/Strict.hs [new file with mode: 0644]
libraries/mtl/GNUmakefile [new file with mode: 0644]
libraries/mtl/LICENSE [new file with mode: 0644]
libraries/mtl/README.markdown [new file with mode: 0644]
libraries/mtl/Setup.hs [new file with mode: 0644]
libraries/mtl/cabal.project [new file with mode: 0644]
libraries/mtl/ghc.mk [new file with mode: 0644]
libraries/mtl/mtl.cabal [new file with mode: 0644]
libraries/parsec/.gitignore [new file with mode: 0644]
libraries/parsec/.travis.yml [new file with mode: 0644]
libraries/parsec/ChangeLog.md [new file with mode: 0644]
libraries/parsec/GNUmakefile [new file with mode: 0644]
libraries/parsec/LICENSE [new file with mode: 0644]
libraries/parsec/README.md [new file with mode: 0644]
libraries/parsec/Setup.hs [new file with mode: 0644]
libraries/parsec/cabal.project [new file with mode: 0644]
libraries/parsec/ghc.mk [new file with mode: 0644]
libraries/parsec/parsec.cabal [new file with mode: 0644]
libraries/parsec/src/Text/Parsec.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/ByteString.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/ByteString/Lazy.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Char.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Combinator.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Error.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Expr.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Language.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Perm.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Pos.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Prim.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/String.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Text.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Text/Lazy.hs [new file with mode: 0644]
libraries/parsec/src/Text/Parsec/Token.hs [new file with mode: 0644]
libraries/parsec/src/Text/ParserCombinators/Parsec.hs [new file with mode: 0644]
libraries/parsec/src/Text/ParserCombinators/Parsec/Char.hs [new file with mode: 0644]
libraries/parsec/src/Text/ParserCombinators/Parsec/Combinator.hs [new file with mode: 0644]
libraries/parsec/src/Text/ParserCombinators/Parsec/Error.hs [new file with mode: 0644]
libraries/parsec/src/Text/ParserCombinators/Parsec/Expr.hs [new file with mode: 0644]
libraries/parsec/src/Text/ParserCombinators/Parsec/Language.hs [new file with mode: 0644]
libraries/parsec/src/Text/ParserCombinators/Parsec/Perm.hs [new file with mode: 0644]
libraries/parsec/src/Text/ParserCombinators/Parsec/Pos.hs [new file with mode: 0644]
libraries/parsec/src/Text/ParserCombinators/Parsec/Prim.hs [new file with mode: 0644]
libraries/parsec/src/Text/ParserCombinators/Parsec/Token.hs [new file with mode: 0644]
libraries/parsec/test/Bugs.hs [new file with mode: 0644]
libraries/parsec/test/Bugs/Bug2.hs [new file with mode: 0644]
libraries/parsec/test/Bugs/Bug35.hs [new file with mode: 0644]
libraries/parsec/test/Bugs/Bug6.hs [new file with mode: 0644]
libraries/parsec/test/Bugs/Bug9.hs [new file with mode: 0644]
libraries/parsec/test/Features.hs [new file with mode: 0644]
libraries/parsec/test/Features/Feature80.hs [new file with mode: 0644]
libraries/parsec/test/Main.hs [new file with mode: 0644]
libraries/parsec/test/Util.hs [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/bench/Bench.hs [new file with mode: 0644]
libraries/pretty/docs/new-pretty.md [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/stack.yaml [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/UnitT32.hs [new file with mode: 0755]
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/T3994app.hs [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/T9775/Makefile [new file with mode: 0644]
libraries/process/tests/T9775/T9775_fail.hs [new file with mode: 0644]
libraries/process/tests/T9775/T9775_fail.stdout [new file with mode: 0644]
libraries/process/tests/T9775/T9775_good.hs [new file with mode: 0644]
libraries/process/tests/T9775/T9775_good.stdout [new file with mode: 0644]
libraries/process/tests/T9775/all.T [new file with mode: 0644]
libraries/process/tests/T9775/main.c [new file with mode: 0644]
libraries/process/tests/T9775/ok.c [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/stm/.gitignore [new file with mode: 0644]
libraries/stm/.travis.yml [new file with mode: 0644]
libraries/stm/Control/Concurrent/STM.hs [new file with mode: 0644]
libraries/stm/Control/Concurrent/STM/TArray.hs [new file with mode: 0644]
libraries/stm/Control/Concurrent/STM/TBQueue.hs [new file with mode: 0644]
libraries/stm/Control/Concurrent/STM/TChan.hs [new file with mode: 0644]
libraries/stm/Control/Concurrent/STM/TMVar.hs [new file with mode: 0644]
libraries/stm/Control/Concurrent/STM/TQueue.hs [new file with mode: 0644]
libraries/stm/Control/Concurrent/STM/TSem.hs [new file with mode: 0644]
libraries/stm/Control/Concurrent/STM/TVar.hs [new file with mode: 0644]
libraries/stm/Control/Monad/STM.hs [new file with mode: 0644]
libraries/stm/Control/Sequential/STM.hs [new file with mode: 0644]
libraries/stm/GNUmakefile [new file with mode: 0644]
libraries/stm/LICENSE [new file with mode: 0644]
libraries/stm/README.md [new file with mode: 0644]
libraries/stm/Setup.hs [new file with mode: 0644]
libraries/stm/bench/Makefile [new file with mode: 0644]
libraries/stm/bench/chanbench.hs [new file with mode: 0644]
libraries/stm/cabal.project [new file with mode: 0644]
libraries/stm/changelog.md [new file with mode: 0644]
libraries/stm/ghc.mk [new file with mode: 0644]
libraries/stm/prologue.txt [new file with mode: 0644]
libraries/stm/stm.cabal [new file with mode: 0644]
libraries/stm/tests/.gitignore [new file with mode: 0644]
libraries/stm/tests/Makefile [new file with mode: 0644]
libraries/stm/tests/T15136.hs [new file with mode: 0644]
libraries/stm/tests/T15136.stdout [new file with mode: 0644]
libraries/stm/tests/T2411.hs [new file with mode: 0644]
libraries/stm/tests/T2411.stdout.ignore [new file with mode: 0644]
libraries/stm/tests/all.T [new file with mode: 0644]
libraries/stm/tests/cloneTChan001.hs [new file with mode: 0644]
libraries/stm/tests/cloneTChan001.stdout [new file with mode: 0644]
libraries/stm/tests/runtests.sh [new file with mode: 0755]
libraries/stm/tests/stm046.hs [new file with mode: 0644]
libraries/stm/tests/stm046.stderr [new file with mode: 0644]
libraries/stm/tests/stm046.stdout [new file with mode: 0644]
libraries/stm/tests/stm047.hs [new file with mode: 0644]
libraries/stm/tests/stm047.stderr [new file with mode: 0644]
libraries/stm/tests/stm047.stdout [new file with mode: 0644]
libraries/stm/tests/stm048.hs [new file with mode: 0644]
libraries/stm/tests/stm048.stderr [new file with mode: 0644]
libraries/stm/tests/stm048.stdout [new file with mode: 0644]
libraries/stm/tests/stm049.hs [new file with mode: 0644]
libraries/stm/tests/stm050.hs [new file with mode: 0644]
libraries/stm/tests/stm052.hs [new file with mode: 0644]
libraries/stm/tests/stm052.stderr [new file with mode: 0644]
libraries/stm/tests/stm052.stdout [new file with mode: 0644]
libraries/stm/tests/stm053.hs [new file with mode: 0644]
libraries/stm/tests/stm054.hs [new file with mode: 0644]
libraries/stm/tests/stm054.stdout [new file with mode: 0644]
libraries/stm/tests/stm055.hs [new file with mode: 0644]
libraries/stm/tests/stm055.stderr [new file with mode: 0644]
libraries/stm/tests/stm056.hs [new file with mode: 0644]
libraries/stm/tests/stm056.stderr [new file with mode: 0644]
libraries/stm/tests/stm061.hs [new file with mode: 0644]
libraries/stm/tests/stm061.stdout [new file with mode: 0644]
libraries/stm/tests/stm064.hs [new file with mode: 0644]
libraries/stm/tests/stm064.stdout [new file with mode: 0644]
libraries/stm/tests/stm065.hs [new file with mode: 0644]
libraries/stm/tests/stm065.stdout [new file with mode: 0644]
libraries/stm/testsuite/README.md [new file with mode: 0644]
libraries/stm/testsuite/cabal.project [new file with mode: 0644]
libraries/stm/testsuite/src/Issue17.hs [new file with mode: 0644]
libraries/stm/testsuite/src/Issue9.hs [new file with mode: 0644]
libraries/stm/testsuite/src/Main.hs [new file with mode: 0644]
libraries/stm/testsuite/src/Stm052.hs [new file with mode: 0644]
libraries/stm/testsuite/src/Stm064.hs [new file with mode: 0644]
libraries/stm/testsuite/src/Stm065.hs [new file with mode: 0644]
libraries/stm/testsuite/testsuite.cabal [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/Internal.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/text/.gitignore [new file with mode: 0644]
libraries/text/.hgignore [new file with mode: 0644]
libraries/text/.hgtags [new file with mode: 0644]
libraries/text/.travis.yml [new file with mode: 0644]
libraries/text/Data/Text.hs [new file with mode: 0644]
libraries/text/Data/Text/Array.hs [new file with mode: 0644]
libraries/text/Data/Text/Encoding.hs [new file with mode: 0644]
libraries/text/Data/Text/Encoding/Error.hs [new file with mode: 0644]
libraries/text/Data/Text/Foreign.hs [new file with mode: 0644]
libraries/text/Data/Text/IO.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Builder.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Builder/Functions.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Builder/Int/Digits.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Builder/RealFloat/Functions.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Encoding/Fusion.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Encoding/Fusion/Common.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Encoding/Utf16.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Encoding/Utf32.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Encoding/Utf8.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Functions.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Fusion.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Fusion/CaseMapping.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Fusion/Common.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Fusion/Size.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Fusion/Types.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/IO.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Lazy.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Lazy/Encoding/Fusion.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Lazy/Fusion.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Lazy/Search.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Private.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Read.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Search.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Unsafe.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Unsafe/Char.hs [new file with mode: 0644]
libraries/text/Data/Text/Internal/Unsafe/Shift.hs [new file with mode: 0644]
libraries/text/Data/Text/Lazy.hs [new file with mode: 0644]
libraries/text/Data/Text/Lazy/Builder.hs [new file with mode: 0644]
libraries/text/Data/Text/Lazy/Builder/Int.hs [new file with mode: 0644]
libraries/text/Data/Text/Lazy/Builder/RealFloat.hs [new file with mode: 0644]
libraries/text/Data/Text/Lazy/Encoding.hs [new file with mode: 0644]
libraries/text/Data/Text/Lazy/IO.hs [new file with mode: 0644]
libraries/text/Data/Text/Lazy/Internal.hs [new file with mode: 0644]
libraries/text/Data/Text/Lazy/Read.hs [new file with mode: 0644]
libraries/text/Data/Text/Read.hs [new file with mode: 0644]
libraries/text/Data/Text/Show.hs [new file with mode: 0644]
libraries/text/Data/Text/Unsafe.hs [new file with mode: 0644]
libraries/text/GNUmakefile [new file with mode: 0644]
libraries/text/LICENSE [new file with mode: 0644]
libraries/text/README.markdown [new file with mode: 0644]
libraries/text/Setup.lhs [new file with mode: 0644]
libraries/text/benchmarks/.gitignore [new file with mode: 0644]
libraries/text/benchmarks/Setup.hs [new file with mode: 0644]
libraries/text/benchmarks/cabal.project [new file with mode: 0644]
libraries/text/benchmarks/cbits/time_iconv.c [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Builder.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Concat.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/DecodeUtf8.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/EncodeUtf8.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Equality.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/FileRead.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/FoldLines.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Mul.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Programs/BigTable.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Programs/Cut.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Programs/Fold.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Programs/Sort.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Programs/StripTags.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Programs/Throughput.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Pure.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/ReadNumbers.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Replace.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Search.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/Stream.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Benchmarks/WordFrequencies.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Multilang.hs [new file with mode: 0644]
libraries/text/benchmarks/haskell/Timer.hs [new file with mode: 0644]
libraries/text/benchmarks/python/.gitignore [new file with mode: 0644]
libraries/text/benchmarks/python/cut.py [new file with mode: 0644]
libraries/text/benchmarks/python/multilang.py [new file with mode: 0755]
libraries/text/benchmarks/python/sort.py [new file with mode: 0644]
libraries/text/benchmarks/python/strip_tags.py [new file with mode: 0644]
libraries/text/benchmarks/python/utils.py [new file with mode: 0755]
libraries/text/benchmarks/ruby/cut.rb [new file with mode: 0644]
libraries/text/benchmarks/ruby/fold.rb [new file with mode: 0644]
libraries/text/benchmarks/ruby/sort.rb [new file with mode: 0644]
libraries/text/benchmarks/ruby/strip_tags.rb [new file with mode: 0644]
libraries/text/benchmarks/ruby/utils.rb [new file with mode: 0644]
libraries/text/benchmarks/text-benchmarks.cabal [new file with mode: 0644]
libraries/text/cabal.project [new file with mode: 0644]
libraries/text/cbits/cbits.c [new file with mode: 0644]
libraries/text/changelog.md [new file with mode: 0644]
libraries/text/ghc.mk [new file with mode: 0644]
libraries/text/include/text_cbits.h [new file with mode: 0644]
libraries/text/scripts/ApiCompare.hs [new file with mode: 0644]
libraries/text/scripts/Arsec.hs [new file with mode: 0644]
libraries/text/scripts/CaseFolding.hs [new file with mode: 0644]
libraries/text/scripts/CaseMapping.hs [new file with mode: 0644]
libraries/text/scripts/SpecialCasing.hs [new file with mode: 0644]
libraries/text/tests-and-benchmarks.markdown [new file with mode: 0644]
libraries/text/tests/.ghci [new file with mode: 0644]
libraries/text/tests/LiteralRuleTest.hs [new file with mode: 0644]
libraries/text/tests/Makefile [new file with mode: 0644]
libraries/text/tests/Tests.hs [new file with mode: 0644]
libraries/text/tests/Tests/IO.hs [new file with mode: 0644]
libraries/text/tests/Tests/Properties.hs [new file with mode: 0644]
libraries/text/tests/Tests/Properties/Mul.hs [new file with mode: 0644]
libraries/text/tests/Tests/QuickCheckUtils.hs [new file with mode: 0644]
libraries/text/tests/Tests/Regressions.hs [new file with mode: 0644]
libraries/text/tests/Tests/SlowFunctions.hs [new file with mode: 0644]
libraries/text/tests/Tests/Utils.hs [new file with mode: 0644]
libraries/text/tests/cabal.config [new file with mode: 0644]
libraries/text/tests/literal-rule-test.sh [new file with mode: 0755]
libraries/text/tests/scripts/cover-stdio.sh [new file with mode: 0755]
libraries/text/tests/text-tests.cabal [new file with mode: 0644]
libraries/text/text.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/Checklist [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/benchmark/Main.hs [new file with mode: 0644]
libraries/time/benchmark/stack.yaml [new file with mode: 0644]
libraries/time/benchmark/time-bench.cabal [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/Internal/AbsoluteTime.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/Internal/CTimespec.hsc [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/Internal/CTimeval.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/Internal/DiffTime.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/Internal/NominalDiffTime.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/Internal/POSIXTime.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/Internal/SystemTime.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/Internal/UTCDiff.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/Internal/UTCTime.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/Internal/UniversalTime.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/System.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/Clock/TAI.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/Internal/LocalTime.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/LocalTime/Internal/TimeOfDay.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/LocalTime/Internal/TimeZone.hs [new file with mode: 0644]
libraries/time/lib/Data/Time/LocalTime/Internal/ZonedTime.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/stack.yaml [new file with mode: 0644]
libraries/time/test/CurrentTime.hs [new file with mode: 0644]
libraries/time/test/RealToFracBenchmark.hs [new file with mode: 0644]
libraries/time/test/ShowDST.hs [new file with mode: 0644]
libraries/time/test/ShowDefaultTZAbbreviations.hs [new file with mode: 0644]
libraries/time/test/TimeZone.hs [new file with mode: 0644]
libraries/time/test/UseCases.lhs [new file with mode: 0644]
libraries/time/test/main/Main.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/AddDays.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/AddDaysRef.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/Calendars.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/CalendarsRef.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/ClipDates.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/ClipDatesRef.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/ConvertBack.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/Easter.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/EasterRef.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/LongWeekYears.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/LongWeekYearsRef.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/MonthDay.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/MonthDayRef.hs [new file with mode: 0644]
libraries/time/test/main/Test/Calendar/Valid.hs [new file with mode: 0644]
libraries/time/test/main/Test/Clock/Conversion.hs [new file with mode: 0644]
libraries/time/test/main/Test/Clock/Resolution.hs [new file with mode: 0644]
libraries/time/test/main/Test/Clock/TAI.hs [new file with mode: 0644]
libraries/time/test/main/Test/Format/Format.hs [new file with mode: 0644]
libraries/time/test/main/Test/Format/ParseTime.hs [new file with mode: 0644]
libraries/time/test/main/Test/LocalTime/Time.hs [new file with mode: 0644]
libraries/time/test/main/Test/LocalTime/TimeRef.hs [new file with mode: 0644]
libraries/time/test/main/Test/TestUtil.hs [new file with mode: 0644]
libraries/time/test/unix/Main.hs [new file with mode: 0644]
libraries/time/test/unix/Test/Format/Format.hs [new file with mode: 0644]
libraries/time/test/unix/Test/Format/FormatStuff.c [new file with mode: 0644]
libraries/time/test/unix/Test/Format/FormatStuff.h [new file with mode: 0644]
libraries/time/test/unix/Test/LocalTime/TimeZone.hs [new file with mode: 0644]
libraries/time/test/unix/Test/TestUtil.hs [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/Accum.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/CPS.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/Select.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/CPS.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/.travis.yml [new file with mode: 0644]
libraries/xhtml/ChangeLog.md [new file with mode: 0644]
libraries/xhtml/GNUmakefile [new file with mode: 0644]
libraries/xhtml/LICENSE [new file with mode: 0644]
libraries/xhtml/README.md [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]
llvm-passes [new file with mode: 0644]
llvm-targets [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/detect-cpu-count.sh [new file with mode: 0755]
mk/flavours/bench-cross-ncg.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/dwarf.mk [new file with mode: 0644]
mk/flavours/perf-cross-ncg.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-llvm.mk [new file with mode: 0644]
mk/flavours/prof.mk [new file with mode: 0644]
mk/flavours/quick-cross-ncg.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]
mk/win32-tarballs.md5sum [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/Compact.cmm [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/Heap.c [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/PathUtils.c [new file with mode: 0644]
rts/PathUtils.h [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/ProfilerReport.c [new file with mode: 0644]
rts/ProfilerReport.h [new file with mode: 0644]
rts/ProfilerReportJson.c [new file with mode: 0644]
rts/ProfilerReportJson.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/RtsSymbolInfo.c [new file with mode: 0644]
rts/RtsSymbolInfo.h [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/SMPClosureOps.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/TopHandler.c [new file with mode: 0644]
rts/TopHandler.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/eventlog/EventLogWriter.c [new file with mode: 0644]
rts/fs_rts.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/LongGCSync.c [new file with mode: 0644]
rts/hooks/MallocFail.c [new file with mode: 0644]
rts/hooks/OnExit.c [new file with mode: 0644]
rts/hooks/OutOfHeap.c [new file with mode: 0644]
rts/hooks/StackOverflow.c [new file with mode: 0644]
rts/linker/CacheFlush.c [new file with mode: 0644]
rts/linker/CacheFlush.h [new file with mode: 0644]
rts/linker/ELFRelocs/AArch64.def [new file with mode: 0644]
rts/linker/ELFRelocs/ARM.def [new file with mode: 0644]
rts/linker/ELFRelocs/LICENSE-LLVM.TXT [new file with mode: 0644]
rts/linker/ELFRelocs/i386.def [new file with mode: 0644]
rts/linker/ELFRelocs/x86_64.def [new file with mode: 0644]
rts/linker/Elf.c [new file with mode: 0644]
rts/linker/Elf.h [new file with mode: 0644]
rts/linker/ElfTypes.h [new file with mode: 0644]
rts/linker/LoadArchive.c [new file with mode: 0644]
rts/linker/M32Alloc.c [new file with mode: 0644]
rts/linker/M32Alloc.h [new file with mode: 0644]
rts/linker/MachO.c [new file with mode: 0644]
rts/linker/MachO.h [new file with mode: 0644]
rts/linker/MachOTypes.h [new file with mode: 0644]
rts/linker/PEi386.c [new file with mode: 0644]
rts/linker/PEi386.h [new file with mode: 0644]
rts/linker/SymbolExtras.c [new file with mode: 0644]
rts/linker/SymbolExtras.h [new file with mode: 0644]
rts/linker/elf_compat.h [new file with mode: 0644]
rts/linker/elf_got.c [new file with mode: 0644]
rts/linker/elf_got.h [new file with mode: 0644]
rts/linker/elf_plt.c [new file with mode: 0644]
rts/linker/elf_plt.h [new file with mode: 0644]
rts/linker/elf_plt_aarch64.c [new file with mode: 0644]
rts/linker/elf_plt_aarch64.h [new file with mode: 0644]
rts/linker/elf_plt_arm.c [new file with mode: 0644]
rts/linker/elf_plt_arm.h [new file with mode: 0644]
rts/linker/elf_reloc.c [new file with mode: 0644]
rts/linker/elf_reloc.h [new file with mode: 0644]
rts/linker/elf_reloc_aarch64.c [new file with mode: 0644]
rts/linker/elf_reloc_aarch64.h [new file with mode: 0644]
rts/linker/elf_util.c [new file with mode: 0644]
rts/linker/elf_util.h [new file with mode: 0644]
rts/linker/util.h [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/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/posix/itimer/Pthread.c [new file with mode: 0644]
rts/posix/itimer/Setitimer.c [new file with mode: 0644]
rts/posix/itimer/TimerCreate.c [new file with mode: 0644]
rts/rts.cabal [new file with mode: 0644]
rts/rts.cabal.in [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/CNF.c [new file with mode: 0644]
rts/sm/CNF.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/Evac_thr.c [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/Scav_thr.c [new file with mode: 0644]
rts/sm/ShouldCompact.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]
rts/xxhash.c [new file with mode: 0644]
rts/xxhash.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/check-ppr/Main.hs [new file with mode: 0644]
utils/check-ppr/README [new file with mode: 0644]
utils/check-ppr/check-ppr.cabal [new file with mode: 0644]
utils/check-ppr/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.pl [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/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/fs/README [new file with mode: 0644]
utils/fs/fs.c [new file with mode: 0644]
utils/fs/fs.h [new file with mode: 0644]
utils/gen-dll/Main.hs [new file with mode: 0644]
utils/gen-dll/Makefile [new file with mode: 0644]
utils/gen-dll/gen-dll.cabal.in [new file with mode: 0644]
utils/gen-dll/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/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/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/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.md [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/cabal.project [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/cheatsheet/LICENSE [new file with mode: 0644]
utils/haddock/doc/cheatsheet/README.md [new file with mode: 0644]
utils/haddock/doc/cheatsheet/haddocks.md [new file with mode: 0644]
utils/haddock/doc/cheatsheet/haddocks.pdf [new file with mode: 0644]
utils/haddock/doc/cheatsheet/haddocks.svg [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/Main.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/CHANGES.md [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/README.md [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/gulpfile.js [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/haddock-bundle.min.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/js-src/cookies.ts [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/js-src/details-helper.ts [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/js-src/init.ts [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/js-src/quick-jump.tsx [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/js-src/style-menu.ts [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/package-lock.json [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/package.json [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/quick-jump.css [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/quick-jump.min.js [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/solarized.css [new file with mode: 0644]
utils/haddock/haddock-api/resources/html/tsconfig.json [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/Meta.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/Json.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/Utils/Json.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/CHANGES.md [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/fixtures/Fixtures.hs [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/definitionList.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/definitionList.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/identifier.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/identifier.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/identifierBackticks.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/identifierBackticks.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/link.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/link.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/linkInline.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/linkInline.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table-simple.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table-simple.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table1.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table1.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table2.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table2.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table3.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table3.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table4.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table4.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table5.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/table5.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/url.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/url.parsed [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/urlLabel.input [new file with mode: 0644]
utils/haddock/haddock-library/fixtures/examples/urlLabel.parsed [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/Markup.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-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/Bug722/test.txt [new file with mode: 0644]
utils/haddock/hoogle-test/ref/Bug806/test.txt [new file with mode: 0644]
utils/haddock/hoogle-test/ref/Bug825/test.txt [new file with mode: 0644]
utils/haddock/hoogle-test/ref/Bug873/test.txt [new file with mode: 0644]
utils/haddock/hoogle-test/ref/Bug946/test.txt [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/ref/type-sigs/test.txt [new file with mode: 0644]
utils/haddock/hoogle-test/run [new file with mode: 0755]
utils/haddock/hoogle-test/src/Bug722/Bug722.hs [new file with mode: 0644]
utils/haddock/hoogle-test/src/Bug806/Bug806.hs [new file with mode: 0644]
utils/haddock/hoogle-test/src/Bug825/Bug825.hs [new file with mode: 0644]
utils/haddock/hoogle-test/src/Bug873/Bug873.hs [new file with mode: 0644]
utils/haddock/hoogle-test/src/Bug946/Bug946.hs [new file with mode: 0644]
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/hoogle-test/src/type-sigs/ReaderT.hs [new file with mode: 0644]
utils/haddock/hoogle-test/src/type-sigs/ReaderTReexport.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/Bug458.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug546.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug548.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug574.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug6.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug613.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug647.html [new file with mode: 0644]
utils/haddock/html-test/ref/Bug679.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/BundledPatterns.html [new file with mode: 0644]
utils/haddock/html-test/ref/BundledPatterns2.html [new file with mode: 0644]
utils/haddock/html-test/ref/ConstructorArgs.html [new file with mode: 0644]
utils/haddock/html-test/ref/ConstructorPatternExport.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/DuplicateRecordFields.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/GadtConstructorArgs.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/PR643.html [new file with mode: 0644]
utils/haddock/html-test/ref/PR643_1.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/QuantifiedConstraints.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/Table.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/TypeFamilies3.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/Unicode2.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/Bug458.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug546.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug548.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug6.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug613.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug647.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug679.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug7.hs [new file with mode: 0644]
utils/haddock/html-test/src/Bug745.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/BundledPatterns.hs [new file with mode: 0644]
utils/haddock/html-test/src/BundledPatterns2.hs [new file with mode: 0644]
utils/haddock/html-test/src/ConstructorArgs.hs [new file with mode: 0644]
utils/haddock/html-test/src/ConstructorPatternExport.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/DuplicateRecordFields.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/GadtConstructorArgs.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/PR643.hs [new file with mode: 0644]
utils/haddock/html-test/src/PR643_1.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/QuantifiedConstraints.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/Table.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/TypeFamilies3.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/Unicode2.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/CPP.html [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/CPP.hs [new file with mode: 0644]
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/ConstructorArgs/ConstructorArgs.tex [new file with mode: 0644]
utils/haddock/latex-test/ref/ConstructorArgs/haddock.sty [new file with mode: 0644]
utils/haddock/latex-test/ref/ConstructorArgs/main.tex [new file with mode: 0644]
utils/haddock/latex-test/ref/GadtConstructorArgs/GadtConstructorArgs.tex [new file with mode: 0644]
utils/haddock/latex-test/ref/GadtConstructorArgs/haddock.sty [new file with mode: 0644]
utils/haddock/latex-test/ref/GadtConstructorArgs/main.tex [new file with mode: 0644]
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/ref/TypeFamilies3/TypeFamilies3.tex [new file with mode: 0644]
utils/haddock/latex-test/ref/TypeFamilies3/haddock.sty [new file with mode: 0644]
utils/haddock/latex-test/ref/TypeFamilies3/main.tex [new file with mode: 0644]
utils/haddock/latex-test/run [new file with mode: 0755]
utils/haddock/latex-test/src/ConstructorArgs/ConstructorArgs.hs [new file with mode: 0644]
utils/haddock/latex-test/src/GadtConstructorArgs/GadtConstructorArgs.hs [new file with mode: 0644]
utils/haddock/latex-test/src/Simple/Simple.hs [new file with mode: 0644]
utils/haddock/latex-test/src/TypeFamilies3/TypeFamilies3.hs [new file with mode: 0644]
utils/haddock/scripts/build-windows-dist.sh [new file with mode: 0644]
utils/haddock/scripts/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/hp2ps.cabal [new file with mode: 0644]
utils/hp2ps/hp2ps.wrapper [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/.arcconfig [new file with mode: 0644]
utils/hsc2hs/.gitignore [new file with mode: 0644]
utils/hsc2hs/.travis.yml [new file with mode: 0644]
utils/hsc2hs/ATTParser.hs [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/Compat/ResponseFile.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/README.rst [new file with mode: 0644]
utils/hsc2hs/Setup.hs [new file with mode: 0644]
utils/hsc2hs/Spec.hs [new file with mode: 0644]
utils/hsc2hs/UtilsCodegen.hs [new file with mode: 0644]
utils/hsc2hs/cabal.project [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/hsc2hs/test/asm/Makefile [new file with mode: 0644]
utils/hsc2hs/test/asm/aarch64-ios.s [new file with mode: 0644]
utils/hsc2hs/test/asm/aarch64.s [new file with mode: 0644]
utils/hsc2hs/test/asm/alpha-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/arm-ios.s [new file with mode: 0644]
utils/hsc2hs/test/asm/arm.s [new file with mode: 0644]
utils/hsc2hs/test/asm/hppa-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/ia64-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/m68k-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/mips-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/mips64-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/nios2-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/powerpc-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/powerpc64-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/powerpc64le-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/s390-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/s390x-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/sh4-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/sparc-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/sparc64-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/tmp.c [new file with mode: 0644]
utils/hsc2hs/test/asm/x86-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/x86_64-linux.s [new file with mode: 0644]
utils/hsc2hs/test/asm/x86_64-mac.s [new file with mode: 0644]
utils/hsc2hs/test/asm/x86_64-mingw32.s [new file with mode: 0644]
utils/iserv-proxy/Makefile [new file with mode: 0644]
utils/iserv-proxy/ghc.mk [new file with mode: 0644]
utils/iserv-proxy/iserv-proxy.cabal [new file with mode: 0644]
utils/iserv-proxy/src/Main.hs [new file with mode: 0644]
utils/iserv/Makefile [new file with mode: 0644]
utils/iserv/cbits/iservmain.c [new file with mode: 0644]
utils/iserv/ghc.mk [new file with mode: 0644]
utils/iserv/iserv.cabal [new file with mode: 0644]
utils/iserv/src/Main.hs [new file with mode: 0644]
utils/llvm-targets/gen-data-layout.sh [new file with mode: 0755]
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/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/touchy/touchy.cabal [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/unlit/unlit.cabal [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]