File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ library
73
73
-- strict dependency as we re-export 'servant' things.
74
74
build-depends :
75
75
servant >= 0.20 && < 0.21
76
- , http-api-data >= 0.4.1 && < 0.6
76
+ , http-api-data >= 0.4.1 && < 0.7
77
77
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.
Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ library
93
93
-- We depend (heavily) on the API of these packages:
94
94
-- i.e. re-export, or allow using without direct dependency
95
95
build-depends :
96
- http-api-data >= 0.4.1 && < 0.6
96
+ http-api-data >= 0.4.1 && < 0.7
97
97
, singleton-bool >= 0.1.4 && < 0.2
98
98
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
102
base-compat >= 0.10.5 && < 0.14
103
- , aeson >= 1.4.1.0 && < 3
103
+ , aeson >= 1.4.1.0 && < 2.2
104
104
, attoparsec >= 0.13.2.2 && < 0.15
105
105
, bifunctors >= 5.5.3 && < 5.7
106
106
, case-insensitive >= 1.2.0.11 && < 1.3
You can’t perform that action at this time.
0 commit comments