File tree 5 files changed +6
-5
lines changed 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ library
59
59
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
60
60
-- Here can be exceptions if we really need features from the newer versions.
61
61
build-depends :
62
- aeson >= 1.2.3.0 && < 1.3
62
+ aeson >= 1.2.3.0 && < 1.4
63
63
, base-compat >= 0.9.3 && < 0.10
64
64
, attoparsec >= 0.13.2.0 && < 0.14
65
65
, http-client >= 0.5.7.1 && < 0.6
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ library
56
56
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
57
57
-- Here can be exceptions if we really need features from the newer versions.
58
58
build-depends :
59
- aeson >= 1.2.3.0 && < 1.3
59
+ aeson >= 1.2.3.0 && < 1.4
60
60
, aeson-pretty >= 0.8.5 && < 0.9
61
61
, base-compat >= 0.9.3 && < 0.10
62
62
, case-insensitive >= 1.2.0.10 && < 1.3
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ library
75
75
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
76
76
-- Here can be exceptions if we really need features from the newer versions.
77
77
build-depends :
78
- aeson >= 1.2.3.0 && < 1.3
78
+ aeson >= 1.2.3.0 && < 1.4
79
79
, base-compat >= 0.9.3 && < 0.10
80
80
, attoparsec >= 0.13.2.0 && < 0.14
81
81
, base64-bytestring >= 1.0.0.1 && < 1.1
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ library
82
82
-- Here can be exceptions if we really need features from the newer versions.
83
83
build-depends :
84
84
base-compat >= 0.9.3 && < 0.10
85
- , aeson >= 1.2.3.0 && < 1.3
85
+ , aeson >= 1.2.3.0 && < 1.4
86
86
, attoparsec >= 0.13.2.0 && < 0.14
87
87
, case-insensitive >= 1.2.0.10 && < 1.3
88
88
, http-api-data >= 0.3.7.1 && < 0.4
Original file line number Diff line number Diff line change 1
1
# Let's try to keep resolver at the first day of the month
2
- resolver : nightly-2018-01 -01
2
+ resolver : nightly-2018-03 -01
3
3
packages :
4
4
- servant-client/
5
5
- servant-client-core/
@@ -13,6 +13,7 @@ extra-deps:
13
13
- http-api-data-0.3.7.2
14
14
- http-types-0.12
15
15
- text-1.2.3.0
16
+ - aeson-1.3.0.0
16
17
17
18
# allow-newer: true # ignores all bounds, that's a sledgehammer
18
19
# - doc/tutorial/
You can’t perform that action at this time.
0 commit comments