NOTICE: This package has been removed from pkgsrc

./wip/hs-timezone-olson, Pure Haskell parser and renderer for binary Olson timezone files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1.4, Package name: hs-timezone-olson-0.1.4, Maintainer: szptvlfn

A parser and renderer for binary Olson timezone files whose format is
specified by the tzfile(5) man page on Unix-like systems. For more
information about this format, see http://www.twinsun.com/tz/tz-link.htm.
Functions are provided for converting the parsed data into TimeZoneSeries
objects from the timezone-series package. On many platforms, binary Olson
timezone files suitable for use with this package are available in the
directory usrshare/zoneinfo and its subdirectories on your computer.


Required to run:
[wip/ghc] [wip/hs-timezone-series] [devel/hs-extensible-exceptions]

Master sites:

SHA1: 3bff6c5669f54ed998099eb8b94bb69e4333d8eb
RMD160: d7b9b2e87b7a2de38b95004858aca57a4b21212e
Filesize: 11.366 KB

Version history: (Expand)


CVS history: (Expand)


   2014-11-24 22:26:48 by Ryosuke Moro | Files touched by this commit (11) | Package removed
Log message:
Remove hs-timezone-series, hs-timezone-olson, imported to pkgsrc/time.
   2014-11-24 15:00:16 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.1.4

changes (does not provide):
add TZ string for Version 3
   2014-08-29 16:10:29 by Ryosuke Moro | Files touched by this commit (22)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-20 23:23:18 by Ryosuke Moro | Files touched by this commit (49)
Log message:
Remove hs-data-default, hs-extensible-exceptions, imported to pkgsrc/devel.
   2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74)
Log message:
Update MAINTAINER address
   2014-04-21 11:11:37 by Ryosuke Moro | Files touched by this commit (38)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-02-25 23:19:36 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.1.3

changes:
0.1.3
 - Change `binary` upper bound from 0.6 to 0.8
   2014-02-21 11:39:01 by Ryosuke Moro | Files touched by this commit (25)
Log message:
- ghc-7.6 hss not extensible-exceptions, so we need this.
  ( lang/ghc7 is version 7.6.3nb1, wip/ghc is version 7.6.2 )
- adjust dependencies