thyme: A faster time library

[ bsd3, data, library, system ] [ Propose Tags ]
This version is deprecated.

thyme is a performance-optimized rewrite of the excellent time library.

See Data.Thyme.Docs for a full description.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
bug-for-bug

bug-for-bug compatibility with time

Enabled
docs

include extra packages for Data.Thyme.Docs; implies -flens

Disabled
hlint

include HLint as a Cabal test-suite

Disabled
lens

use the full lens package

Disabled
show-internal

instance Show of internal representation

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.2.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.4.1, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.1.0, 0.3.1.1, 0.3.2.0, 0.3.3.0, 0.3.4.0, 0.3.5.0, 0.3.5.1, 0.3.5.2, 0.3.5.3, 0.3.5.4, 0.3.5.5, 0.3.6, 0.4 (info)
Change log CHANGELOG.md
Dependencies aeson (>=0.6), attoparsec (>=0.10), base (>=4.5 && <5), bytestring (>=0.9), containers (>=0.5), deepseq (>=1.2), hashable (>=1.2), mtl (>=1.1), old-locale (>=1.0), profunctors (>=3.1.2), QuickCheck (>=2.4), random, template-haskell (>=2.7 && <2.20), text (>=0.11), time (>=1.4), vector (>=0.9), vector-space (>=0.8), vector-th-unbox (>=0.2.1.0), Win32 [details]
License BSD-3-Clause
Copyright © 2013−2014 Liyang HU
Author Liyang HU, Ashley Yakeley
Maintainer Fumiaki Kinoshita <fumiexcel@gmail.com>
Category Data, System
Home page https://github.com/liyang/thyme
Source repo head: git clone https://github.com/fumieval/thyme
Uploaded by FumiakiKinoshita at 2023-02-20T14:19:05Z
Distributions Debian:0.3.5.5, LTSHaskell:0.4
Reverse Dependencies 17 direct, 7 indirect [details]
Downloads 25716 total (77 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for thyme-0.3.6

[back to package description]

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