Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Distribution.Solver.Types.
Progress No documentation available.
-
cabal-install-solver Distribution.Solver.Types.Progress A type to represent the unfolding of an expensive long running calculation that may fail. We may get intermediate steps before the final result which may be used to indicate progress and/or logging messages.
module Distribution.Solver.Types.
ProjectConfigPath No documentation available.
-
cabal-install-solver Distribution.Solver.Types.ProjectConfigPath Path to a configuration file, either a singleton project root, or a longer list representing a path to an import. The path is a non-empty list that we build up by prepending relative imports with consProjectConfigPath. An import can be a URI, such as a stackage cabal.config, but we do not support URIs in the middle of the path, URIs that import other URIs, or URIs that import local files. List elements are relative to each other but once canonicalized, elements are relative to the directory of the project root.
ProjectConfigPath :: NonEmpty FilePath -> ProjectConfigPathcabal-install-solver Distribution.Solver.Types.ProjectConfigPath No documentation available.
PreExisting :: InstSolverPackage -> ResolverPackage loccabal-install-solver Distribution.Solver.Types.ResolverPackage No documentation available.
-
cabal-install-solver Distribution.Solver.Types.Settings No documentation available.
PreferOldest :: Bool -> PreferOldestcabal-install-solver Distribution.Solver.Types.Settings No documentation available.
PlannedId :: PackageId -> SolverIdcabal-install-solver Distribution.Solver.Types.SolverId No documentation available.
PreExistingId :: PackageId -> UnitId -> SolverIdcabal-install-solver Distribution.Solver.Types.SolverId No documentation available.