Skip to content

Commit 527c2e5

Browse files
committed
Bump up hls version
1 parent e7b9cc9 commit 527c2e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

haskell-language-server.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
category: Development
33
name: haskell-language-server
4-
version: 0.7.1.0
4+
version: 0.8.0.0
55
synopsis: LSP server for GHC
66
description:
77
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -62,7 +62,7 @@ library
6262
, ghcide >=0.6.0.1
6363
, gitrev
6464
, haskell-lsp ^>=0.22
65-
, hls-plugin-api >=0.5
65+
, hls-plugin-api >=0.6
6666
, hslogger
6767
, optparse-applicative
6868
, optparse-simple
@@ -346,7 +346,7 @@ common hls-test-utils
346346
, data-default
347347
, haskell-lsp
348348
, hie-bios
349-
, hls-plugin-api
349+
, hls-plugin-api >=0.6
350350
, hslogger
351351
, hspec
352352
, hspec-core

0 commit comments

Comments
 (0)