MichaelXavier / cron

Cron data structure and parser for Haskell
Other
53 stars 33 forks source link

Describe CronSchedules #27

Closed caneroj1 closed 7 years ago

caneroj1 commented 7 years ago

Hey,

I added some new functionality to be able to turn a CronSchedule into a human-readable string. This work has been modeled off of this C# implementation.

Some examples:

There's a pleasant amount of test coverage and documentation for this feature, and there are only additive changes to user-facing APIs.