Villefort-0.1.2.8: Villefort is a task manager and time tracker written in haskell.

Safe HaskellNone
LanguageHaskell2010

Villefort.Todo

Synopsis

Documentation

data Row Source #

Constructors

Row 

Fields

Instances

Eq Row Source # 

Methods

(==) :: Row -> Row -> Bool #

(/=) :: Row -> Row -> Bool #

Show Row Source # 

Methods

showsPrec :: Int -> Row -> ShowS #

show :: Row -> String #

showList :: [Row] -> ShowS #

merge :: [a] -> [a] -> [a] Source #

daysToColor' :: (Num a, Ord a) => a -> String Source #

getTodos :: (MonadReader VConfig m, MonadIO m) => m String Source #

Returns html from todos

deleteTodo :: (MonadReader VConfig m, MonadIO m) => ByteString -> m () Source #

Delete a done task from database sets state = 0 but it's record is still maintained in the database for the stats page.