Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ProjectPackageLocalDirectory :: FilePath -> FilePath -> ProjectPackageLocation

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

  2. ProjectPackageLocalTarball :: FilePath -> ProjectPackageLocation

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

  3. data ProjectPackageLocation

    cabal-install Distribution.Client.ProjectConfig

    The location of a package as part of a project. Local file paths are either absolute (if the user specified it as such) or they are relative to the project root.

  4. ProjectPackageNamed :: PackageVersionConstraint -> ProjectPackageLocation

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

  5. ProjectPackageRemoteRepo :: SourceRepoList -> ProjectPackageLocation

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

  6. ProjectPackageRemoteTarball :: URI -> ProjectPackageLocation

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

  7. data ProjectRoot

    cabal-install Distribution.Client.ProjectConfig

    Information about the root directory of the project. It can either be an implicit project root in the current dir if no cabal.project file is found, or an explicit root if either the file is found or the project root directory was specicied.

  8. ProjectRootExplicit :: FilePath -> FilePath -> ProjectRoot

    cabal-install Distribution.Client.ProjectConfig

    An explicit project root. It contains the absolute project root dir and the relative cabal.project file (or explicit override)

  9. ProjectRootExplicitAbsolute :: FilePath -> FilePath -> ProjectRoot

    cabal-install Distribution.Client.ProjectConfig

    An explicit, absolute project root dir and an explicit, absolute cabal.project file.

  10. ProjectRootImplicit :: FilePath -> ProjectRoot

    cabal-install Distribution.Client.ProjectConfig

    An implicit project root. It contains the absolute project root dir.

Page 1242 of many | Previous | Next