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

2011-05-21 Thread Ashley Yakeley
On 2011-05-18 12:45, Chris Heller wrote: The general direction is to have something that works much like the RRULE portion of the iCalendar (RFC 5545) specification. I have decided avoid strict RFC compliance at this time. At one point I investigated a really generalised version of this, incl

[Haskell] ANNOUNCE: time-recurrence-0.1

2011-05-18 Thread Chris Heller
I'm happy to announce the initial release of time-recurrence:    http://github.com/hellertime/time-recurrence A library for generating and inspecting recurring times. This first release is a proof of concept which I am using to find a workable API. There are many features missing at the moment,