Cabal-2.4.0.0: A framework for packaging Haskell software
Distribution.Types.ExeDependency
data ExeDependency #
Describes a dependency on an executable from a package
Constructors
Defined in Distribution.Types.ExeDependency
Methods
(==) :: ExeDependency -> ExeDependency -> Bool #
(/=) :: ExeDependency -> ExeDependency -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExeDependency -> c ExeDependency #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExeDependency #
toConstr :: ExeDependency -> Constr #
dataTypeOf :: ExeDependency -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ExeDependency) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExeDependency) #
gmapT :: (forall b. Data b => b -> b) -> ExeDependency -> ExeDependency #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExeDependency -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExeDependency -> r #
gmapQ :: (forall d. Data d => d -> u) -> ExeDependency -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> ExeDependency -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExeDependency -> m ExeDependency #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExeDependency -> m ExeDependency #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExeDependency -> m ExeDependency #
readsPrec :: Int -> ReadS ExeDependency #
readList :: ReadS [ExeDependency] #
readPrec :: ReadPrec ExeDependency #
readListPrec :: ReadPrec [ExeDependency] #
showsPrec :: Int -> ExeDependency -> ShowS #
show :: ExeDependency -> String #
showList :: [ExeDependency] -> ShowS #
Associated Types
type Rep ExeDependency :: * -> * #
from :: ExeDependency -> Rep ExeDependency x #
to :: Rep ExeDependency x -> ExeDependency #
put :: ExeDependency -> Put #
get :: Get ExeDependency #
putList :: [ExeDependency] -> Put #
rnf :: ExeDependency -> () #
pretty :: ExeDependency -> Doc #
parsec :: CabalParsing m => m ExeDependency #
disp :: ExeDependency -> Doc #
parse :: ReadP r ExeDependency #
qualifiedExeName :: ExeDependency -> ComponentName #