Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
Instances
data PublishOrReuse Source #
Instances
data UseMithril Source #
Instances
FromJSON UseMithril Source # | |
Defined in Hydra.Cluster.Options parseJSON :: Value -> Parser UseMithril parseJSONList :: Value -> Parser [UseMithril] | |
ToJSON UseMithril Source # | |
Defined in Hydra.Cluster.Options toJSON :: UseMithril -> Value toEncoding :: UseMithril -> Encoding toJSONList :: [UseMithril] -> Value toEncodingList :: [UseMithril] -> Encoding omitField :: UseMithril -> Bool | |
Generic UseMithril Source # | |
Defined in Hydra.Cluster.Options from :: UseMithril -> Rep UseMithril x Source # to :: Rep UseMithril x -> UseMithril Source # | |
Show UseMithril Source # | |
Defined in Hydra.Cluster.Options | |
Eq UseMithril Source # | |
Defined in Hydra.Cluster.Options (==) :: UseMithril -> UseMithril -> Bool Source # (/=) :: UseMithril -> UseMithril -> Bool Source # | |
type Rep UseMithril Source # | |
Instances
FromJSON Scenario Source # | |
Defined in Hydra.Cluster.Options parseJSON :: Value -> Parser Scenario parseJSONList :: Value -> Parser [Scenario] | |
ToJSON Scenario Source # | |
Defined in Hydra.Cluster.Options toEncoding :: Scenario -> Encoding toJSONList :: [Scenario] -> Value toEncodingList :: [Scenario] -> Encoding | |
Generic Scenario Source # | |
Show Scenario Source # | |
Eq Scenario Source # | |
type Rep Scenario Source # | |
parseOptions :: Parser Options Source #