haskell-docs-4.2.4: A program to find and display the docs and type of a name

Safe HaskellNone
LanguageHaskell98

Haskell.Docs.Cabal

Contents

Description

Cabal.

Synopsis

Cabal

getAllPackages :: [String] -> Ghc [PackageConfig] Source

Get all installed packages, filtering out the given package.

packagesByName :: PackageIndex -> [[InstalledPackageInfo]] Source

Version-portable version of allPackagesByName.

Internal modules

convModule :: ModuleName -> ModuleName Source

Convert a Cabal module name to a GHC module name.

imap :: (a -> m) -> InstalledPackageInfo_ a -> InstalledPackageInfo_ m Source

Because no Functor instance is available.