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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 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
Change log None available
Dependencies base (>=4.7 && <4.8), template-haskell (>=2.9 && <2.10), time (>=1.4 && <1.5), timezone-olson (>=0.1 && <0.2), 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.0)
Uploaded by petterb at 2015-04-17T06:27:55Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for timezone-olson-th-0.1.0.0

[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")