-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Provide library support for ghc-pkg information -- @package ghc-pkg-lib @version 0.2 -- | Packages from packages databases (global, user). see -- http://stackoverflow.com/questions/1522104/how-to-programmatically-retrieve-ghc-package-information module Language.Haskell.Packages -- | Fetch the installed package info from the global and user package.conf -- databases, mimicking the functionality of ghc-pkg. getPkgInfos :: Maybe FilePath -> IO InstalledPackagesList