|
Distribution.InstalledPackageInfo | Portability | portable | Stability | alpha | Maintainer | libraries@haskell.org |
|
|
|
|
|
Description |
Explanation: Information on how to USE an installed package,
consumed by HC-PKG (ghc-pkg, for instance). THIS MODULE IS NOT YET
USED. HC-PKG is not yet implemented, and ghc-pkg has its own file
format, so this module is very much subject to change once HC-PKG
is implemented.
|
|
|
Documentation |
|
data InstalledPackageInfo |
Constructors | | Instances | |
|
|
data ParseResult a |
Constructors | | Instances | |
|
|
emptyInstalledPackageInfo :: InstalledPackageInfo |
|
parseInstalledPackageInfo :: String -> ParseResult InstalledPackageInfo |
|
showInstalledPackageInfo :: InstalledPackageInfo -> String |
|
showInstalledPackageInfoField :: String -> Maybe (InstalledPackageInfo -> String) |
|
Produced by Haddock version 0.7 |