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.
showPWarning :: FilePath -> PWarning -> StringCabal-syntax Distribution.Fields No documentation available.
showFields :: (ann -> CommentPosition) -> [PrettyField ann] -> StringCabal-syntax Distribution.Fields.Pretty Prettyprint a list of fields. Note: the first argument should return Strings without newlines and properly prefixes (with --) to count as comments. This unsafety is left in place so one could generate empty lines between comment lines.
-
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.