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.3.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), time (>=1.4) [details] |
License | BSD-3-Clause |
Copyright | Copyright (C) 2013-2018 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 2018-07-02T08:15:57Z |
Distributions | NixOS:0.1.4.3 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 6757 total (33 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-07-02 [all 1 reports] |