The cron package
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.
Properties
| Versions | 0.1.0, 0.1.1 |
|---|---|
| Dependencies | attoparsec (0.10.*), base (4.*), text (0.11.*), time (≥1.4) |
| License | MIT |
| Copyright | Copyright: (c) 2012 Michael Xavier |
| Author | Michael Xavier <michael@michaelxavier.net> |
| Maintainer | Michael Xavier <michael@michaelxavier.net> |
| Stability | experimental |
| Category | Text, Parsing, System |
| Home page | http://github.com/michaelxavier/cron |
| Bug tracker | http://github.com/michaelxavier/cron/issues |
| Source repository | git clone https://github.com/michaelxavier/cron |
| Upload date | Sun Sep 16 07:17:35 UTC 2012 |
| Uploaded by | MichaelXavier |
| Built on | ghc-7.6 |
Modules
Downloads
- cron-0.1.1.tar.gz (Cabal source package)
- package description (included in the package)