taskell-1.7.0.0: A command-line kanban board/task manager

Safe HaskellNone
LanguageHaskell2010

IO.Taskell

Documentation

data Next Source #

Constructors

Output Text 
Load FilePath Lists 
Exit 

loadTrello :: TrelloBoardID -> Text -> ReaderConfig Next Source #

createRemote :: (Config -> Maybe token) -> Text -> (token -> ReaderT token IO (Either Text Lists)) -> token -> FilePath -> ReaderConfig Next Source #