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

[ bsd3, data, library ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

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.14), 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
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)
Uploaded by petterb at 2022-01-13T06:53:56Z
Distributions LTSHaskell:0.1.0.11, NixOS:0.1.0.11, Stackage:0.1.0.11
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4344 total (25 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")