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

Taskwarrior.Annotation

Description

Provides the Annotation type with ToJSON and FromJSON instances.

Synopsis

Documentation

data Annotation Source #

A taskwarrior Task can have multiple annotations. They contain a timestamp entry and a description.

Constructors

Annotation 

Fields

Instances

Instances details
FromJSON Annotation Source # 
Instance details

Defined in Taskwarrior.Annotation

ToJSON Annotation Source # 
Instance details

Defined in Taskwarrior.Annotation

Read Annotation Source # 
Instance details

Defined in Taskwarrior.Annotation

Show Annotation Source # 
Instance details

Defined in Taskwarrior.Annotation

Eq Annotation Source # 
Instance details

Defined in Taskwarrior.Annotation

Ord Annotation Source # 
Instance details

Defined in Taskwarrior.Annotation