thyme: A faster time library

[ bsd3, data, library, system ] [ Propose Tags ]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.21), 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>
Revised Revision 1 made by Bodigrim at 2023-10-04T21:29:22Z
Category Data, System
Home page https://github.com/fumieval/thyme
Source repo head: git clone https://github.com/fumieval/thyme
Uploaded by FumiakiKinoshita at 2023-03-14T14:55:05Z
Distributions Debian:0.3.5.5, LTSHaskell:0.4
Reverse Dependencies 17 direct, 7 indirect [details]
Downloads 25601 total (51 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

[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