[Haskell-cafe] ANNOUNCE: time-recurrence-0.9.0

2012-08-02 Thread Chris Heller
I am happy to announce a new version of time-recurrence, a library of functions for generating recurring sequences of dates: http://hackage.haskell.org/package/time-recurrence New in version 0.9.0 is a redesigned top layer API. Previously recurrences were described by combining generating

Re: [Haskell-cafe] Time zones and IO

2011-11-07 Thread Chris Heller
Last night I modified the CalendarTimeConvertible type class. I added a function toCalendarTimeWithTimeZone, which adds a time-zone parameter, and eliminates the need for the unsafePerformIO in the LocalTime derivation. However this morning I realized that this was not the right approach. The

[Haskell-cafe] ANNOUNCE: time-recurrence-0.5.2

2011-06-07 Thread Chris Heller
I'm happy to announce the first fully functional release of time-recurrence: http://hackage.haskell.org/package/time-recurrence As of version 0.5.2, the library is now powerful enough to express all recurring dates which can be specified via the iCalendar RFC. An example: Generate the 15th

[Haskell-cafe] ANNOUNCE: time-recurrence-0.4.2

2011-05-30 Thread Chris Heller
I've been busy making major changes to my time library: http://hackage.haskell.org/package/time-recurrence Things are still under heavy development. This release is to show the direction the library is heading in. A major shift in the design has been made, and the current work is an attempt

[Haskell-cafe] ANNOUNCE: time-recurrence-0.2

2011-05-24 Thread Chris Heller
Hot on the heels of the 0.1 release of time-recurrence: http://hackage.haskell.org/package/time-recurrence comes your favorite recurring time library: time-recurrence-0.2. At this point the library can generate many of the examples given in section 3.8.5.3 of the iCalendar RFC. The

Re: [Haskell-cafe] [Haskell] ANNOUNCE: time-recurrence-0.1

2011-05-23 Thread Chris Heller
an enumerating function I created a RangedSet. -Chris On Mon, May 23, 2011 at 2:35 AM, Yitzchak Gale g...@sefer.org wrote: Moving the discussion from haskell to haskell-cafe. Chris Heller wrote: http://github.com/hellertime/time-recurrence A library for generating and inspecting recurring times