| Copyright | Ian Lynagh 2007 | 
|---|---|
| License | BSD3 | 
| Maintainer | cabal-devel@haskell.org | 
| Portability | portable | 
| Safe Haskell | Safe | 
| Language | Haskell98 | 
Distribution.Verbosity
Contents
Description
- data Verbosity
 - silent :: Verbosity
 - normal :: Verbosity
 - verbose :: Verbosity
 - deafening :: Verbosity
 - moreVerbose :: Verbosity -> Verbosity
 - lessVerbose :: Verbosity -> Verbosity
 - intToVerbosity :: Int -> Maybe Verbosity
 - flagToVerbosity :: ReadE Verbosity
 - showForCabal :: Verbosity -> String
 - showForGHC :: Verbosity -> String
 
Verbosity
moreVerbose :: Verbosity -> Verbosity Source
lessVerbose :: Verbosity -> Verbosity Source
intToVerbosity :: Int -> Maybe Verbosity Source
showForCabal :: Verbosity -> String Source
showForGHC :: Verbosity -> String Source