Skip to content

Commit

Permalink
Update lsp dep by source-repository-package
Browse files Browse the repository at this point in the history
to writing test before new release of haskell/lsp.
  • Loading branch information
jetjinser committed Jun 14, 2024
1 parent 3305973 commit 245049a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
18 changes: 18 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@ benchmarks: True

write-ghc-environment-files: never

source-repository-package
type: git
location: https://github.com/jetjinser/lsp
tag: e6d5c5d5b62d4ce4fbdf8cb41d2347507886dd0f
subdir: lsp-test

source-repository-package
type: git
location: https://github.com/jetjinser/lsp
tag: e6d5c5d5b62d4ce4fbdf8cb41d2347507886dd0f
subdir: lsp

source-repository-package
type: git
location: https://github.com/jetjinser/lsp
tag: e6d5c5d5b62d4ce4fbdf8cb41d2347507886dd0f
subdir: lsp-types

-- Many of our tests only work single-threaded, and the only way to
-- ensure tasty runs everything purely single-threaded is to pass
-- this at the top-level
Expand Down
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ library
, implicit-hie >= 0.1.4.0 && < 0.1.5
, lens
, list-t
, lsp ^>=2.5.0.0
, lsp ^>=2.6.0.0
, lsp-types ^>=2.2.0.0
, mtl
, opentelemetry >=0.6.1
Expand Down
14 changes: 7 additions & 7 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ library hls-cabal-plugin
, hls-plugin-api == 2.8.0.0
, hls-graph == 2.8.0.0
, lens
, lsp ^>=2.5
, lsp ^>=2.6
, lsp-types ^>=2.2
, regex-tdfa ^>=1.3.1
, text
Expand Down Expand Up @@ -389,7 +389,7 @@ library hls-call-hierarchy-plugin
, hiedb ^>= 0.6.0.0
, hls-plugin-api == 2.8.0.0
, lens
, lsp >=2.5
, lsp >=2.6
, sqlite-simple
, text

Expand Down Expand Up @@ -1002,7 +1002,7 @@ library hls-alternate-number-format-plugin
, hls-graph
, hls-plugin-api == 2.8.0.0
, lens
, lsp ^>=2.5
, lsp ^>=2.6
, mtl
, regex-tdfa
, syb
Expand Down Expand Up @@ -1232,7 +1232,7 @@ library hls-gadt-plugin
, hls-plugin-api == 2.8.0.0
, haskell-language-server:hls-refactor-plugin
, lens
, lsp >=2.5
, lsp >=2.6
, mtl
, text
, transformers
Expand Down Expand Up @@ -1281,7 +1281,7 @@ library hls-explicit-fixity-plugin
, ghcide == 2.8.0.0
, hashable
, hls-plugin-api == 2.8.0.0
, lsp >=2.5
, lsp >=2.6
, text

default-extensions: DataKinds
Expand Down Expand Up @@ -1736,7 +1736,7 @@ library hls-semantic-tokens-plugin
, ghcide == 2.8.0.0
, hls-plugin-api == 2.8.0.0
, lens
, lsp >=2.5
, lsp >=2.6
, text
, transformers
, bytestring
Expand Down Expand Up @@ -1804,7 +1804,7 @@ library hls-notes-plugin
, hls-graph == 2.8.0.0
, hls-plugin-api == 2.8.0.0
, lens
, lsp >=2.5
, lsp >=2.6
, mtl >= 2.2
, regex-tdfa >= 1.3.1
, text
Expand Down
2 changes: 1 addition & 1 deletion hls-plugin-api/hls-plugin-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ library
, hls-graph == 2.8.0.0
, lens
, lens-aeson
, lsp ^>=2.5
, lsp ^>=2.6
, megaparsec >=9.0
, mtl
, opentelemetry >=0.4
Expand Down

0 comments on commit 245049a

Please sign in to comment.