cmt-0.5.0.0: Write consistent git commit messages

Safe HaskellNone
LanguageHaskell2010

Cmt.Types.Config

Documentation

type Output = (Name, Text) Source #

type Name = Text Source #

data FormatPart Source #

Constructors

Named Name 
Literal Text 
Instances
Eq FormatPart Source # 
Instance details

Defined in Cmt.Types.Config

Show FormatPart Source # 
Instance details

Defined in Cmt.Types.Config

data PartType Source #

Constructors

Options [Text] 
Line 
Lines 
Changed 
Instances
Eq PartType Source # 
Instance details

Defined in Cmt.Types.Config

Show PartType Source # 
Instance details

Defined in Cmt.Types.Config

data Part Source #

Constructors

Part Name PartType 
Instances
Eq Part Source # 
Instance details

Defined in Cmt.Types.Config

Methods

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

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

Show Part Source # 
Instance details

Defined in Cmt.Types.Config

Methods

showsPrec :: Int -> Part -> ShowS #

show :: Part -> String #

showList :: [Part] -> ShowS #

data Config Source #

Constructors

Config [Part] [FormatPart] 
Instances
Eq Config Source # 
Instance details

Defined in Cmt.Types.Config

Methods

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

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

Show Config Source # 
Instance details

Defined in Cmt.Types.Config