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

Safe HaskellNone
LanguageHaskell2010

IO.Taskell

Documentation

data IOInfo Source #

Constructors

IOInfo 

Fields

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

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