| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hledger.Flow.RuntimeOptions
Documentation
data RuntimeOptions Source #
Constructors
| RuntimeOptions | |
Fields
| |
Instances
| Show RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods showsPrec :: Int -> RuntimeOptions -> ShowS # show :: RuntimeOptions -> String # showList :: [RuntimeOptions] -> ShowS # | |
| HasBatchSize RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods batchSize :: RuntimeOptions -> Int Source # | |
| HasSequential RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods sequential :: RuntimeOptions -> Bool Source # | |
| HasRunDir RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods importRunDir :: RuntimeOptions -> RunDir Source # | |
| HasBaseDir RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods baseDir :: RuntimeOptions -> BaseDir Source # | |
| HasVerbosity RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods verbose :: RuntimeOptions -> Bool Source # | |