taskwarrior-0.6.0.3: Types and aeson instances for taskwarrior tasks
Safe HaskellSafe-Inferred
LanguageHaskell2010

Taskwarrior.UDA

Description

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

Synopsis

Documentation

type UDA = Map Text Value Source #

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