Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ImportOptions Source #
Instances
Show ImportOptions Source # | |
Defined in Hledger.MakeItSo.Import.Types showsPrec :: Int -> ImportOptions -> ShowS # show :: ImportOptions -> String # showList :: [ImportOptions] -> ShowS # | |
HasBaseDir ImportOptions Source # | |
Defined in Hledger.MakeItSo.Import.Types baseDir :: ImportOptions -> FilePath Source # | |
HasVerbosity ImportOptions Source # | |
Defined in Hledger.MakeItSo.Import.Types verbose :: ImportOptions -> Bool Source # |
data ImportDirs Source #
Instances
Show ImportDirs Source # | |
Defined in Hledger.MakeItSo.Import.Types showsPrec :: Int -> ImportDirs -> ShowS # show :: ImportDirs -> String # showList :: [ImportDirs] -> ShowS # |