Skip to content

Commit

Permalink
Bump hspec -> 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer committed Nov 13, 2021
1 parent 7200273 commit c07105c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ tests:
- -with-rtsopts=-N
dependencies:
- wai-session-redis
- hspec < 2.9
- hspec < 2.10
4 changes: 2 additions & 2 deletions wai-session-redis.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 963fcb2dd15f642fd86c4c482209668adb39ffddf9c09d0a0907a8d71088ae86
-- hash: b8c7f9e3e980896b472d4bc867f3d19aded66af518844d38b3ef64257956cc73

name: wai-session-redis
version: 0.1.0.3
Expand Down Expand Up @@ -79,7 +79,7 @@ test-suite wai-session-redis-test
, cereal >=0.5.8 && <0.6
, data-default ==0.7.*
, hedis >=0.14 && <0.16
, hspec <2.9
, hspec <2.10
, vault >=0.3.1 && <0.4
, wai ==3.2.*
, wai-session >=0.3.3 && <0.4
Expand Down

0 comments on commit c07105c

Please sign in to comment.