Cabal-1.22.6.0: A framework for packaging Haskell software

Portabilityportable
Maintainercabal-devel@haskell.org
Safe HaskellSafe-Inferred

Distribution.Verbosity

Contents

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

Verbosity

data Verbosity

Instances

Bounded Verbosity 
Enum Verbosity 
Eq Verbosity 
Ord Verbosity 
Read Verbosity 
Show Verbosity 
Generic Verbosity 

intToVerbosity :: Int -> Maybe Verbosity

showForCabal :: Verbosity -> String

showForGHC :: Verbosity -> String