File tree 1 file changed +15
-14
lines changed
1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
- cabal-version : 2.2
2
- name : hls-haddock-comments-plugin
3
- version : 0.1.0.0
4
- synopsis :
5
- Haddock comments generator plugin for Haskell Language Server
1
+ cabal-version : 2.2
2
+ name : hls-haddock-comments-plugin
3
+ version : 0.1.0.0
4
+ synopsis : Haddock comments plugin for Haskell Language Server
5
+ description :
6
+ Please see [Haskell Language Server](https://github.com/haskell/haskell-language-server)
6
7
7
- license : Apache-2.0
8
- license-file : LICENSE
9
- author : Potato Hatsue
10
- maintainer : berberman@yandex.com
11
- category : Development
12
- build-type : Simple
13
- extra-source-files :
14
- LICENSE
8
+ license : Apache-2.0
9
+ license-file : LICENSE
10
+ author : Potato Hatsue
11
+ maintainer : berberman@yandex.com
12
+ category : Development
13
+ build-type : Simple
14
+ homepage : https://github.com/haskell/haskell-language-server
15
+ bug-reports : https://github.com/haskell/haskell-language-server/issues
15
16
16
17
library
17
18
exposed-modules : Ide.Plugin.HaddockComments
18
19
hs-source-dirs : src
19
20
ghc-options : -Wall -Wno-name-shadowing -Wredundant-constraints
20
21
build-depends :
21
- , base >= 4.12 && < 5
22
+ , base >= 4.12 && < 5
22
23
, containers
23
24
, ghc
24
25
, ghc-exactprint
You can’t perform that action at this time.
0 commit comments