Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 858 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 858 Bytes

thyme

Status 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

stack build --flag thyme:lens

Haddock

stack haddock --flag thyme:lens