Skip to content

Commit 8cbf423

Browse files
committed
Prepare hls-plugin-api-0.4.1.0
1 parent 8d5591a commit 8cbf423

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
cabal-version: 2.2
22
name: hls-plugin-api
3-
version: 0.4.0.0
3+
version: 0.4.1.0
44
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
69
license: Apache-2.0
710
license-file: LICENSE
811
author: 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+
1926
library
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

0 commit comments

Comments
 (0)