| Copyright | (c) Thiago Arrais 2009 |
|---|---|
| License | BSD3 |
| Maintainer | jpmoresmau@gmail.com |
| Stability | beta |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
Language.Haskell.Packages
Description
Packages from packages databases (global, user). see http://stackoverflow.com/questions/1522104/how-to-programmatically-retrieve-ghc-package-information
- getPkgInfos :: Maybe FilePath -> IO InstalledPackagesList
Documentation
Fetch the installed package info from the global and user package.conf databases, mimicking the functionality of ghc-pkg.