diff --git a/wai-rate-limit-redis/package.yaml b/wai-rate-limit-redis/package.yaml index 08a4d38..cc782e4 100644 --- a/wai-rate-limit-redis/package.yaml +++ b/wai-rate-limit-redis/package.yaml @@ -21,7 +21,7 @@ default-extensions: dependencies: - base >= 4.8 && < 5 - - bytestring >= 0.9 && < 0.12 + - bytestring >= 0.9 && < 0.13 - hedis >= 0.12 && < 1 - wai-rate-limit >= 0.2 && < 1 diff --git a/wai-rate-limit-redis/wai-rate-limit-redis.cabal b/wai-rate-limit-redis/wai-rate-limit-redis.cabal index 63eccf9..0c759ff 100644 --- a/wai-rate-limit-redis/wai-rate-limit-redis.cabal +++ b/wai-rate-limit-redis/wai-rate-limit-redis.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4. +-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack @@ -38,7 +38,7 @@ library ghc-options: -W build-depends: base >=4.8 && <5 - , bytestring >=0.9 && <0.12 + , bytestring >=0.9 && <0.13 , hedis >=0.12 && <1 , wai-rate-limit >=0.2 && <1 default-language: Haskell2010 @@ -56,7 +56,7 @@ test-suite wai-rate-limit-redis-tests ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.8 && <5 - , bytestring >=0.9 && <0.12 + , bytestring >=0.9 && <0.13 , hedis >=0.12 && <1 , http-types , tasty