haskell-time-range: Some useful wrappers and functions for building time ranges

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1
Dependencies base (>=4.7 && <5), lens (>=4.10), semigroups, text, time [details]
License BSD-3-Clause
Copyright 2017 Sean Chalmers
Author Sean Chalmers
Maintainer sclhiannan@gmail.com
Category Time, Lenses
Home page https://github.com/mankyKitty/haskell-time-range#readme
Source repo head: git clone https://github.com/mankyKitty/haskell-time-range
Uploaded by schalmers at 2017-04-04T00:51:21Z
Distributions NixOS:0.2.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2168 total (14 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-04-04 [all 1 reports]

Readme for haskell-time-range-0.2.0.1

[back to package description]

Time Range

Found the need to be able to create a time range in list form.

Ended up writing a bunch of new types, functions, and some prisms, so here we are.

Suggestions for the API, types, extra granularity or other such things is encouraged and appreciated. This is very much a WIP in library as it was created for a very specific need, but I thought others might find it useful.

WIP WIP WIP WIP