Skip to content

Commit 8af80d3

Browse files
committed
bump jose min and max-bound (aeson 2.0 bump)
1 parent e01188a commit 8af80d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servant-auth/servant-auth-client/servant-auth-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test-suite spec
7474
, transformers >= 0.4.2.0 && < 0.6
7575
, wai >= 3.2.1.2 && < 3.3
7676
, warp >= 3.2.25 && < 3.4
77-
, jose >= 0.7.0.0 && < 0.9
77+
, jose >= 0.9 && < 0.10
7878
other-modules:
7979
Servant.Auth.ClientSpec
8080
default-language: Haskell2010

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
, data-default-class >= 0.1.2.0 && < 0.2
4242
, entropy >= 0.4.1.3 && < 0.5
4343
, http-types >= 0.12.2 && < 0.13
44-
, jose >= 0.7.0.0 && < 0.9
44+
, jose >= 0.9 && < 0.10
4545
, lens >= 4.16.1 && < 5.1
4646
, memory >= 0.14.16 && < 0.17
4747
, monad-time >= 0.3.1.0 && < 0.4

0 commit comments

Comments
 (0)