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.1.2.1 && <2.3), base (>=4.15.1.0 && <4.20), binary (>=0.8.9.1 && <0.9), clock (>=0.8.3 && <0.9), time (>=1.12.2 && <1.13), transformers (>=0.5.6.2 && <0.7) [details]
License MIT
Copyright 2022 Rick Owens
Author Rick Owens
Maintainer rick@owensmurray.com
Uploaded by rickowens at 2024-01-14T02:41:03Z
Distributions NixOS:0.3.0.4
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 131 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for om-time-0.3.0.4

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