shrun-0.9: A utility program for running shell commands concurrently.
Safe HaskellNone
LanguageGHC2021

Shrun.Configuration.Toml

Synopsis

Documentation

data Toml Source #

Holds toml config.

Constructors

MkToml 

Fields

Instances

Instances details
Show Toml Source # 
Instance details

Defined in Shrun.Configuration.Toml

Methods

showsPrec :: Int -> Toml -> ShowS #

show :: Toml -> String #

showList :: [Toml] -> ShowS #

Eq Toml Source # 
Instance details

Defined in Shrun.Configuration.Toml

Methods

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

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

Default Toml Source # 
Instance details

Defined in Shrun.Configuration.Toml

Methods

def :: Toml Source #

DecodeTOML Toml Source # 
Instance details

Defined in Shrun.Configuration.Toml

(k ~ A_Lens, a ~ CoreConfigToml, b ~ CoreConfigToml) => LabelOptic "coreConfig" k Toml Toml a b Source # 
Instance details

Defined in Shrun.Configuration.Toml

(k ~ A_Lens, a ~ Maybe (List KeyVal), b ~ Maybe (List KeyVal)) => LabelOptic "legend" k Toml Toml a b Source # 
Instance details

Defined in Shrun.Configuration.Toml