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.

  1. module Distribution.Solver.Types.Progress

    No documentation available.

  2. data Progress step fail done

    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.

  3. module Distribution.Solver.Types.ProjectConfigPath

    No documentation available.

  4. newtype ProjectConfigPath

    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.

  5. ProjectConfigPath :: NonEmpty FilePath -> ProjectConfigPath

    cabal-install-solver Distribution.Solver.Types.ProjectConfigPath

    No documentation available.

  6. PreExisting :: InstSolverPackage -> ResolverPackage loc

    cabal-install-solver Distribution.Solver.Types.ResolverPackage

    No documentation available.

  7. newtype PreferOldest

    cabal-install-solver Distribution.Solver.Types.Settings

    No documentation available.

  8. PreferOldest :: Bool -> PreferOldest

    cabal-install-solver Distribution.Solver.Types.Settings

    No documentation available.

  9. PlannedId :: PackageId -> SolverId

    cabal-install-solver Distribution.Solver.Types.SolverId

    No documentation available.

  10. PreExistingId :: PackageId -> UnitId -> SolverId

    cabal-install-solver Distribution.Solver.Types.SolverId

    No documentation available.

Page 810 of many | Previous | Next