Copyright | (c) Lennart Kolmodin 2008 |
---|---|
License | BSD-like |
Maintainer | [email protected] |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Distribution.Client.Check
Description
Check a package for common mistakes
Synopsis
- check :: Verbosity -> [CheckExplanationIDString] -> IO Bool
Documentation
Arguments
:: Verbosity | |
-> [CheckExplanationIDString] | List of check-ids in String form
(e.g. |
-> IO Bool |
Checks a packge for common errors. Returns True
if the package
is fit to upload to Hackage, False
otherwise.
Note: must be called with the CWD set to the directory containing
the '.cabal' file.