@@ -255,8 +255,8 @@ library hls-cabal-plugin
255
255
, hls-plugin-api == 2.7.0.0
256
256
, hls-graph == 2.7.0.0
257
257
, lens
258
- , lsp ^>= 2.4
259
- , lsp-types ^>= 2.1
258
+ , lsp ^>= 2.5
259
+ , lsp-types ^>= 2.2
260
260
, regex-tdfa ^>= 1.3.1
261
261
, stm
262
262
, text
@@ -387,7 +387,7 @@ library hls-call-hierarchy-plugin
387
387
, hiedb ^>= 0.6.0.0
388
388
, hls-plugin-api == 2.7.0.0
389
389
, lens
390
- , lsp >= 2.4
390
+ , lsp >= 2.5
391
391
, sqlite-simple
392
392
, text
393
393
@@ -1001,7 +1001,7 @@ library hls-alternate-number-format-plugin
1001
1001
, hls-graph
1002
1002
, hls-plugin-api == 2.7.0.0
1003
1003
, lens
1004
- , lsp ^>= 2.4
1004
+ , lsp ^>= 2.5
1005
1005
, mtl
1006
1006
, regex-tdfa
1007
1007
, syb
@@ -1231,7 +1231,7 @@ library hls-gadt-plugin
1231
1231
, hls-plugin-api == 2.7.0.0
1232
1232
, haskell-language-server :hls-refactor-plugin
1233
1233
, lens
1234
- , lsp >= 2.4
1234
+ , lsp >= 2.5
1235
1235
, mtl
1236
1236
, text
1237
1237
, transformers
@@ -1280,7 +1280,7 @@ library hls-explicit-fixity-plugin
1280
1280
, ghcide == 2.7.0.0
1281
1281
, hashable
1282
1282
, hls-plugin-api == 2.7.0.0
1283
- , lsp >= 2.4
1283
+ , lsp >= 2.5
1284
1284
, text
1285
1285
1286
1286
default-extensions : DataKinds
@@ -1423,7 +1423,7 @@ library hls-floskell-plugin
1423
1423
, floskell ^>= 0.11.0
1424
1424
, ghcide == 2.7.0.0
1425
1425
, hls-plugin-api == 2.7.0.0
1426
- , lsp-types ^>= 2.1
1426
+ , lsp-types ^>= 2.2
1427
1427
, mtl
1428
1428
, text
1429
1429
@@ -1737,7 +1737,7 @@ library hls-semantic-tokens-plugin
1737
1737
, ghcide == 2.7.0.0
1738
1738
, hls-plugin-api == 2.7.0.0
1739
1739
, lens
1740
- , lsp >= 2.4
1740
+ , lsp >= 2.5
1741
1741
, text
1742
1742
, transformers
1743
1743
, bytestring
@@ -1808,7 +1808,7 @@ library hls-notes-plugin
1808
1808
, hls-graph == 2.7.0.0
1809
1809
, hls-plugin-api == 2.7.0.0
1810
1810
, lens
1811
- , lsp >= 2.4
1811
+ , lsp >= 2.5
1812
1812
, mtl >= 2.2
1813
1813
, regex-tdfa >= 1.3.1
1814
1814
, text
@@ -2117,7 +2117,7 @@ test-suite ghcide-tests
2117
2117
, lens
2118
2118
, list-t
2119
2119
, lsp
2120
- , lsp-test ^>= 0.17.0.0
2120
+ , lsp-test ^>= 0.17.0.1
2121
2121
, lsp-types
2122
2122
, monoid-subclasses
2123
2123
, mtl
0 commit comments