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 @@ -77,7 +77,7 @@ library
77
77
-- strict dependency as we re-export 'servant' things.
78
78
build-depends :
79
79
servant >= 0.18 && < 0.19.1
80
- , http-api-data >= 0.4.1 && < 0.4.2
80
+ , http-api-data >= 0.4.1 && < 0.4.3
81
81
82
82
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
83
83
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ library
91
91
-- We depend (heavily) on the API of these packages:
92
92
-- i.e. re-export, or allow using without direct dependency
93
93
build-depends :
94
- http-api-data >= 0.4.1 && < 0.4.2
94
+ http-api-data >= 0.4.1 && < 0.4.3
95
95
, singleton-bool >= 0.1.4 && < 0.1.6
96
96
97
97
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
You can’t perform that action at this time.
0 commit comments