packages feed

thyme-0.3.6: README.md

# thyme

[![Status](https://travis-ci.org/liyang/thyme.png)][travis] [Hackage][]

A faster date and time library based on [time][].

* Trades speed for slightly less precision: micro- (μs; 10<sup>-6</sup>)
  versus pico-seconds (ps; 10<sup>-12</sup>).
* 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
```

[Hackage]: http://hackage.haskell.org/package/thyme
[Iso']: http://hackage.haskell.org/package/lens/docs/Control-Lens-Iso.html#t:Iso-39-
[Lens']: http://hackage.haskell.org/package/lens/docs/Control-Lens-Lens.html#t:Lens-39-
[lens]: http://hackage.haskell.org/package/lens
[time]: http://hackage.haskell.org/package/time
[travis]: https://travis-ci.org/liyang/thyme