Skip to content

Commit 6bde839

Browse files
committed
Bump to pre-release of lsp libs
1 parent e156e4c commit 6bde839

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

cabal-ghc901.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages:
3030
source-repository-package
3131
type: git
3232
location: https://github.com/haskell/lsp
33-
tag: b48cf78d52152e13bd402d530dd4ceb7ad91b750
33+
tag: f3219362184c85fe6686c80e79c4a019215d3547
3434
subdir: lsp lsp-types lsp-test
3535

3636
with-compiler: ghc-9.0.1

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages:
3030
source-repository-package
3131
type: git
3232
location: https://github.com/haskell/lsp
33-
tag: b48cf78d52152e13bd402d530dd4ceb7ad91b750
33+
tag: f3219362184c85fe6686c80e79c4a019215d3547
3434
subdir: lsp lsp-types lsp-test
3535

3636
-- Standard location for temporary packages needed for particular environments

ghcide/ghcide.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ library
6565
lens,
6666
list-t,
6767
hiedb == 0.4.1.*,
68-
lsp-types >= 1.4 && < 1.5,
69-
lsp == 1.2.*,
68+
lsp-types ^>= 1.4.0.0,
69+
lsp ^>= 1.4.0.0 ,
7070
monoid-subclasses,
7171
mtl,
7272
network-uri,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ library
4949
, hls-graph >=1.4 && < 1.6
5050
, hslogger
5151
, lens
52-
, lsp ^>=1.2.0.1
52+
, lsp ^>=1.4.0.0
5353
, opentelemetry
5454
, optparse-applicative
5555
, process

hls-test-utils/hls-test-utils.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ library
4747
, hspec <2.8
4848
, hspec-core
4949
, lens
50-
, lsp ^>=1.2
50+
, lsp ^>=1.4
5151
, lsp-test ^>=0.14
52-
, lsp-types >=1.3 && <1.5
52+
, lsp-types ^>=1.4
5353
, tasty
5454
, tasty-expected-failure
5555
, tasty-golden

0 commit comments

Comments
 (0)