cabal-debian-4.36.1: Create a Debianization for a Cabal package

Safe HaskellNone
LanguageHaskell2010

Debian.Debianize.SourceDebDescription

Synopsis

Documentation

data SourceDebDescription Source #

This type represents the debian/control file, which is the core of the source package debianization. It includes the information that goes in the first, or source, section, and then a list of the succeeding binary package sections.

Instances

Eq SourceDebDescription Source # 
Data SourceDebDescription Source # 

Methods

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

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

toConstr :: SourceDebDescription -> Constr #

dataTypeOf :: SourceDebDescription -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord SourceDebDescription Source # 
Show SourceDebDescription Source # 
Canonical SourceDebDescription Source # 

data VersionControlSpec Source #

Instances

Eq VersionControlSpec Source # 
Data VersionControlSpec Source # 

Methods

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

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

toConstr :: VersionControlSpec -> Constr #

dataTypeOf :: VersionControlSpec -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord VersionControlSpec Source # 
Show VersionControlSpec Source # 

data XField Source #

User defined fields. Parse the line "XBS-Comment: I stand between the candle and the star." to get XField (fromList BS) Comment " I stand between the candle and the star."

Constructors

XField (Set XFieldDest) Text Text 

Instances

Eq XField Source # 

Methods

(==) :: XField -> XField -> Bool #

(/=) :: XField -> XField -> Bool #

Data XField Source # 

Methods

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

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

toConstr :: XField -> Constr #

dataTypeOf :: XField -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord XField Source # 
Show XField Source # 

data XFieldDest Source #

Constructors

B

Field will be copied to the binary packgae control files

S

Field will be copied to the source packgae control files

C

Field will be copied to the upload control (.changes) file

Instances

Eq XFieldDest Source # 
Data XFieldDest Source # 

Methods

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

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

toConstr :: XFieldDest -> Constr #

dataTypeOf :: XFieldDest -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord XFieldDest Source # 
Read XFieldDest Source # 
Show XFieldDest Source #