| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hledger.Flow.Types
Documentation
data LogMessage Source #
Instances
| Show LogMessage Source # | |
Defined in Hledger.Flow.Types Methods showsPrec :: Int -> LogMessage -> ShowS # show :: LogMessage -> String # showList :: [LogMessage] -> ShowS # | |
type FullTimedOutput = (FullOutput, NominalDiffTime) Source #
data HledgerInfo Source #
Constructors
| HledgerInfo | |
Instances
| Show HledgerInfo Source # | |
Defined in Hledger.Flow.Types Methods showsPrec :: Int -> HledgerInfo -> ShowS # show :: HledgerInfo -> String # showList :: [HledgerInfo] -> ShowS # | |
class HasVerbosity a where Source #
Instances
| HasVerbosity RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods verbose :: RuntimeOptions -> Bool Source # | |
class HasBaseDir a where Source #
Instances
| HasBaseDir RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods baseDir :: RuntimeOptions -> BaseDir Source # | |
class HasRunDir a where Source #
Methods
importRunDir :: a -> RunDir Source #
Instances
| HasRunDir RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods importRunDir :: RuntimeOptions -> RunDir Source # | |
class HasSequential a where Source #
Methods
sequential :: a -> Bool Source #
Instances
| HasSequential RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods sequential :: RuntimeOptions -> Bool Source # | |
class HasBatchSize a where Source #
Instances
| HasBatchSize RuntimeOptions Source # | |
Defined in Hledger.Flow.RuntimeOptions Methods batchSize :: RuntimeOptions -> Int Source # | |