We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5531cc commit 7e9d86fCopy full SHA for 7e9d86f
servant-auth/servant-auth-client/servant-auth-client.cabal
@@ -74,7 +74,7 @@ test-suite spec
74
, transformers >= 0.4.2.0 && < 0.7
75
, wai >= 3.2.1.2 && < 3.3
76
, warp >= 3.2.25 && < 3.4
77
- , jose >= 0.10 && < 0.11
+ , jose >= 0.10 && < 0.12
78
other-modules:
79
Servant.Auth.ClientSpec
80
default-language: Haskell2010
servant-auth/servant-auth/servant-auth.cabal
@@ -36,7 +36,7 @@ library
36
base >= 4.10 && < 4.19
37
, containers >= 0.6 && < 0.7
38
, aeson >= 2.0 && < 3
39
40
, lens >= 4.16.1 && < 5.3
41
, servant >= 0.15 && < 0.21
42
, text >= 1.2.3.0 && < 2.1
0 commit comments