packages feed

token-limiter-concurrent 0.2.0.0 → 0.2.0.1

raw patch · 3 files changed

+8/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.2.0.1] - 2025-05-12++### Changed++* Fixed the fix below+ ## [0.2.0.0] - 2025-05-12  ### Changed
src/Control/Concurrent/TokenLimiter/Concurrent.hs view
@@ -130,7 +130,7 @@           -- This is a bit sad, but it is the best we can do.           -- We could also throw an exception, but that would be a bit rude.           -- So we just wait forever.-          pure ((lastServiced, countThen), Nothing)+          waitForever         Just microsecondsToWait -> do           -- We can wait for this long, so we will.           --
token-limiter-concurrent.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: token-limiter-concurrent-version: 0.2.0.0+version: 0.2.0.1 synopsis: A thread-safe concurrent token-bucket rate limiter that guarantees fairness homepage: https://github.com/NorfairKing/token-limiter-concurrent#readme bug-reports: https://github.com/NorfairKing/token-limiter-concurrent/issues