File tree 4 files changed +27
-9
lines changed
4 files changed +27
-9
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,24 @@ benchmarks: True
16
16
17
17
write-ghc-environment-files : never
18
18
19
+ source-repository-package
20
+ type : git
21
+ location : https://github.com/jetjinser/lsp
22
+ tag : e6d5c5d5b62d4ce4fbdf8cb41d2347507886dd0f
23
+ subdir : lsp-test
24
+
25
+ source-repository-package
26
+ type : git
27
+ location : https://github.com/jetjinser/lsp
28
+ tag : e6d5c5d5b62d4ce4fbdf8cb41d2347507886dd0f
29
+ subdir : lsp
30
+
31
+ source-repository-package
32
+ type : git
33
+ location : https://github.com/jetjinser/lsp
34
+ tag : e6d5c5d5b62d4ce4fbdf8cb41d2347507886dd0f
35
+ subdir : lsp-types
36
+
19
37
-- Many of our tests only work single-threaded, and the only way to
20
38
-- ensure tasty runs everything purely single-threaded is to pass
21
39
-- this at the top-level
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ library
88
88
, implicit-hie >= 0.1.4.0 && < 0.1.5
89
89
, lens
90
90
, list-t
91
- , lsp ^>= 2.5 .0.0
91
+ , lsp ^>= 2.6 .0.0
92
92
, lsp-types ^>= 2.2.0.0
93
93
, mtl
94
94
, opentelemetry >= 0.6.1
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ library hls-cabal-plugin
258
258
, hls-plugin-api == 2.8.0.0
259
259
, hls-graph == 2.8.0.0
260
260
, lens
261
- , lsp ^>= 2.5
261
+ , lsp ^>= 2.6
262
262
, lsp-types ^>= 2.2
263
263
, regex-tdfa ^>= 1.3.1
264
264
, text
@@ -389,7 +389,7 @@ library hls-call-hierarchy-plugin
389
389
, hiedb ^>= 0.6.0.0
390
390
, hls-plugin-api == 2.8.0.0
391
391
, lens
392
- , lsp >= 2.5
392
+ , lsp >= 2.6
393
393
, sqlite-simple
394
394
, text
395
395
@@ -1002,7 +1002,7 @@ library hls-alternate-number-format-plugin
1002
1002
, hls-graph
1003
1003
, hls-plugin-api == 2.8.0.0
1004
1004
, lens
1005
- , lsp ^>= 2.5
1005
+ , lsp ^>= 2.6
1006
1006
, mtl
1007
1007
, regex-tdfa
1008
1008
, syb
@@ -1232,7 +1232,7 @@ library hls-gadt-plugin
1232
1232
, hls-plugin-api == 2.8.0.0
1233
1233
, haskell-language-server :hls-refactor-plugin
1234
1234
, lens
1235
- , lsp >= 2.5
1235
+ , lsp >= 2.6
1236
1236
, mtl
1237
1237
, text
1238
1238
, transformers
@@ -1281,7 +1281,7 @@ library hls-explicit-fixity-plugin
1281
1281
, ghcide == 2.8.0.0
1282
1282
, hashable
1283
1283
, hls-plugin-api == 2.8.0.0
1284
- , lsp >= 2.5
1284
+ , lsp >= 2.6
1285
1285
, text
1286
1286
1287
1287
default-extensions : DataKinds
@@ -1736,7 +1736,7 @@ library hls-semantic-tokens-plugin
1736
1736
, ghcide == 2.8.0.0
1737
1737
, hls-plugin-api == 2.8.0.0
1738
1738
, lens
1739
- , lsp >= 2.5
1739
+ , lsp >= 2.6
1740
1740
, text
1741
1741
, transformers
1742
1742
, bytestring
@@ -1804,7 +1804,7 @@ library hls-notes-plugin
1804
1804
, hls-graph == 2.8.0.0
1805
1805
, hls-plugin-api == 2.8.0.0
1806
1806
, lens
1807
- , lsp >= 2.5
1807
+ , lsp >= 2.6
1808
1808
, mtl >= 2.2
1809
1809
, regex-tdfa >= 1.3.1
1810
1810
, text
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ library
69
69
, hls-graph == 2.8.0.0
70
70
, lens
71
71
, lens-aeson
72
- , lsp ^>= 2.5
72
+ , lsp ^>= 2.6
73
73
, megaparsec >= 9.0
74
74
, mtl
75
75
, opentelemetry >= 0.4
You can’t perform that action at this time.
0 commit comments