O Clock Versions Save

:hourglass: Type-safe time units in Haskell

v1.4.0

7 months ago
  • #136
    • Remove toNum.
  • #139
    • Add Data instance to Time.
  • #140
    • Increase some upper bounds.

v1.3.0

1 year ago
  • Added toFractional, ceilingUnit and ceilingRat.
  • Deprecated toNum in favor of toFrational / floorRat.
  • Switched the order of the type variables of floorRat for ease of use and consistency with other functions.
  • Removed KnownRat unit constraint from timeMul.
  • Relaxed dependencies' upper bounds.

v1.1.0

4 years ago

Resurrect o-clock in nightly resolver. Specifically:

  • Explicitly support GHC-8.8.
  • Bump many upper bounds.
  • Make benchmarks not buildable by default.
  • Drop support for GHC-8.0 and GHC-8.2.

v1.0.0.1

5 years ago

v0.0.0

6 years ago

See README.md