Villefort-0.1.2.12: Villefort is a task manager and time tracker

Safe HaskellNone
LanguageHaskell2010

Villefort.Daily

Synopsis

Documentation

data D Source #

Date representation

Constructors

D 

Fields

Instances

Show D Source # 

Methods

showsPrec :: Int -> D -> ShowS #

show :: D -> String #

showList :: [D] -> ShowS #

checkDay :: D -> D -> Bool Source #

runDaily :: VConfig -> D -> D -> IO () Source #

runMonthly :: D -> D -> IO () Source #

runYearly :: D -> D -> IO () Source #

runWeekly :: VConfig -> Int -> Int -> IO () Source #

selector :: (Num a, Eq a) => VConfig -> a -> [IO [String]] Source #

man :: VConfig -> IO () Source #

dailyCheck :: VConfig -> IO b Source #

Run daily check for updates