File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : hls-plugin-api
3
- version : 0.4.0 .0
3
+ version : 0.4.1 .0
4
4
synopsis : Haskell Language Server API for plugin communication
5
- description : Please see README.md
5
+ description :
6
+ Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
7
+ homepage : https://github.com/haskell/haskell-language-server/hls-plugin-api
8
+ bug-reports : https://github.com/haskell/haskell-language-server/issues
6
9
license : Apache-2.0
7
10
license-file : LICENSE
8
11
author : Many,TBD when we release
@@ -16,6 +19,10 @@ flag pedantic
16
19
default : False
17
20
manual : True
18
21
22
+ source-repository head
23
+ type : git
24
+ location : https://github.com/haskell/haskell-language-server
25
+
19
26
library
20
27
exposed-modules :
21
28
Ide.Logger
@@ -35,7 +42,7 @@ library
35
42
, Diff
36
43
, ghc
37
44
, ghc-boot-th
38
- , ghcide >= 0.1
45
+ , ghcide >= 0.4
39
46
, haskell-lsp ^>= 0.22
40
47
, hslogger
41
48
, lens
You can’t perform that action at this time.
0 commit comments