From 515861f2048f53b598056024807866776e06afa4 Mon Sep 17 00:00:00 2001 From: Potato Hatsue <1793913507@qq.com> Date: Sun, 10 Jan 2021 10:43:45 +0800 Subject: [PATCH 1/3] Update package description of haddock comments plugin --- .../hls-haddock-comments-plugin.cabal | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal b/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal index fb22f2aafe..95ecd2158d 100644 --- a/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal +++ b/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal @@ -1,24 +1,23 @@ -cabal-version: 2.2 -name: hls-haddock-comments-plugin -version: 0.1.0.0 -synopsis: - Haddock comments generator plugin for Haskell Language Server +cabal-version: 2.2 +name: hls-haddock-comments-plugin +version: 0.1.0.0 +synopsis: Haddock comments plugin for Haskell Language Server +description: + Please see Haskell Language Server Readme (https://github.com/haskell/haskell-language-server#readme) -license: Apache-2.0 -license-file: LICENSE -author: Potato Hatsue -maintainer: berberman@yandex.com -category: Development -build-type: Simple -extra-source-files: - LICENSE +license: Apache-2.0 +license-file: LICENSE +author: Potato Hatsue +maintainer: berberman@yandex.com +category: Development +build-type: Simple library exposed-modules: Ide.Plugin.HaddockComments hs-source-dirs: src ghc-options: -Wall -Wno-name-shadowing -Wredundant-constraints build-depends: - , base >=4.12 && <5 + , base >=4.12 && <5 , containers , ghc , ghc-exactprint From 3d857ac08431551fb4993a8edfda85a8ee58bb14 Mon Sep 17 00:00:00 2001 From: Potato Hatsue <1793913507@qq.com> Date: Sun, 10 Jan 2021 11:07:08 +0800 Subject: [PATCH 2/3] Update description --- .../hls-haddock-comments-plugin.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal b/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal index 95ecd2158d..172531080c 100644 --- a/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal +++ b/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal @@ -3,7 +3,7 @@ name: hls-haddock-comments-plugin version: 0.1.0.0 synopsis: Haddock comments plugin for Haskell Language Server description: - Please see Haskell Language Server Readme (https://github.com/haskell/haskell-language-server#readme) + Please see [Haskell Language Server](https://github.com/haskell/haskell-language-server) license: Apache-2.0 license-file: LICENSE From 0c999c499060c1a843c08cc493b8e857bd1b8826 Mon Sep 17 00:00:00 2001 From: Potato Hatsue <1793913507@qq.com> Date: Sun, 10 Jan 2021 12:23:42 +0800 Subject: [PATCH 3/3] Add homepage and bug-reports --- .../hls-haddock-comments-plugin.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal b/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal index 172531080c..4f3c82c0c0 100644 --- a/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal +++ b/plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal @@ -11,6 +11,8 @@ author: Potato Hatsue maintainer: berberman@yandex.com category: Development build-type: Simple +homepage: https://github.com/haskell/haskell-language-server +bug-reports: https://github.com/haskell/haskell-language-server/issues library exposed-modules: Ide.Plugin.HaddockComments