time-patterns: Patterns for recurring events.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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 = (YearMonthDay 2013 12 01)^.from gregorian >> P.take 2 $ instancesFrom today sundays [2013-12-08, 2013-12-22]
See Data.Time.Patterns
for more examples.
Properties
Versions | 0.1.0.2, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.3.1, 0.1.3.1, 0.1.3.2, 0.1.4.0, 0.1.4.1, 0.1.4.2, 0.1.4.3 |
---|---|
Change log | None available |
Dependencies | base (>=4.6 && <4.8), intervals (>=0.7 && <0.8), lens (>=3.9 && <4.8), thyme (>=0.3 && <0.4), vector-space (>=0.9 && <1.0) [details] |
License | BSD-3-Clause |
Copyright | Copyright (C) 2013-2015 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://bitbucket.org/jfmueller/time-patterns |
Bug tracker | https://bitbucket.org/jfmueller/time-patterns/issues |
Source repo | head: git clone git@bitbucket.org:jfmueller/time-patterns.git |
Uploaded | by jfmueller at 2015-03-08T11:16:32Z |
Modules
[Index]
Downloads
- time-patterns-0.1.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees