@hackage / timing-convenience

Convenient functions for getting times.

Latest0.1

About

Metadata

  • Last updated , by MikeBurns
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: mike@mike-burns.com

  • Lottery factor: 0

Links

Installation

Readme

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 2011 Mike Burns.

Available under the BSD 3-clause license.