monad-time

Type class for monads which carry the notion of the current time.

https://github.com/scrive/monad-time

Version on this page:0.3.0.0
LTS Haskell 22.17:0.4.0.0
Stackage Nightly 2024-04-19:0.4.0.0
Latest on Hackage:0.4.0.0

See all snapshots monad-time appears in

BSD-3-Clause licensed by Andrzej Rybczak
This version can be pinned in stack with:monad-time-0.3.0.0@sha256:8cdd66a9a2d6b292b803cb09a3e1581c419933ba1697456518bae00a132fd175,1497

Module documentation for 0.3.0.0

Depends on 3 packages(full list with versions):
Used by 2 packages in nightly-2018-04-04(full list with versions):

monad-time Hackage version Build Status

A MonadTime type class for monads which carry the notion of the current time.

Changes

monad-time-0.3.0.0 (2018-04-03)

  • Added a MonadTime instance for ReaderT UTCTime (#2).