timing-convenience: Convenient functions for getting times.

[ bsd3, library, system ] [ Propose Tags ]

Inspired by Rails' ActiveSupport, this package provides nice looking convenience functions for getting a time and date, offset from today.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=4.0 && <5.0), time [details]
License BSD-3-Clause
Copyright 2011 Mike Burns
Author Mike Burns
Maintainer mike@mike-burns.com
Category System
Source repo head: git clone git://github.com/mike-burns/timing-convenience.git
Uploaded by MikeBurns at 2011-11-12T12:56:14Z
Distributions NixOS:0.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 2115 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for timing-convenience-0.1

[back to package description]

timing-convenience

Functions to make it a little more convenient to work with time offsets. Inspired by Ruby's ActiveSupport time methods on Fixnum.

Usage

See the Sample.hs for a more full sample.

main = do
  t <- timeFor 3 Days Ago
  putStrLn $ show t

Installation

In your project's cabal file:

-- Packages needed in order to build this package.
Build-depends:       timing-convenience

Or from the command line:

cabal install timing-convenience

Documentation

For details see the reference documentation on Hackage.

Copyright

Copyright 2011 Mike Burns.

Available under the BSD 3-clause license.