packages feed

rate-limit 1.1.0 → 1.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Control.RateLimit: PerExecution :: a -> RateLimit a
+ Control.RateLimit: PerInvocation :: a -> RateLimit a

Files

Control/RateLimit.hs view
@@ -30,7 +30,7 @@ -- module Control.RateLimit(          generateRateLimitedFunction-       , RateLimit+       , RateLimit(..)        , ResultsCombiner        , dontCombine        , rateLimitInvocation
rate-limit.cabal view
@@ -1,5 +1,5 @@ Name: rate-limit-Version: 1.1.0+Version: 1.1.1 Build-Type: Simple Cabal-Version: >= 1.6 License: BSD3