Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ExeDependency Source #
Describes a dependency on an executable from a package
Instances
Eq ExeDependency Source # | |
Defined in Distribution.Types.ExeDependency (==) :: ExeDependency -> ExeDependency -> Bool # (/=) :: ExeDependency -> ExeDependency -> Bool # | |
Data ExeDependency Source # | |
Defined in Distribution.Types.ExeDependency 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 :: forall r r'. (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 # | |
Read ExeDependency Source # | |
Defined in Distribution.Types.ExeDependency readsPrec :: Int -> ReadS ExeDependency # readList :: ReadS [ExeDependency] # | |
Show ExeDependency Source # | |
Defined in Distribution.Types.ExeDependency showsPrec :: Int -> ExeDependency -> ShowS # show :: ExeDependency -> String # showList :: [ExeDependency] -> ShowS # | |
Generic ExeDependency Source # | |
Defined in Distribution.Types.ExeDependency type Rep ExeDependency :: Type -> Type # from :: ExeDependency -> Rep ExeDependency x # to :: Rep ExeDependency x -> ExeDependency # | |
Binary ExeDependency Source # | |
Defined in Distribution.Types.ExeDependency | |
NFData ExeDependency Source # | |
Defined in Distribution.Types.ExeDependency rnf :: ExeDependency -> () # | |
Structured ExeDependency Source # | |
Defined in Distribution.Types.ExeDependency structure :: Proxy ExeDependency -> Structure Source # structureHash' :: Tagged ExeDependency MD5 | |
Pretty ExeDependency Source # | |
Defined in Distribution.Types.ExeDependency pretty :: ExeDependency -> Doc Source # prettyVersioned :: CabalSpecVersion -> ExeDependency -> Doc Source # | |
Parsec ExeDependency Source # | Examples
|
Defined in Distribution.Types.ExeDependency parsec :: CabalParsing m => m ExeDependency Source # | |
type Rep ExeDependency Source # | |
Defined in Distribution.Types.ExeDependency type Rep ExeDependency = D1 ('MetaData "ExeDependency" "Distribution.Types.ExeDependency" "Cabal-syntax-3.8.1.0-3wqkBKyVQKyGg3OBBvtt1F" 'False) (C1 ('MetaCons "ExeDependency" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PackageName) :*: (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UnqualComponentName) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VersionRange)))) |