| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Taskwarrior.Annotation
Description
Provides the Annotation type with ToJSON and FromJSON instances.
Synopsis
- data Annotation = Annotation {
- entry :: UTCTime
- description :: Text
Documentation
data Annotation Source #
A taskwarrior Task can have multiple annotations. They contain a timestamp entry and a description.
Constructors
| Annotation | |
Fields
| |