time-patterns: Patterns for recurring events.
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
- time-patterns-0.1.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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.6 && <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-06T21:39:59Z |
Distributions | NixOS:0.1.4.3 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 6831 total (4 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-06 [all 1 reports] |