Cabal-1.8.0.4: A framework for packaging Haskell softwareSource codeContentsIndex
Distribution.Verbosity
Portabilityportable
Maintainercabal-devel@haskell.org
Contents
Verbosity
Description
A simple Verbosity type with associated utilities. There are 4 standard verbosity levels from silent, normal, verbose up to deafening. This is used for deciding what logging messages to print.
Synopsis
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
data Verbosity Source
show/hide Instances
silent :: VerbositySource
normal :: VerbositySource
verbose :: VerbositySource
deafening :: VerbositySource
moreVerbose :: Verbosity -> VerbositySource
lessVerbose :: Verbosity -> VerbositySource
intToVerbosity :: Int -> Maybe VerbositySource
flagToVerbosity :: ReadE VerbositySource
showForCabal :: Verbosity -> StringSource
showForGHC :: Verbosity -> StringSource
Produced by Haddock version 2.6.1