Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. showConfigWithComments :: SavedConfig -> SavedConfig -> String

    cabal-install Distribution.Client.Config

    No documentation available.

  2. showHashValue :: HashValue -> String

    cabal-install Distribution.Client.HashValue

    No documentation available.

  3. showInstallPlan :: (Package ipkg, Package srcpkg, IsUnit ipkg, IsUnit srcpkg) => GenericInstallPlan ipkg srcpkg -> String

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  4. showInstallPlan_gen :: (GenericPlanPackage ipkg srcpkg -> ShowPlanNode) -> GenericInstallPlan ipkg srcpkg -> String

    cabal-install Distribution.Client.InstallPlan

    Generic way to show a GenericInstallPlan which elicits quite a lot of information

  5. showPlanGraph :: [ShowPlanNode] -> String

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  6. showPlanHerald :: ShowPlanNode -> Doc

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  7. showPlanNeighbours :: ShowPlanNode -> [Doc]

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  8. showPlanPackageTag :: GenericPlanPackage ipkg srcpkg -> String

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  9. showConfig :: [FieldDescr a] -> [SectionDescr a] -> [FGSectionDescr PrettyFieldGrammar a] -> a -> Doc

    cabal-install Distribution.Client.ParseUtils

    Render a value in the config file syntax, based on a description of the configuration file in terms of its fields and sections.

  10. showProjectConfig :: ProjectConfig -> String

    cabal-install Distribution.Client.ProjectConfig

    Render the ProjectConfig format. For the moment this is implemented in terms of a pretty printer for the legacy configuration types, plus a conversion.

Page 132 of many | Previous | Next