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. showFields :: (ann -> CommentPosition) -> [PrettyField ann] -> String

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

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

    Cabal-syntax Distribution.Fields.Pretty

    showFields with user specified indentation.

  3. showFullInstalledPackageInfo :: InstalledPackageInfo -> String

    Cabal-syntax Distribution.InstalledPackageInfo

    The variant of showInstalledPackageInfo which outputs pkgroot field too.

  4. showInstalledPackageInfo :: InstalledPackageInfo -> String

    Cabal-syntax Distribution.InstalledPackageInfo

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

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

    Cabal-syntax Distribution.InstalledPackageInfo

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

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

    Cabal-syntax Distribution.InstalledPackageInfo

    No documentation available.

  7. showGenericPackageDescription :: GenericPackageDescription -> String

    Cabal-syntax Distribution.PackageDescription.PrettyPrint

    Writes a generic package description to a string

  8. showHookedBuildInfo :: HookedBuildInfo -> String

    Cabal-syntax Distribution.PackageDescription.PrettyPrint

    No documentation available.

  9. showPackageDescription :: PackageDescription -> String

    Cabal-syntax Distribution.PackageDescription.PrettyPrint

    No documentation available.

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

    Cabal-syntax Distribution.Parsec

    No documentation available.

Page 79 of many | Previous | Next