Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell-github-trust/thyme
A faster date and time library based on time
https://github.com/haskell-github-trust/thyme
haskell time
Last synced: about 11 hours ago
JSON representation
A faster date and time library based on time
- Host: GitHub
- URL: https://github.com/haskell-github-trust/thyme
- Owner: haskell-github-trust
- License: bsd-3-clause
- Created: 2013-01-12T17:09:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T15:29:31.000Z (29 days ago)
- Last Synced: 2025-01-09T06:21:22.007Z (8 days ago)
- Topics: haskell, time
- Language: Haskell
- Homepage:
- Size: 443 KB
- Stars: 46
- Watchers: 6
- Forks: 33
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# thyme
[![CI](https://github.com/haskell-github-trust/thyme/actions/workflows/haskell.yml/badge.svg)](https://github.com/haskell-github-trust/thyme/actions/workflows/haskell.yml) [![Hackage](https://img.shields.io/hackage/v/thyme.svg?logo=haskell)](http://hackage.haskell.org/package/thyme)
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
```[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