We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694be55 commit 4abdd45Copy full SHA for 4abdd45
ghcide/ghcide.cabal
@@ -58,7 +58,7 @@ library
58
haddock-library >= 1.8 && < 1.10,
59
hashable,
60
hie-compat ^>= 0.1.0.0,
61
- hls-plugin-api ^>= 1.0.0.0,
+ hls-plugin-api ^>= 1.1.0.0,
62
lens,
63
hiedb == 0.3.0.1,
64
lsp-types == 1.1.*,
hls-plugin-api/hls-plugin-api.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
2
name: hls-plugin-api
3
-version: 1.0.0.0
+version: 1.1.0.0
4
synopsis: Haskell Language Server API for plugin communication
5
description:
6
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
0 commit comments