stopwatch: A simple stopwatch utility

[ bsd3, control, library ] [ Propose Tags ]

A simple stopwatch utility


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6
Change log ChangeLog.md
Dependencies base (>=2 && <6), clock (>=0.5 && <0.6), transformers (>=0.3.0 && <0.5) [details]
License BSD-3-Clause
Author Toshio Ito <debug.ito@gmail.com>
Maintainer Toshio Ito <debug.ito@gmail.com>
Category Control
Home page https://github.com/debug-ito/stopwatch
Bug tracker https://github.com/debug-ito/stopwatch/issues
Source repo head: git clone https://github.com/debug-ito/stopwatch.git
Uploaded by debugito at 2015-09-13T12:34:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5007 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-13 [all 1 reports]

Readme for stopwatch-0.1.0

[back to package description]

stopwatch

A simple stopwatch utility for Haskell.

How to run tests

cabal configure --enable-tests && cabal build && cabal test

Author

Toshio Ito debug.ito@gmail.com