File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ library
74
74
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
75
75
-- Here can be exceptions if we really need features from the newer versions.
76
76
build-depends :
77
- aeson >= 1.4.1.0 && < 1.5
77
+ aeson >= 1.4.1.0 && < 1.6
78
78
, base-compat >= 0.10.5 && < 0.12
79
79
, base64-bytestring >= 1.0.0.1 && < 1.1
80
80
, exceptions >= 0.10.0 && < 0.11
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ library
57
57
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
58
58
-- Here can be exceptions if we really need features from the newer versions.
59
59
build-depends :
60
- aeson >= 1.4.1.0 && < 1.5
60
+ aeson >= 1.4.1.0 && < 1.6
61
61
, aeson-pretty >= 0.8.5 && < 0.9
62
62
, base-compat >= 0.10.5 && < 0.12
63
63
, case-insensitive >= 1.2.0.11 && < 1.3
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ executable greet
115
115
, text
116
116
117
117
build-depends :
118
- aeson >= 1.4.1.0 && < 1.5
118
+ aeson >= 1.4.1.0 && < 1.6
119
119
, warp >= 3.2.25 && < 3.4
120
120
121
121
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.5
160
+ aeson >= 1.4.1.0 && < 1.6
161
161
, directory >= 1.3.0.0 && < 1.4
162
162
, hspec >= 2.6.0 && < 2.8
163
163
, hspec-wai >= 0.10.1 && < 0.11
You can’t perform that action at this time.
0 commit comments