 | Cabal-1.3.4: A framework for packaging Haskell software | Contents | Index |
|
Distribution.Verbosity | Portability | portable | Stability | alpha | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
|
|
Description |
Verbosity for Cabal functions
|
|
Synopsis |
|
|
|
|
Verbosity
|
|
data Verbosity |
Instances | |
|
|
silent :: Verbosity |
|
normal :: Verbosity |
|
verbose :: Verbosity |
|
deafening :: Verbosity |
|
moreVerbose :: Verbosity -> Verbosity |
|
lessVerbose :: Verbosity -> Verbosity |
|
intToVerbosity :: Int -> Maybe Verbosity |
|
flagToVerbosity :: Maybe String -> Verbosity |
|
showForCabal :: Verbosity -> String |
|
showForGHC :: Verbosity -> String |
|
Produced by Haddock version 0.9 |