Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. 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

  2. showPlanGraph :: [ShowPlanNode] -> String

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  3. showPlanHerald :: ShowPlanNode -> Doc

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  4. showPlanNeighbours :: ShowPlanNode -> [Doc]

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  5. showPlanPackageTag :: GenericPlanPackage ipkg srcpkg -> String

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  6. 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.

  7. 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.

  8. showLegacyProjectConfig :: LegacyProjectConfig -> String

    cabal-install Distribution.Client.ProjectConfig.Legacy

    No documentation available.

  9. showComponentTarget :: PackageId -> ComponentTarget -> String

    cabal-install Distribution.Client.ProjectPlanning

    Unambiguously render a ComponentTarget, e.g., to pass to a Cabal Setup script.

  10. showBenchComponentTarget :: PackageId -> ComponentTarget -> Maybe String

    cabal-install Distribution.Client.ProjectPlanning.Types

    No documentation available.

Page 134 of many | Previous | Next