taskwarrior-0.3.0.0: Types and aeson instances for taskwarrior tasks
Safe HaskellNone
LanguageHaskell2010

Taskwarrior.UDA

Description

User defined attributes are stored in a HashMap from Text to json Values because we have no type information about them.

Synopsis

Documentation

type UDA = HashMap Text Value Source #

A field will in practice only be a number or a string.