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 # | |
HasSequential RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods sequential :: RuntimeOptions -> Bool Source # | |
HasBaseDir RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods baseDir :: RuntimeOptions -> FilePath Source # | |
HasVerbosity RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods verbose :: RuntimeOptions -> Bool Source # |