timezone-olson-th: Load TimeZoneSeries from an Olson file at compile time.

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

Template Haskell to load a TimeZoneSeries from an Olson file at compile time. For Example:


[Skip to Readme]

Modules

[Index] [Quick Jump]

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

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.10, 0.1.0.11
Dependencies base (>=3.0 && <5.0), template-haskell, time (>=1.4 && <1.15), timezone-olson (>=0.1 && <0.3), timezone-series (>=0.1 && <0.2) [details]
License BSD-3-Clause
Author Petter Bergman
Maintainer jon.petter.bergman@gmail.com
Uploaded by petterb at 2022-01-13T06:53:56Z
Revised Revision 1 made by janus at 2026-03-31T20:44:09Z
Category Data
Home page http://github.com/jonpetterbergman/timezone-olson-th
Bug tracker http://github.com/jonpetterbergman/timezone-olson-th/issues
Source repo head: git clone http://github.com/jonpetterbergman/timezone-olson-th
this: git clone http://github.com/jonpetterbergman/timezone-olson-th(tag v0.1.0.11)
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4764 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-01-13 [all 1 reports]

Readme for timezone-olson-th-0.1.0.11

[back to package description]

timezone-olson-th

Template Haskell to load a TimeZoneSeries from an Olson file at compile time.

For Example:

myTimeZoneSeries :: TimeZoneSeries
myTimeZoneSeries = $(loadTZFile "/usr/share/zoneinfo/Europe/Stockholm")