Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Cabal-syntax Distribution.Fields.Pretty showFields with user specified indentation.
showFullInstalledPackageInfo :: InstalledPackageInfo -> StringCabal-syntax Distribution.InstalledPackageInfo The variant of showInstalledPackageInfo which outputs pkgroot field too.
showInstalledPackageInfo :: InstalledPackageInfo -> StringCabal-syntax Distribution.InstalledPackageInfo Pretty print InstalledPackageInfo. pkgRoot isn't printed, as ghc-pkg prints it manually (as GHC-8.4).
showInstalledPackageInfoField :: String -> Maybe (InstalledPackageInfo -> String)Cabal-syntax Distribution.InstalledPackageInfo >>> let ipi = emptyInstalledPackageInfo { maintainer = fromString "Tester" } >>> fmap ($ ipi) $ showInstalledPackageInfoField "maintainer" Just "maintainer: Tester"showSimpleInstalledPackageInfoField :: String -> Maybe (InstalledPackageInfo -> String)Cabal-syntax Distribution.InstalledPackageInfo No documentation available.
showGenericPackageDescription :: GenericPackageDescription -> StringCabal-syntax Distribution.PackageDescription.PrettyPrint Writes a generic package description to a string
showHookedBuildInfo :: HookedBuildInfo -> StringCabal-syntax Distribution.PackageDescription.PrettyPrint No documentation available.
showPackageDescription :: PackageDescription -> StringCabal-syntax Distribution.PackageDescription.PrettyPrint No documentation available.
showPError :: FilePath -> PError -> StringCabal-syntax Distribution.Parsec No documentation available.
showPWarning :: FilePath -> PWarning -> StringCabal-syntax Distribution.Parsec No documentation available.