interface Distribution.Verbosity where { {-# NEED #-} instance (Prelude.Integral a) => Prelude.Fractional (Ratio.Ratio a); {-# NEED #-} instance (Prelude.Integral a) => Prelude.RealFrac (Ratio.Ratio a); {-# NEED #-} instance (Prelude.Integral a) => Prelude.Num (Ratio.Ratio a); {-# NEED #-} instance (Prelude.Integral a) => Prelude.Real (Ratio.Ratio a); {-# NEED #-} instance (Prelude.Integral a) => Prelude.Enum (Ratio.Ratio a); {-# NEED #-} instance Prelude.Ord Verbosity; {-# NEED #-} instance (Prelude.Integral a) => Prelude.Ord (Ratio.Ratio a); {-# NEED #-} instance (Prelude.Read a,Prelude.Integral a) => Prelude.Read (Ratio.Ratio a); {-# NEED #-} instance Prelude.Functor NHC.Internal.IO; {-# NEED #-} instance Prelude.Monad NHC.Internal.IO; {-# NEED #-} instance Prelude.Show Verbosity; {-# NEED #-} instance (Prelude.Integral a) => Prelude.Show (Ratio.Ratio a); {-# NEED #-} instance (Prelude.Show a) => Prelude.Show (NHC.Internal.IO a); {-# NEED #-} instance Prelude.Eq Verbosity; {-# NEED #-} instance (Prelude.Integral a) => Prelude.Eq (Ratio.Ratio a); interface NHC.Internal {-# NEED IO #-} newtype {-# #-} IO a; {-# NEED World #-} data World; interface Ratio {-# NEED Ratio #-} data Ratio a; interface ! Distribution.Verbosity {-# NEED showForGHC #-} showForGHC{-# 1 #-}::(Verbosity -> Prelude.String); {-# NEED showForCabal #-} showForCabal{-# 1 #-}::(Verbosity -> Prelude.String); {-# NEED flagToVerbosity #-} flagToVerbosity{-# 1 #-}::((Prelude.Maybe Prelude.String) -> Verbosity); {-# NEED intToVerbosity #-} intToVerbosity{-# 1 #-}::(Prelude.Int -> (Prelude.Maybe Verbosity)); {-# NEED deafening #-} deafening{-# 0 #-}::Verbosity; {-# NEED verbose #-} verbose{-# 0 #-}::Verbosity; {-# NEED normal #-} normal{-# 0 #-}::Verbosity; {-# NEED silent #-} silent{-# 0 #-}::Verbosity; {-# NEED Verbosity #-} data Verbosity; }