Safe Haskell | None |
---|
- readPackages :: IO [(String, [String])]
Documentation
readPackages :: IO [(String, [String])]Source
returns a map from package name to the names of the modules in that package. The information is from the output of ghc-pkg dump, so only includes information from installed packages