rate-limit 1.4.1 → 1.4.2
raw patch · 2 files changed
+2/−4 lines, 2 filesdep ~basedep ~timesetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, time
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- rate-limit.cabal +2/−2
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
rate-limit.cabal view
@@ -1,5 +1,5 @@ Name: rate-limit-Version: 1.4.1+Version: 1.4.2 Build-Type: Simple Cabal-Version: >= 1.6 License: BSD3@@ -20,7 +20,7 @@ Build-Depends: base >= 4.0 && < 5.0 , stm >= 2.4 && < 2.6 , time-units >= 1.0 && < 2.0- , time >= 1.5.0.1 && < 1.9+ , time >= 1.5.0.1 && < 1.10 Exposed-Modules: Control.RateLimit source-repository head