hledger-flow-0.14.4: An hledger workflow focusing on automated statement import and classification.
Safe HaskellNone
LanguageHaskell2010

Hledger.Flow.Types

Documentation

data LogMessage Source #

Constructors

StdOut Text 
StdErr Text 
Terminate 

Instances

Instances details
Show LogMessage Source # 
Instance details

Defined in Hledger.Flow.Types

data HledgerInfo Source #

Constructors

HledgerInfo 

Fields

Instances

Instances details
Show HledgerInfo Source # 
Instance details

Defined in Hledger.Flow.Types

class HasVerbosity a where Source #

Methods

verbose :: a -> Bool Source #

Instances

Instances details
HasVerbosity RuntimeOptions Source # 
Instance details

Defined in Hledger.Flow.RuntimeOptions

class HasBaseDir a where Source #

Methods

baseDir :: a -> BaseDir Source #

Instances

Instances details
HasBaseDir RuntimeOptions Source # 
Instance details

Defined in Hledger.Flow.RuntimeOptions

class HasRunDir a where Source #

Methods

importRunDir :: a -> RunDir Source #

Instances

Instances details
HasRunDir RuntimeOptions Source # 
Instance details

Defined in Hledger.Flow.RuntimeOptions

class HasSequential a where Source #

Methods

sequential :: a -> Bool Source #

Instances

Instances details
HasSequential RuntimeOptions Source # 
Instance details

Defined in Hledger.Flow.RuntimeOptions

class HasBatchSize a where Source #

Methods

batchSize :: a -> Int Source #

Instances

Instances details
HasBatchSize RuntimeOptions Source # 
Instance details

Defined in Hledger.Flow.RuntimeOptions