monad-time

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

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

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.4.0.0@sha256:421f648c30f4bb1b276d3088cf7ee74a45e36d0d12b4a7a542506aa0e301a4e1,1444

Module documentation for 0.4.0.0

Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2023-03-22(full list with versions):

monad-time Hackage version Build Status

MonadTime type class for monads which make it possible to measure time.

Changes

monad-time-0.4.0.0 (2022-07-05)

  • Added monotonicTime to MonadTime
  • Removed the MonadTime instance for ReaderT UTCTime

monad-time-0.3.1.0 (2018-04-09)

  • Restored compatibility with GHC versions < 7.10 (#4).

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

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