Skip to content

Commit 6f3b732

Browse files
berbermanAilrun
andauthored
Update package description of haddock comments plugin (#1185)
* Update package description of haddock comments plugin * Update description * Add homepage and bug-reports Co-authored-by: Junyoung/Clare Jang <jjc9310@gmail.com>
1 parent 3773010 commit 6f3b732

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
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)
67

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
1516

1617
library
1718
exposed-modules: Ide.Plugin.HaddockComments
1819
hs-source-dirs: src
1920
ghc-options: -Wall -Wno-name-shadowing -Wredundant-constraints
2021
build-depends:
21-
, base >=4.12 && <5
22+
, base >=4.12 && <5
2223
, containers
2324
, ghc
2425
, ghc-exactprint

0 commit comments

Comments
 (0)