hcron

A simple job scheduler, which just runs some IO action at a given time.

http://github.com/tbh/hcron

Latest on Hackage:0.0.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Timo B. Kranz
Maintained by Timo B. Kranz

A simple job scheduler for Haskell, which just runs some IO () action at a given time. Currently almost all of this package is based on the excellent cron modules found in the BuildBox package by Ben Lippmeier.