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.

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

    Cabal-syntax Distribution.Fields

    No documentation available.

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

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

    Cabal-syntax Distribution.Fields.Pretty

    showFields with user specified indentation.

  4. showFullInstalledPackageInfo :: InstalledPackageInfo -> String

    Cabal-syntax Distribution.InstalledPackageInfo

    The variant of showInstalledPackageInfo which outputs pkgroot field too.

  5. showInstalledPackageInfo :: InstalledPackageInfo -> String

    Cabal-syntax Distribution.InstalledPackageInfo

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

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

    Cabal-syntax Distribution.InstalledPackageInfo

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

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

    Cabal-syntax Distribution.InstalledPackageInfo

    No documentation available.

  8. showGenericPackageDescription :: GenericPackageDescription -> String

    Cabal-syntax Distribution.PackageDescription.PrettyPrint

    Writes a generic package description to a string

  9. showHookedBuildInfo :: HookedBuildInfo -> String

    Cabal-syntax Distribution.PackageDescription.PrettyPrint

    No documentation available.

  10. showPackageDescription :: PackageDescription -> String

    Cabal-syntax Distribution.PackageDescription.PrettyPrint

    No documentation available.

Page 46 of many | Previous | Next