time-patterns: Patterns for recurring events.

[ bsd3, data, library, time ] [ Propose Tags ]

This package contains a set of primitives and combinators for event patterns. Example:

>> import qualified Prelude as P
>> let sundays = every 2 sunday
>> let today = fromGregorian 2013 12 01
>> P.take 2 $ instancesFrom today sundays
[2013-12-08, 2013-12-22]

See Data.Time.Patterns for more examples.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.2, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.3.1, 0.1.3.2, 0.1.4.0, 0.1.4.1, 0.1.4.2, 0.1.4.3
Dependencies base (>=4.6 && <5), intervals (>=0.7 && <0.8), time (>=1.4 && <1.8) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013-2017 Jann Müller, (C) 2015 Moritz Kiefer
Author Jann Müller, Moritz Kiefer
Maintainer j.mueller.11@ucl.ac.uk
Category Data, Time
Home page https://github.com/j-mueller/time-patterns
Bug tracker https://github.com/j-mueller/time-patterns/issues
Source repo head: git clone git@github.com:j-mueller/time-patterns.git
Uploaded by jfmueller at 2017-01-13T21:29:21Z
Distributions NixOS:0.1.4.3
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6560 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-01-13 [all 1 reports]