dsturnbull / thyme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

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