hledger-flow-0.13.0.0: 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
Show LogMessage Source # 
Instance details

Defined in Hledger.Flow.Types

data HledgerInfo Source #

Constructors

HledgerInfo 

Fields

Instances
Show HledgerInfo Source # 
Instance details

Defined in Hledger.Flow.Types

data SystemInfo Source #

Instances
Show SystemInfo Source # 
Instance details

Defined in Hledger.Flow.Types

class HasVerbosity a where Source #

Methods

verbose :: a -> Bool Source #

class HasBaseDir a where Source #

Methods

baseDir :: a -> FilePath Source #

class HasSequential a where Source #

Methods

sequential :: a -> Bool Source #