Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- getBrokenPackages :: IO [String]
Documentation
getBrokenPackages :: IO [String] Source #
Get a list of broken packages. This function internally shells out to `ghc-pkg`, and parses the output in order to determine what packages are broken.