File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ cabal-version: 2.2
2
2
name : hls-hlint-plugin
3
3
version : 0.1.0.0
4
4
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)
6
6
license : Apache-2.0
7
7
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
10
10
copyright : Alan Zimmerman
11
11
category : Web
12
12
build-type : Simple
@@ -28,7 +28,7 @@ library
28
28
build-depends :
29
29
, aeson
30
30
, apply-refact
31
- , base >= 4.12 && < 5
31
+ , base >= 4.12 && < 5
32
32
, binary
33
33
, bytestring
34
34
, containers
You can’t perform that action at this time.
0 commit comments