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 @@ -80,7 +80,7 @@ library
80
80
-- strict dependency as we re-export 'servant' things.
81
81
build-depends :
82
82
servant >= 0.16 && < 0.17.1
83
- , http-api-data >= 0.4 && < 0.4.1
83
+ , http-api-data >= 0.4.1 && < 0.4.2
84
84
85
85
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
86
86
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ library
98
98
-- We depend (heavily) on the API of these packages:
99
99
-- i.e. re-export, or allow using without direct dependency
100
100
build-depends :
101
- http-api-data >= 0.4 && < 0.4.1
101
+ http-api-data >= 0.4.1 && < 0.4.2
102
102
, singleton-bool >= 0.1.4 && < 0.1.5
103
103
104
104
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
You can’t perform that action at this time.
0 commit comments