File tree Expand file tree Collapse file tree 7 files changed +11
-10
lines changed Expand file tree Collapse file tree 7 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 >= 1.3 .1.1 && < 1.6
67
+ , aeson >= 2.0 .1.0 && < 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
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ library
32
32
ghc-options : -Wall
33
33
build-depends :
34
34
base >= 4.10 && < 4.16
35
- , aeson >= 1.3 .1.1 && < 1.6
36
- , base64-bytestring >= 1.0.0.1 && < 1.3
35
+ , aeson >= 2.0 .1.0 && < 3
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
39
39
, case-insensitive >= 1.2.0.11 && < 1.3
Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ library
34
34
ghc-options : -Wall
35
35
build-depends :
36
36
base >= 4.10 && < 4.16
37
- , aeson >= 1.3.1.1 && < 1.6
38
- , jose >= 0.7.0.0 && < 0.9
37
+ , containers >= 0.6 && < 0.7
38
+ , aeson >= 2.0.1.0 && < 3
39
+ , jose >= 0.9 && < 0.10
39
40
, lens >= 4.16.1 && < 5.1
40
41
, servant >= 0.15 && < 0.19
41
42
, text >= 1.2.3.0 && < 1.3
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ library
70
70
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
71
71
-- Here can be exceptions if we really need features from the newer versions.
72
72
build-depends :
73
- aeson >= 1.4 .1.0 && < 1.6
73
+ aeson >= 2.0 .1.0 && < 3
74
74
, base-compat >= 0.10.5 && < 0.12
75
75
, base64-bytestring >= 1.0.0.1 && < 1.3
76
76
, exceptions >= 0.10.0 && < 0.11
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 >= 1.4 .1.0 && < 1.6
55
+ aeson >= 2.0 .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 @@ -114,7 +114,7 @@ executable greet
114
114
, text
115
115
116
116
build-depends :
117
- aeson >= 1.4 .1.0 && < 1.6
117
+ aeson >= 2.0 .1.0 && < 3
118
118
, warp >= 3.2.25 && < 3.4
119
119
120
120
test-suite spec
@@ -157,7 +157,7 @@ test-suite spec
157
157
158
158
-- Additional dependencies
159
159
build-depends :
160
- aeson >= 1.4 .1.0 && < 1.6
160
+ aeson >= 2.0 .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 @@ -98,7 +98,7 @@ library
98
98
-- Here can be exceptions if we really need features from the newer versions.
99
99
build-depends :
100
100
base-compat >= 0.10.5 && < 0.12
101
- , aeson >= 1.4 .1.0 && < 1.6
101
+ , aeson >= 2.0 .1.0 && < 3
102
102
, attoparsec >= 0.13.2.2 && < 0.15
103
103
, bifunctors >= 5.5.3 && < 5.6
104
104
, case-insensitive >= 1.2.0.11 && < 1.3
You can’t perform that action at this time.
0 commit comments