From e30d84304aa3cc04163fba1583bcb040ed2a0610 Mon Sep 17 00:00:00 2001 From: jneira Date: Sat, 9 Jan 2021 19:57:07 +0100 Subject: [PATCH 1/2] Complete package metadata --- plugins/hls-hlint-plugin/hls-hlint-plugin.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal index 33ed1e74ab..bdc859a00f 100644 --- a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal +++ b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal @@ -2,11 +2,11 @@ cabal-version: 2.2 name: hls-hlint-plugin version: 0.1.0.0 synopsis: Hlint integration plugin with Haskell Language Server -description: Please see README.md +description: Please see Haskell Language Server Readme (https://github.com/haskell/haskell-language-server#readme) license: Apache-2.0 license-file: LICENSE author: Many,TBD when we release -maintainer: alan.zimm@gmail.com (for now) +maintainer: alan.zimm@gmail.com copyright: Alan Zimmerman category: Web build-type: Simple @@ -28,7 +28,7 @@ library build-depends: , aeson , apply-refact - , base >=4.12 && <5 + , base >=4.12 && <5 , binary , bytestring , containers From 4fe61faca450727f372b15b1525c8f6a904fb377 Mon Sep 17 00:00:00 2001 From: jneira Date: Sat, 9 Jan 2021 22:27:45 +0100 Subject: [PATCH 2/2] Use collective link --- plugins/hls-hlint-plugin/hls-hlint-plugin.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal index bdc859a00f..e761e539fe 100644 --- a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal +++ b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal @@ -5,8 +5,8 @@ synopsis: Hlint integration plugin with 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: Many,TBD when we release -maintainer: alan.zimm@gmail.com +author: https://github.com/haskell/haskell-language-server/contributors +maintainer: https://github.com/haskell/haskell-language-server/contributors copyright: Alan Zimmerman category: Web build-type: Simple