todos-0.5: Easy-to-use TODOs manager.

Todos.Main

Synopsis

Documentation

module Todos.Dot

todos :: RuntimeConfig c => TodosConfig c -> IO ()Source

Main function to run. User can specify TodosConfig with any runtime config type. By default (in todos.hs) defaultConfig is used, which uses DefaultConfig type.