Skip to content

Commit

Permalink
Allow bytestring 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jan 1, 2024
1 parent 59a09e1 commit b15785f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wai-rate-limit-redis/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions wai-rate-limit-redis/wai-rate-limit-redis.cabal
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b15785f

Please sign in to comment.