File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ library
71
71
-- Here can be exceptions if we really need features from the newer versions.
72
72
build-depends :
73
73
aeson >= 1.4.1.0 && < 3
74
- , base-compat >= 0.10.5 && < 0.13
74
+ , base-compat >= 0.10.5 && < 0.14
75
75
, base64-bytestring >= 1.0.0.1 && < 1.3
76
76
, exceptions >= 0.10.0 && < 0.11
77
77
, free >= 5.1 && < 5.2
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ library
64
64
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
65
65
-- Here can be exceptions if we really need features from the newer versions.
66
66
build-depends :
67
- base-compat >= 0.10.5 && < 0.13
67
+ base-compat >= 0.10.5 && < 0.14
68
68
, http-client >= 0.5.13.1 && < 0.8
69
69
, http-media >= 0.7.1.3 && < 0.9
70
70
, http-types >= 0.12.2 && < 0.13
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ library
54
54
build-depends :
55
55
aeson >= 1.4.1.0 && < 3
56
56
, aeson-pretty >= 0.8.5 && < 0.9
57
- , base-compat >= 0.10.5 && < 0.13
57
+ , base-compat >= 0.10.5 && < 0.14
58
58
, case-insensitive >= 1.2.0.11 && < 1.3
59
59
, hashable >= 1.2.7.0 && < 1.5
60
60
, http-media >= 0.7.1.3 && < 0.9
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ library
51
51
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
52
52
-- Here can be exceptions if we really need features from the newer versions.
53
53
build-depends :
54
- base-compat >= 0.10.5 && < 0.13
54
+ base-compat >= 0.10.5 && < 0.14
55
55
, lens >= 4.17 && < 5.3
56
56
, http-types >= 0.12.2 && < 0.13
57
57
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ library
60
60
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
61
61
-- Here can be exceptions if we really need features from the newer versions.
62
62
build-depends :
63
- base-compat >= 0.10.5 && < 0.13
63
+ base-compat >= 0.10.5 && < 0.14
64
64
, case-insensitive
65
65
, http-streams >= 0.8.6.1 && < 0.9
66
66
, http-media >= 0.7.1.3 && < 0.9
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ library
78
78
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
79
79
-- Here can be exceptions if we really need features from the newer versions.
80
80
build-depends :
81
- base-compat >= 0.10.5 && < 0.13
81
+ base-compat >= 0.10.5 && < 0.14
82
82
, base64-bytestring >= 1.0.0.1 && < 1.3
83
83
, exceptions >= 0.10.0 && < 0.11
84
84
, http-media >= 0.7.1.3 && < 0.9
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ library
72
72
build-depends : aeson >= 1.4.2.0 && < 3
73
73
, aeson-pretty >= 0.8.7 && < 0.9
74
74
, base >= 4.9.1.0 && < 5
75
- , base-compat >= 0.10.5 && < 0.13
75
+ , base-compat >= 0.10.5 && < 0.14
76
76
, bytestring >= 0.10.8.1 && < 0.12
77
77
, http-media >= 0.7.1.3 && < 0.9
78
78
, insert-ordered-containers >= 0.2.1.0 && < 0.3
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ library
99
99
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
100
100
-- Here can be exceptions if we really need features from the newer versions.
101
101
build-depends :
102
- base-compat >= 0.10.5 && < 0.13
102
+ base-compat >= 0.10.5 && < 0.14
103
103
, aeson >= 1.4.1.0 && < 3
104
104
, attoparsec >= 0.13.2.2 && < 0.15
105
105
, bifunctors >= 5.5.3 && < 5.6
You can’t perform that action at this time.
0 commit comments