Cabal-1.2.3.0: A framework for packaging Haskell softwareSource codeContentsIndex
Distribution.Verbosity
Portabilityportable
Stabilityalpha
MaintainerIsaac Jones <ijones@syntaxpolice.org>
Contents
Verbosity
Description
Verbosity for Cabal functions
Synopsis
data Verbosity
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
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 :: Maybe String -> VerbositySource
showForCabal :: Verbosity -> StringSource
showForGHC :: Verbosity -> StringSource
Produced by Haddock version 0.8