Haskell Library

You can also use TaskLite in your Haskell projects by adding the Hackage package as a dependency to your package.yaml or your *.cabal file:

dependencies:
  - tasklite-core
  - …

Potential use-cases:

  • Queue for processing tasks
  • Backend for an online task management or bookmarking service