Cabal-2.2.0.0: A framework for packaging Haskell software

Safe HaskellNone
LanguageHaskell2010

Distribution.Types.ExecutableScope

Documentation

data ExecutableScope Source #

Instances

Eq ExecutableScope Source # 
Data ExecutableScope Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExecutableScope -> c ExecutableScope #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExecutableScope #

toConstr :: ExecutableScope -> Constr #

dataTypeOf :: ExecutableScope -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ExecutableScope) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExecutableScope) #

gmapT :: (forall b. Data b => b -> b) -> ExecutableScope -> ExecutableScope #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExecutableScope -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExecutableScope -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExecutableScope -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExecutableScope -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExecutableScope -> m ExecutableScope #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutableScope -> m ExecutableScope #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutableScope -> m ExecutableScope #

Read ExecutableScope Source # 
Show ExecutableScope Source # 
Generic ExecutableScope Source # 
Semigroup ExecutableScope Source #

Any like semigroup, where ExecutablePrivate is 'Any True'

Monoid ExecutableScope Source #

mempty = ExecutablePublic

Binary ExecutableScope Source # 
NFData ExecutableScope Source # 

Methods

rnf :: ExecutableScope -> () #

Pretty ExecutableScope Source # 
Parsec ExecutableScope Source # 
Text ExecutableScope Source # 
type Rep ExecutableScope Source # 
type Rep ExecutableScope = D1 * (MetaData "ExecutableScope" "Distribution.Types.ExecutableScope" "Cabal-2.2.0.0-LjrPiS3OoG894mMpepVd4F" False) ((:+:) * (C1 * (MetaCons "ExecutablePublic" PrefixI False) (U1 *)) (C1 * (MetaCons "ExecutablePrivate" PrefixI False) (U1 *)))