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 11cabal-version : 2.2
22name : hls-plugin-api
3- version : 0.4.0 .0
3+ version : 0.4.1 .0
44synopsis : 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
69license : Apache-2.0
710license-file : LICENSE
811author : Many,TBD when we release
@@ -16,6 +19,10 @@ flag pedantic
1619 default : False
1720 manual : True
1821
22+ source-repository head
23+ type : git
24+ location : https://github.com/haskell/haskell-language-server
25+
1926library
2027 exposed-modules :
2128 Ide.Logger
@@ -35,7 +42,7 @@ library
3542 , Diff
3643 , ghc
3744 , ghc-boot-th
38- , ghcide >= 0.1
45+ , ghcide >= 0.4
3946 , haskell-lsp ^>= 0.22
4047 , hslogger
4148 , lens
You can’t perform that action at this time.
0 commit comments