File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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.19 && < 0.20
76
- , http-api-data >= 0.4.1 && < 0.4.4
76
+ , http-api-data >= 0.4.1 && < 0.5.1
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 @@ -92,7 +92,7 @@ library
92
92
-- We depend (heavily) on the API of these packages:
93
93
-- i.e. re-export, or allow using without direct dependency
94
94
build-depends :
95
- http-api-data >= 0.4.1 && < 0.4.4
95
+ http-api-data >= 0.4.1 && < 0.5.1
96
96
, singleton-bool >= 0.1.4 && < 0.1.7
97
97
98
98
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
You can’t perform that action at this time.
0 commit comments