ihaskell-0.11.0.0: A Haskell backend kernel for the Jupyter project.
Safe HaskellSafe-Inferred
LanguageHaskell2010

IHaskell.BrokenPackages

Synopsis

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.