Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
HaskellCI.Travis.Yaml
Description
travis.yaml
structure.
Documentation
Constructors
Travis | |
Fields
|
Constructors
TravisGit | |
Fields
|
newtype TravisCache Source #
Constructors
TravisCache | |
Fields
|
Instances
Show TravisCache Source # | |
Defined in HaskellCI.Travis.Yaml Methods showsPrec :: Int -> TravisCache -> ShowS # show :: TravisCache -> String # showList :: [TravisCache] -> ShowS # | |
ToYaml TravisCache Source # | |
Defined in HaskellCI.Travis.Yaml |
newtype TravisBranches Source #
Constructors
TravisBranches | |
Instances
Show TravisBranches Source # | |
Defined in HaskellCI.Travis.Yaml Methods showsPrec :: Int -> TravisBranches -> ShowS # show :: TravisBranches -> String # showList :: [TravisBranches] -> ShowS # | |
ToYaml TravisBranches Source # | |
Defined in HaskellCI.Travis.Yaml |
data TravisNotifications Source #
Instances
Show TravisNotifications Source # | |
Defined in HaskellCI.Travis.Yaml Methods showsPrec :: Int -> TravisNotifications -> ShowS # show :: TravisNotifications -> String # showList :: [TravisNotifications] -> ShowS # | |
ToYaml TravisNotifications Source # | |
Defined in HaskellCI.Travis.Yaml |
Constructors
TravisIRC | |
Fields
|
data TravisMatrix Source #
Constructors
TravisMatrix | |
Fields
|
Instances
Show TravisMatrix Source # | |
Defined in HaskellCI.Travis.Yaml Methods showsPrec :: Int -> TravisMatrix -> ShowS # show :: TravisMatrix -> String # showList :: [TravisMatrix] -> ShowS # | |
ToYaml TravisMatrix Source # | |
Defined in HaskellCI.Travis.Yaml |
Constructors
TravisJob | |
Fields
|
data TravisAddons Source #
Constructors
TravisAddons | |
Fields
|
Instances
ToJSON TravisAddons Source # | |
Defined in HaskellCI.Travis.Yaml Methods toJSON :: TravisAddons -> Value # toEncoding :: TravisAddons -> Encoding # toJSONList :: [TravisAddons] -> Value # toEncodingList :: [TravisAddons] -> Encoding # omitField :: TravisAddons -> Bool # | |
Show TravisAddons Source # | |
Defined in HaskellCI.Travis.Yaml Methods showsPrec :: Int -> TravisAddons -> ShowS # show :: TravisAddons -> String # showList :: [TravisAddons] -> ShowS # | |
ToYaml TravisAddons Source # | |
Defined in HaskellCI.Travis.Yaml |
Constructors
TravisApt | |
Fields
|
data TravisAptSource Source #
Constructors
TravisAptSource String | |
TravisAptSourceLine String (Maybe String) | sourceline with optional key |
Instances
ToJSON TravisAptSource Source # | |
Defined in HaskellCI.Travis.Yaml Methods toJSON :: TravisAptSource -> Value # toEncoding :: TravisAptSource -> Encoding # toJSONList :: [TravisAptSource] -> Value # toEncodingList :: [TravisAptSource] -> Encoding # omitField :: TravisAptSource -> Bool # | |
Show TravisAptSource Source # | |
Defined in HaskellCI.Travis.Yaml Methods showsPrec :: Int -> TravisAptSource -> ShowS # show :: TravisAptSource -> String # showList :: [TravisAptSource] -> ShowS # |
newtype TravisAllowFailure Source #
Constructors
TravisAllowFailure | |
Fields |
Instances
Show TravisAllowFailure Source # | |
Defined in HaskellCI.Travis.Yaml Methods showsPrec :: Int -> TravisAllowFailure -> ShowS # show :: TravisAllowFailure -> String # showList :: [TravisAllowFailure] -> ShowS # | |
ToYaml TravisAllowFailure Source # | |
Defined in HaskellCI.Travis.Yaml |