Skip to content

Commit 12095b2

Browse files
Bodigrimmergify[bot]michaelpj
authored
hls-plugin-api: add lower bounds (#3022)
Before `opentelemetry-0.4` `SpanInFlight` is not exported. Before `dependent-sum-0.7` `GCompare` is not coming from `some`, but is defined elsewhere, which leads to incompatibility with `lsp`. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
1 parent 5dc134e commit 12095b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hls-plugin-api/hls-plugin-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
, containers
4040
, data-default
4141
, dependent-map
42-
, dependent-sum
42+
, dependent-sum >=0.7
4343
, Diff ^>=0.4.0
4444
, dlist
4545
, extra
@@ -50,7 +50,7 @@ library
5050
, lens
5151
, lens-aeson
5252
, lsp >=1.4.0.0 && < 1.6
53-
, opentelemetry
53+
, opentelemetry >=0.4
5454
, optparse-applicative
5555
, process
5656
, regex-tdfa >=1.3.1.0

0 commit comments

Comments
 (0)