Directory listing for hackport-0.5.1 source tarball
hackport-0.5.1/cabal/cabal-install/
- .ghci
 - LICENSE
 - Main.hs
 - README.md
 - Setup.hs
 - bootstrap.sh
 - cabal-install.cabal
 - changelog
 - Distribution/
- Client/
- BuildTarget.hs
 - Check.hs
 - CmdBuild.hs
 - CmdConfigure.hs
 - CmdFreeze.hs
 - CmdHaddock.hs
 - CmdRepl.hs
 - Config.hs
 - Configure.hs
 - Dependency.hs
 - DistDirLayout.hs
 - Exec.hs
 - Fetch.hs
 - FetchUtils.hs
 - FileMonitor.hs
 - Freeze.hs
 - GZipUtils.hs
 - GenBounds.hs
 - Get.hs
 - Glob.hs
 - GlobalFlags.hs
 - Haddock.hs
 - HttpUtils.hs
 - IndexUtils.hs
 - Init.hs
 - Install.hs
 - InstallPlan.hs
 - InstallSymlink.hs
 - JobControl.hs
 - List.hs
 - Manpage.hs
 - PackageHash.hs
 - PackageUtils.hs
 - ParseUtils.hs
 - ProjectBuilding.hs
 - ProjectConfig.hs
 - ProjectOrchestration.hs
 - ProjectPlanOutput.hs
 - ProjectPlanning.hs
 - RebuildMonad.hs
 - Reconfigure.hs
 - Run.hs
 - Sandbox.hs
 - SavedFlags.hs
 - Setup.hs
 - SetupWrapper.hs
 - SolverInstallPlan.hs
 - SolverPlanIndex.hs
 - SourceFiles.hs
 - SrcDist.hs
 - Tar.hs
 - Targets.hs
 - Types.hs
 - Update.hs
 - Upload.hs
 - Utils.hs
 - Win32SelfUpgrade.hs
 - World.hs
 - BuildReports/
 - Compat/
 - Dependency/
 - IndexUtils/
 - Init/
 - ProjectBuilding/
 - ProjectConfig/
 - ProjectPlanning/
 - Sandbox/
 - Security/
 - Utils/
 
 - Solver/
- Modular.hs
 - Modular/
 - Types/
- ComponentDeps.hs
 - ConstraintSource.hs
 - DependencyResolver.hs
 - InstSolverPackage.hs
 - InstalledPreference.hs
 - LabeledPackageConstraint.hs
 - OptionalStanza.hs
 - PackageConstraint.hs
 - PackageFixedDeps.hs
 - PackageIndex.hs
 - PackagePath.hs
 - PackagePreferences.hs
 - PkgConfigDb.hs
 - Progress.hs
 - ResolverPackage.hs
 - Settings.hs
 - SolverId.hs
 - SolverPackage.hs
 - SourcePackage.hs
 - Variable.hs
 
 
 
 - Client/
 - bash-completion/
 - tests/
- IntegrationTests.hs
 - IntegrationTests2.hs
 - README.md
 - SolverQuickCheck.hs
 - UnitTests.hs
 - test-cabal-install
 - test-cabal-install-user
 - IntegrationTests/
- common.sh
 - backpack/
 - custom/
 - custom-setup/
 - exec/
- Foo.hs
 - My.hs
 - adds_sandbox_bin_directory_to_path.out
 - adds_sandbox_bin_directory_to_path.sh
 - auto_configures_on_exec.out
 - auto_configures_on_exec.sh
 - can_run_executables_installed_in_sandbox.out
 - can_run_executables_installed_in_sandbox.sh
 - configures_cabal_to_use_sandbox.sh
 - configures_ghc_to_use_sandbox.sh
 - exit_with_failure_without_args.err
 - exit_with_failure_without_args.sh
 - my.cabal
 - runs_given_command.out
 - runs_given_command.sh
 - subdir/
 
 - freeze/
- disable_benchmarks_freezes_bench_deps.sh
 - disable_tests_freezes_test_deps.sh
 - does_not_freeze_nondeps.sh
 - does_not_freeze_self.sh
 - dry_run_does_not_create_config.sh
 - enable_benchmarks_freezes_bench_deps.sh
 - enable_tests_freezes_test_deps.sh
 - freezes_direct_dependencies.sh
 - freezes_transitive_dependencies.sh
 - my.cabal
 - runs_without_error.sh
 
 - internal-libs/
 - manpage/
 - multiple-source/
 - new-build/
 - regression/
 - sandbox-reinstalls/
 - sandbox-sources/
 - user-config/
 
 - IntegrationTests2/
 - UnitTests/