File tree 6 files changed +11
-10
lines changed 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ test-suite spec
64
64
build-depends :
65
65
hspec >= 2.5.5 && < 2.9
66
66
, QuickCheck >= 2.11.3 && < 2.15
67
- , aeson >= 2.0 .1.0 && < 3
67
+ , aeson >= 1.3 .1.1 && < 3
68
68
, bytestring >= 0.10.6.0 && < 0.11
69
69
, http-client >= 0.5.13.1 && < 0.8
70
70
, http-types >= 0.12.2 && < 0.13
@@ -74,7 +74,7 @@ test-suite spec
74
74
, transformers >= 0.4.2.0 && < 0.6
75
75
, wai >= 3.2.1.2 && < 3.3
76
76
, warp >= 3.2.25 && < 3.4
77
- , jose >= 0.9 && < 0.10
77
+ , jose >= 0.7.0.0 && < 0.10
78
78
other-modules :
79
79
Servant.Auth.ClientSpec
80
80
default-language : Haskell2010
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ library
32
32
ghc-options : -Wall
33
33
build-depends :
34
34
base >= 4.10 && < 4.16
35
- , aeson >= 2 .0.1.0 && < 3
35
+ , aeson >= 1 .0.0.1 && < 3
36
36
, base64-bytestring >= 1.0.0.1 && < 2
37
37
, blaze-builder >= 0.4.1.0 && < 0.5
38
38
, bytestring >= 0.10.6.0 && < 0.11
@@ -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.9 && < 0.10
44
+ , jose >= 0.7.0.0 && < 0.10
45
45
, lens >= 4.16.1 && < 5.1
46
46
, memory >= 0.14.16 && < 0.17
47
47
, monad-time >= 0.3.1.0 && < 0.4
Original file line number Diff line number Diff line change @@ -35,11 +35,12 @@ library
35
35
build-depends :
36
36
base >= 4.10 && < 4.16
37
37
, containers >= 0.6 && < 0.7
38
- , aeson >= 2.0 .1.0 && < 3
39
- , jose >= 0.9 && < 0.10
38
+ , aeson >= 1.3 .1.1 && < 3
39
+ , jose >= 0.7.0.0 && < 0.10
40
40
, lens >= 4.16.1 && < 5.1
41
41
, servant >= 0.15 && < 0.19
42
42
, text >= 1.2.3.0 && < 1.3
43
+ , unordered-containers >= 0.2.9.0 && < 0.3
43
44
exposed-modules :
44
45
Servant.Auth
45
46
Servant.Auth.JWT
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ library
52
52
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
53
53
-- Here can be exceptions if we really need features from the newer versions.
54
54
build-depends :
55
- aeson >= 2.0 .1.0 && < 3
55
+ aeson >= 1.4 .1.0 && < 3
56
56
, aeson-pretty >= 0.8.5 && < 0.9
57
57
, base-compat >= 0.10.5 && < 0.12
58
58
, case-insensitive >= 1.2.0.11 && < 1.3
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ test-suite spec
157
157
158
158
-- Additional dependencies
159
159
build-depends :
160
- aeson >= 2.0 .1.0 && < 3
160
+ aeson >= 1.4 .1.0 && < 3
161
161
, directory >= 1.3.0.0 && < 1.4
162
162
, hspec >= 2.6.0 && < 2.9
163
163
, hspec-wai >= 0.10.1 && < 0.12
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ library
68
68
Servant.Swagger.Internal.TypeLevel.Every
69
69
Servant.Swagger.Internal.TypeLevel.TMap
70
70
hs-source-dirs : src
71
- build-depends : aeson >= 2.0.1 .0 && < 3
71
+ build-depends : aeson >= 1.4.2 .0 && < 3
72
72
, aeson-pretty >= 0.8.7 && < 0.9
73
73
, base >= 4.9.1.0 && < 5
74
74
, base-compat >= 0.10.5 && < 0.12
@@ -108,7 +108,7 @@ test-suite spec
108
108
build-tool-depends : hspec-discover :hspec-discover >= 2.6.0 && < 2.8
109
109
build-depends : base
110
110
, base-compat
111
- , aeson >= 2.0.1 .0 && < 3
111
+ , aeson >= 1.4.2 .0 && < 3
112
112
, hspec >= 2.6.0 && < 2.8
113
113
, QuickCheck
114
114
, lens
You can’t perform that action at this time.
0 commit comments