Skip to content

Commit 245049a

Browse files
committed
Update lsp dep by source-repository-package
to writing test before new release of haskell/lsp.
1 parent 3305973 commit 245049a

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
lines changed

cabal.project

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@ benchmarks: True
1616

1717
write-ghc-environment-files: never
1818

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+
1937
-- Many of our tests only work single-threaded, and the only way to
2038
-- ensure tasty runs everything purely single-threaded is to pass
2139
-- this at the top-level

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ library
8888
, implicit-hie >= 0.1.4.0 && < 0.1.5
8989
, lens
9090
, list-t
91-
, lsp ^>=2.5.0.0
91+
, lsp ^>=2.6.0.0
9292
, lsp-types ^>=2.2.0.0
9393
, mtl
9494
, opentelemetry >=0.6.1

haskell-language-server.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ library hls-cabal-plugin
258258
, hls-plugin-api == 2.8.0.0
259259
, hls-graph == 2.8.0.0
260260
, lens
261-
, lsp ^>=2.5
261+
, lsp ^>=2.6
262262
, lsp-types ^>=2.2
263263
, regex-tdfa ^>=1.3.1
264264
, text
@@ -389,7 +389,7 @@ library hls-call-hierarchy-plugin
389389
, hiedb ^>= 0.6.0.0
390390
, hls-plugin-api == 2.8.0.0
391391
, lens
392-
, lsp >=2.5
392+
, lsp >=2.6
393393
, sqlite-simple
394394
, text
395395

@@ -1002,7 +1002,7 @@ library hls-alternate-number-format-plugin
10021002
, hls-graph
10031003
, hls-plugin-api == 2.8.0.0
10041004
, lens
1005-
, lsp ^>=2.5
1005+
, lsp ^>=2.6
10061006
, mtl
10071007
, regex-tdfa
10081008
, syb
@@ -1232,7 +1232,7 @@ library hls-gadt-plugin
12321232
, hls-plugin-api == 2.8.0.0
12331233
, haskell-language-server:hls-refactor-plugin
12341234
, lens
1235-
, lsp >=2.5
1235+
, lsp >=2.6
12361236
, mtl
12371237
, text
12381238
, transformers
@@ -1281,7 +1281,7 @@ library hls-explicit-fixity-plugin
12811281
, ghcide == 2.8.0.0
12821282
, hashable
12831283
, hls-plugin-api == 2.8.0.0
1284-
, lsp >=2.5
1284+
, lsp >=2.6
12851285
, text
12861286

12871287
default-extensions: DataKinds
@@ -1736,7 +1736,7 @@ library hls-semantic-tokens-plugin
17361736
, ghcide == 2.8.0.0
17371737
, hls-plugin-api == 2.8.0.0
17381738
, lens
1739-
, lsp >=2.5
1739+
, lsp >=2.6
17401740
, text
17411741
, transformers
17421742
, bytestring
@@ -1804,7 +1804,7 @@ library hls-notes-plugin
18041804
, hls-graph == 2.8.0.0
18051805
, hls-plugin-api == 2.8.0.0
18061806
, lens
1807-
, lsp >=2.5
1807+
, lsp >=2.6
18081808
, mtl >= 2.2
18091809
, regex-tdfa >= 1.3.1
18101810
, text

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ library
6969
, hls-graph == 2.8.0.0
7070
, lens
7171
, lens-aeson
72-
, lsp ^>=2.5
72+
, lsp ^>=2.6
7373
, megaparsec >=9.0
7474
, mtl
7575
, opentelemetry >=0.4

0 commit comments

Comments
 (0)