package-o-tron-0.1.0.0: Utilities for working with cabal packages and your package database

Safe HaskellNone

Distribution.Pot.Packages

Synopsis

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