changeset-time

Stateful monad transformer based on monoidal actions

Stackage Nightly 2026-06-30:0.2.2
Latest on Hackage:0.2.2

See all snapshots changeset-time appears in

MIT licensed by Manuel Bärenz
Maintained by [email protected]
This version can be pinned in stack with:changeset-time-0.2.2@sha256:722eba2767ac2fb787ee081ddb346f5afdb1d3b96a33948557e4e034dc2596cf,1599

Module documentation for 0.2.2

Depends on 3 packages(full list with versions):

A general state monad transformer with separate types for the state and the possible changes. It can be defined for any monoid action. The monoid represents "changes", "updates", "edits" or "diffs" on the state. This package provides orphan instances for the time types from the time package.

Changes

Revision history for changeset

0.2

  • First version. RightAction and RightTorsor instances for UTCTime.