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.

  1. showFields' :: (ann -> CommentPosition) -> (ann -> [String] -> [String]) -> Int -> [PrettyField ann] -> String

    Cabal-syntax Distribution.Fields.Pretty

    showFields with user specified indentation.

  2. showFullInstalledPackageInfo :: InstalledPackageInfo -> String

    Cabal-syntax Distribution.InstalledPackageInfo

    The variant of showInstalledPackageInfo which outputs pkgroot field too.

  3. showInstalledPackageInfo :: InstalledPackageInfo -> String

    Cabal-syntax Distribution.InstalledPackageInfo

    Pretty print InstalledPackageInfo. pkgRoot isn't printed, as ghc-pkg prints it manually (as GHC-8.4).

  4. showInstalledPackageInfoField :: String -> Maybe (InstalledPackageInfo -> String)

    Cabal-syntax Distribution.InstalledPackageInfo

    >>> let ipi = emptyInstalledPackageInfo { maintainer = fromString "Tester" }
    
    >>> fmap ($ ipi) $ showInstalledPackageInfoField "maintainer"
    Just "maintainer: Tester"
    

  5. showSimpleInstalledPackageInfoField :: String -> Maybe (InstalledPackageInfo -> String)

    Cabal-syntax Distribution.InstalledPackageInfo

    No documentation available.

  6. showGenericPackageDescription :: GenericPackageDescription -> String

    Cabal-syntax Distribution.PackageDescription.PrettyPrint

    Writes a generic package description to a string

  7. showHookedBuildInfo :: HookedBuildInfo -> String

    Cabal-syntax Distribution.PackageDescription.PrettyPrint

    No documentation available.

  8. showPackageDescription :: PackageDescription -> String

    Cabal-syntax Distribution.PackageDescription.PrettyPrint

    No documentation available.

  9. showPError :: FilePath -> PError -> String

    Cabal-syntax Distribution.Parsec

    No documentation available.

  10. showPWarning :: FilePath -> PWarning -> String

    Cabal-syntax Distribution.Parsec

    No documentation available.

Page 79 of many | Previous | Next