Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
cabal-install Distribution.Client.Init.Types No documentation available.
-
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.
readGlobalConfig :: Verbosity -> Flag FilePath -> Rebuild ProjectConfigcabal-install Distribution.Client.ProjectConfig Read the user's cabal-install config file.
-
cabal-install Distribution.Client.ProjectConfig Read all the config relevant for a project. This includes the project file if any, plus other global config.
-
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.
-
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.
-
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).
-
cabal-install Distribution.Client.Sandbox.PackageEnvironment Read the package environment file.
readCommandFlags :: FilePath -> CommandUI flags -> IO flagscabal-install Distribution.Client.SavedFlags Read command-line arguments, separated by null characters, from a file. Returns the default flags if the file does not exist.
readSavedArgs :: FilePath -> IO (Maybe [String])cabal-install Distribution.Client.SavedFlags No documentation available.