rate-limit 1.4.2 → 1.4.3
raw patch · 1 files changed
+4/−3 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- rate-limit.cabal +4/−3
rate-limit.cabal view
@@ -1,7 +1,7 @@ Name: rate-limit-Version: 1.4.2+Version: 1.4.3 Build-Type: Simple-Cabal-Version: >= 1.6+Cabal-Version: >= 1.10 License: BSD3 License-File: LICENSE Author: Adam Wick <awick@uhsure.com>@@ -20,8 +20,9 @@ Build-Depends: base >= 4.0 && < 5.0 , stm >= 2.4 && < 2.6 , time-units >= 1.0 && < 2.0- , time >= 1.5.0.1 && < 1.10+ , time >= 1.5.0.1 && < 1.15 Exposed-Modules: Control.RateLimit+ default-language: Haskell2010 source-repository head type: git