haskell-github-trust / thyme

A faster date and time library based on time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thyme

CI Hackage

A faster date and time library based on time.

  • Trades speed for slightly less precision: micro- (μs; 10-6) versus pico-seconds (ps; 10-12).
  • Better type-safety for date and time arithmetic.
  • Ships with a selection of Iso's and Lens's for lens.

Building

Library

cabal build

Haddock

cabal haddock

About

A faster date and time library based on time

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 99.1%Language:Shell 0.7%Language:C 0.2%