Villefort-0.1.0.6: Villefort is a task manager and time tracker written in haskell.
Todo
data Row Source #
Constructors
Fields
Instances
Methods
showsPrec :: Int -> Row -> ShowS #
show :: Row -> String #
showList :: [Row] -> ShowS #
toRow :: [String] -> Row Source #
qetTasks' :: IO [Row] Source #
merge :: [a] -> [a] -> [a] Source #
genModal' :: Row -> IO [Char] Source #
daysToColor' :: (Num a, Ord a) => a -> [Char] Source #
convTitle :: [Char] -> [Char] Source #
getModal :: IO [[Char]] Source #
daysTilDue :: [Char] -> IO Integer Source #
getTodos :: IO [Char] Source #
deleteTodo :: (Show t, MonadIO m) => t -> m () Source #
addTime :: Int -> Int -> IO () Source #
delTask :: Int -> IO () Source #
updateTask :: Int -> Int -> IO () Source #