time-patterns: Patterns for re-occurring 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.

[maintain] [Publish]

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.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
Change log None available
Dependencies base (>=4.6 && <4.7), intervals (==0.4), lens (>=3.9), thyme (>=0.3 && <0.4), vector-space (==0.8.6) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Jann Müller
Author Jann Müller
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 2014-01-05T20:34:08Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees