Skip to content

Commit 28d24d5

Browse files
jneiramergify[bot]
andauthored
Complete hls-hlint-plugin package metadata (#1180)
* Complete package metadata * Use collective link Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 54be003 commit 28d24d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ cabal-version: 2.2
22
name: hls-hlint-plugin
33
version: 0.1.0.0
44
synopsis: Hlint integration plugin with Haskell Language Server
5-
description: Please see README.md
5+
description: Please see Haskell Language Server Readme (https://github.com/haskell/haskell-language-server#readme)
66
license: Apache-2.0
77
license-file: LICENSE
8-
author: Many,TBD when we release
9-
maintainer: alan.zimm@gmail.com (for now)
8+
author: https://github.com/haskell/haskell-language-server/contributors
9+
maintainer: https://github.com/haskell/haskell-language-server/contributors
1010
copyright: Alan Zimmerman
1111
category: Web
1212
build-type: Simple
@@ -28,7 +28,7 @@ library
2828
build-depends:
2929
, aeson
3030
, apply-refact
31-
, base >=4.12 && <5
31+
, base >=4.12 && <5
3232
, binary
3333
, bytestring
3434
, containers

0 commit comments

Comments
 (0)