Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. readConfigFlagsFrom :: FilePath -> IO (ConfigFlags, ConfigExFlags)

    cabal-install Distribution.Client.Configure

    Read saved configure flags and restore the saved environment from the specified files.

  2. readFileHashValue :: FilePath -> IO HashValue

    cabal-install Distribution.Client.HashValue

    Hash the content of a file. Uses SHA256.

  3. readFile :: Interactive m => FilePath -> m String

    cabal-install Distribution.Client.Init.Types

    No documentation available.

  4. readProcessWithExitCode :: Interactive m => FilePath -> [String] -> String -> m (ExitCode, String, String)

    cabal-install Distribution.Client.Init.Types

    No documentation available.

  5. ready :: (IsUnit ipkg, IsUnit srcpkg) => GenericInstallPlan ipkg srcpkg -> ([GenericReadyPackage srcpkg], Processing)

    cabal-install Distribution.Client.InstallPlan

    The packages in the plan that are initially ready to be installed. That is they are in the configured state and have all their dependencies installed already. The result is both the packages that are now ready to be installed and also a Processing state containing those same packages. The assumption is that all the packages that are ready will now be processed and so we can consider them to be in the processing state.

  6. readGlobalConfig :: Verbosity -> Flag FilePath -> Rebuild ProjectConfig

    cabal-install Distribution.Client.ProjectConfig

    Read the user's cabal-install config file.

  7. readProjectConfig :: Verbosity -> HttpTransport -> Flag Bool -> Flag FilePath -> DistDirLayout -> Rebuild ProjectConfigSkeleton

    cabal-install Distribution.Client.ProjectConfig

    Read all the config relevant for a project. This includes the project file if any, plus other global config.

  8. readProjectLocalExtraConfig :: Verbosity -> HttpTransport -> DistDirLayout -> Rebuild ProjectConfigSkeleton

    cabal-install Distribution.Client.ProjectConfig

    Reads a cabal.project.local file in the given project root dir, or returns empty. This file gets written by cabal configure, or in principle can be edited manually or by other tools.

  9. readProjectLocalFreezeConfig :: Verbosity -> HttpTransport -> DistDirLayout -> Rebuild ProjectConfigSkeleton

    cabal-install Distribution.Client.ProjectConfig

    Reads a cabal.project.freeze file in the given project root dir, or returns empty. This file gets written by cabal freeze, or in principle can be edited manually or by other tools.

  10. readTargetSelectors :: [PackageSpecifier (SourcePackage (PackageLocation a))] -> Maybe ComponentKindFilter -> [String] -> IO (Either [TargetSelectorProblem] [TargetSelector])

    cabal-install Distribution.Client.ProjectOrchestration

    Parse a bunch of command line args as TargetSelectors, failing with an error if any are unrecognised. The possible target selectors are based on the available packages (and their locations).

Page 302 of many | Previous | Next