haskell-docs-4.2.8: 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 :: InstalledPackageIndex -> [[InstalledPackageInfo]] Source #

Version-portable version of allPackagesByName.

Internal modules

convModule :: ModuleName -> ModuleName Source #

Convert a Cabal module name to a GHC module name.