om-time: Misc. time utilites

[ library, mit, unclassified ] [ Propose Tags ]

A monad interface for obtain the current TimeSpec, along with a few other utilities.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3.0.2, 0.3.0.3, 0.3.0.4
Dependencies aeson (>=2.0.3.0 && <2.1), base (>=4.15.1.0 && <4.16), binary (>=0.8.8.0 && <0.9), clock (>=0.8.3 && <0.9), time (>=1.9.3 && <1.10), transformers (>=0.5.6.2 && <0.6) [details]
License MIT
Copyright 2022 Rick Owens
Author Rick Owens
Maintainer rick@owensmurray.com
Uploaded by rickowens at 2022-10-11T03:04:34Z
Distributions NixOS:0.3.0.4
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 136 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2022-10-11 [all 2 reports]

Readme for om-time-0.3.0.2

[back to package description]

om-time

Some simple time utilities used by other om-* packages.

Mostly this contains a newtype wrapper around UTCTime that has a Binary instance, and a monad interface to provide the current time.