The latest version of cron is 0.7.2-0.

cron

Version 0.4.0 revision 1 uploaded by phadej.

Package meta

Synopsis
Cron datatypes and Attoparsec parser
Description

Cron data structure and Attoparsec parser. The idea is to embed it in larger systems which want to roll their own scheduled tasks in a format that people are used to. System.Cron is where all the interesting datatypes live. You will also find scheduleMatches, which you can use to compare a time against a CronSchedule to see if an action needs to be performed. System.Cron.Parser is where you will find the parsers cronSchedule, crontabEntry and cronTab. To parse individual schedules up to full crontab files.

Author
Michael Xavier <michael@michaelxavier.net>
Bug reports
http://github.com/michaelxavier/cron/issues
Category
Text, Parsing, System
Copyright
Copyright: (c) 2012-2014 Michael Xavier
Homepage
http://github.com/michaelxavier/cron
Maintainer
Michael Xavier <michael@michaelxavier.net>
Package URL
n/a
Stability
experimental

Components