packages feed

wai-rate-limit-redis 0.2.0.0 → 0.2.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

wai-rate-limit-redis.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           wai-rate-limit-redis-version:        0.2.0.0+version:        0.2.0.1 synopsis:       Redis backend for rate limiting as WAI middleware description:    A Haskell library which implements rate limiting as WAI middleware category:       Security@@ -38,7 +38,7 @@   ghc-options: -W   build-depends:       base >=4.8 && <5-    , bytestring >=0.9 && <0.11+    , bytestring >=0.9 && <0.12     , hedis >=0.12 && <1     , wai-rate-limit >=0.2 && <1   default-language: Haskell2010@@ -56,7 +56,7 @@   ghc-options: -threaded -rtsopts -with-rtsopts=-N   build-depends:       base >=4.8 && <5-    , bytestring >=0.9 && <0.11+    , bytestring >=0.9 && <0.12     , hedis >=0.12 && <1     , http-types     , tasty