1 {-# LANGUAGE DeriveDataTypeable #-}
2 {-# LANGUAGE DeriveGeneric #-}
4 module Distribution
.Verbosity
.Internal
9 import Distribution
.Compat
.Prelude
12 data VerbosityLevel
= Silent | Normal | Verbose | Deafening
13 deriving (Generic
, Show, Read, Eq
, Ord
, Enum
, Bounded
, Typeable
)
15 instance Binary VerbosityLevel
16 instance Structured VerbosityLevel
27 deriving (Generic
, Show, Read, Eq
, Ord
, Enum
, Bounded
, Typeable
)
29 instance Binary VerbosityFlag
30 instance Structured VerbosityFlag