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

Safe HaskellNone
LanguageHaskell2010

Todo

Synopsis

Documentation

getTodos :: IO [Char] Source #

Returns html from todos

updateTask :: Int -> Int -> IO () Source #

deleteTodo :: (Show t, MonadIO m) => t -> 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.

qetTasks' :: IO [Row] Source #

genModal' :: Row -> IO [Char] Source #