File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : servant-auth-client
3
- version : 0.4.1.1
3
+ version : 0.5.0.0
4
4
synopsis : servant-client/servant-auth compatibility
5
5
description : This package provides instances that allow generating clients from
6
6
<https://hackage.haskell.org/package/servant servant>
@@ -74,7 +74,7 @@ test-suite spec
74
74
, transformers >= 0.4.2.0 && < 0.7
75
75
, wai >= 3.2.1.2 && < 3.3
76
76
, warp >= 3.2.25 && < 3.4
77
- , jose >= 0.10 && < 0.11
77
+ , jose >= 0.10 && < 0.12
78
78
other-modules :
79
79
Servant.Auth.ClientSpec
80
80
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : servant-auth-server
3
- version : 0.4.8 .0
3
+ version : 0.5.0 .0
4
4
synopsis : servant-server/servant-auth compatibility
5
5
description : This package provides the required instances for using the @Auth@ combinator
6
6
in your 'servant' server.
@@ -41,7 +41,7 @@ library
41
41
, data-default-class >= 0.1.2.0 && < 0.2
42
42
, entropy >= 0.4.1.3 && < 0.5
43
43
, http-types >= 0.12.2 && < 0.13
44
- , jose >= 0.10 && < 0.11
44
+ , jose >= 0.10 && < 0.12
45
45
, lens >= 4.16.1 && < 5.3
46
46
, memory >= 0.14.16 && < 0.19
47
47
, monad-time >= 0.3.1.0 && < 0.5
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : servant-auth
3
- version : 0.4.1 .0
3
+ version : 0.5.0 .0
4
4
synopsis : Authentication combinators for servant
5
5
description : This package provides an @Auth@ combinator for 'servant'. This combinator
6
6
allows using different authentication schemes in a straightforward way,
@@ -36,7 +36,7 @@ library
36
36
base >= 4.10 && < 4.20
37
37
, containers >= 0.6 && < 0.7
38
38
, aeson >= 2.0 && < 3
39
- , jose >= 0.10 && < 0.11
39
+ , jose >= 0.10 && < 0.12
40
40
, lens >= 4.16.1 && < 5.3
41
41
, servant >= 0.15 && < 0.21
42
42
, text >= 1.2.3.0 && < 2.2
You can’t perform that action at this time.
0 commit comments