rate-limit-1.2.0: rate-limit.cabal
Name: rate-limit
Version: 1.2.0
Build-Type: Simple
Cabal-Version: >= 1.6
License: BSD3
License-File: LICENSE
Author: Adam Wick <awick@uhsure.com>
Maintainer: Adam Wick <awick@uhsure.com>
Homepage: http://github.com/acw/rate-limit
Category: Control
Synopsis: A basic library for rate-limiting IO actions.
Description:
In many cases, it is useful, necessary, or simply nice to limit how
frequently you perform some action. For example, you may want to limit
how often your program makes a request of some web site. This library
is intended as a general-purpose mechanism for rate-limiting IO actions.
Library
Build-Depends: base >= 4.0 && < 5.0
, stm >= 2.4 && < 2.5
, time-units >= 1.0 && < 2.0
Exposed-Modules: Control.RateLimit
source-repository head
type: git
location: http://github.com/acw/time-units