Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 502 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 502 Bytes

monad-time-0.4.1.0 (2024-??-??)

  • Added timed function to Control.Monad.Time.Utils.

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).