@@ -255,8 +255,8 @@ library hls-cabal-plugin
255255 , hls-plugin-api == 2.7.0.0
256256 , hls-graph == 2.7.0.0
257257 , lens
258- , lsp ^>= 2.4
259- , lsp-types ^>= 2.1
258+ , lsp ^>= 2.5
259+ , lsp-types ^>= 2.2
260260 , regex-tdfa ^>= 1.3.1
261261 , stm
262262 , text
@@ -387,7 +387,7 @@ library hls-call-hierarchy-plugin
387387 , hiedb ^>= 0.6.0.0
388388 , hls-plugin-api == 2.7.0.0
389389 , lens
390- , lsp >= 2.4
390+ , lsp >= 2.5
391391 , sqlite-simple
392392 , text
393393
@@ -1001,7 +1001,7 @@ library hls-alternate-number-format-plugin
10011001 , hls-graph
10021002 , hls-plugin-api == 2.7.0.0
10031003 , lens
1004- , lsp ^>= 2.4
1004+ , lsp ^>= 2.5
10051005 , mtl
10061006 , regex-tdfa
10071007 , syb
@@ -1231,7 +1231,7 @@ library hls-gadt-plugin
12311231 , hls-plugin-api == 2.7.0.0
12321232 , haskell-language-server :hls-refactor-plugin
12331233 , lens
1234- , lsp >= 2.4
1234+ , lsp >= 2.5
12351235 , mtl
12361236 , text
12371237 , transformers
@@ -1280,7 +1280,7 @@ library hls-explicit-fixity-plugin
12801280 , ghcide == 2.7.0.0
12811281 , hashable
12821282 , hls-plugin-api == 2.7.0.0
1283- , lsp >= 2.4
1283+ , lsp >= 2.5
12841284 , text
12851285
12861286 default-extensions : DataKinds
@@ -1423,7 +1423,7 @@ library hls-floskell-plugin
14231423 , floskell ^>= 0.11.0
14241424 , ghcide == 2.7.0.0
14251425 , hls-plugin-api == 2.7.0.0
1426- , lsp-types ^>= 2.1
1426+ , lsp-types ^>= 2.2
14271427 , mtl
14281428 , text
14291429
@@ -1737,7 +1737,7 @@ library hls-semantic-tokens-plugin
17371737 , ghcide == 2.7.0.0
17381738 , hls-plugin-api == 2.7.0.0
17391739 , lens
1740- , lsp >= 2.4
1740+ , lsp >= 2.5
17411741 , text
17421742 , transformers
17431743 , bytestring
@@ -1808,7 +1808,7 @@ library hls-notes-plugin
18081808 , hls-graph == 2.7.0.0
18091809 , hls-plugin-api == 2.7.0.0
18101810 , lens
1811- , lsp >= 2.4
1811+ , lsp >= 2.5
18121812 , mtl >= 2.2
18131813 , regex-tdfa >= 1.3.1
18141814 , text
@@ -2117,7 +2117,7 @@ test-suite ghcide-tests
21172117 , lens
21182118 , list-t
21192119 , lsp
2120- , lsp-test ^>= 0.17.0.0
2120+ , lsp-test ^>= 0.17.0.1
21212121 , lsp-types
21222122 , monoid-subclasses
21232123 , mtl
0 commit comments