thyme: A faster time library

[ bsd3, data, library, system ] [ Propose Tags ] [ Report a vulnerability ]

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, 0.4.1 (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.23), text (>=0.11), time (>=1.4), vector (>=0.9), vector-space (>=0.8), vector-th-unbox (>=0.2.1.0), Win32 [details]
Tested with ghc >=8.4 && <9.12
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/fumieval/thyme
Source repo head: git clone https://github.com/fumieval/thyme
Uploaded by janus at 2024-12-18T15:28:55Z
Distributions Debian:0.3.5.5, Stackage:0.4.1
Reverse Dependencies 17 direct, 7 indirect [details]
Downloads 26193 total (57 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.4.1

[back to package description]

thyme

CI 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

cabal build

Haddock

cabal haddock