@hackage thyme0.3.6
A faster time library
Categories
License
BSD-3-Clause
Maintainer
Fumiaki Kinoshita <fumiexcel@gmail.com>
Links
Versions
Deprecated
Tested Compilers
Dependencies (22)
- QuickCheck >=2.4
- Win32
- aeson >=0.6
- attoparsec >=0.10
- base >=4.5 && <5
- bytestring >=0.9 Show all…
Dependents (20)
@hackage/dtw, @hackage/commodities, @hackage/oanda-rest-api, @hackage/acme-everything, @hackage/fastly, @hackage/hackage-mirror, Show all…
Package Flags
bug-for-bug
(on by default)
bug-for-bug compatibility with time
docs
(off by default)
include extra packages for Data.Thyme.Docs; implies -flens
hlint
(off by default)
include HLint as a Cabal test-suite
lens
(off by default)
use the full lens package
show-internal
(off by default)
instance Show of internal representation
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
stack build --flag thyme:lens
Haddock
stack haddock --flag thyme:lens
