Skip to content

Commit ec77814

Browse files
expipiplus1berbermanAilrun
authored
Add link to hackage package to readme (#1313)
* Add link to hackage package to readme I was looking for this * Add hackage badge Co-authored-by: Potato Hatsue <berberman@yandex.com> Co-authored-by: Junyoung/Clare Jang <jjc9310@gmail.com>
1 parent 3145830 commit ec77814

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![haskell-language-server][logo]
44

5+
[![Hackage][badge-hackage]][hackage]
56
[![License Apache 2.0][badge-license]][license]
67
[![CircleCI][badge-circleci]][circleci]
78
![Github Testing Workflow](https://github.com/haskell/haskell-language-server/workflows/Testing/badge.svg)
@@ -12,6 +13,8 @@
1213
[license]: https://github.com/haskell/haskell-language-server/blob/master/LICENSE
1314
[badge-circleci]: https://img.shields.io/circleci/project/github/haskell/haskell-language-server/master.svg
1415
[circleci]: https://circleci.com/gh/haskell/haskell-language-server/
16+
[badge-hackage]: https://img.shields.io/hackage/v/haskell-language-server.svg?logo=haskell
17+
[hackage]: https://hackage.haskell.org/package/haskell-language-server
1518

1619
Integration point for [ghcide](https://github.com/haskell/ghcide) and [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine). One IDE to rule
1720
them all. Read the [project's
@@ -257,6 +260,8 @@ Direct installation from Hackage, while possible via `cabal install haskell-lang
257260
Said command builds the `haskell-language-server` binary and installs it in the default Cabal binaries folder,
258261
but the binary will only work with projects that use the same GHC version that built it.
259262

263+
The package can be found here on Hackage: https://hackage.haskell.org/package/haskell-language-server
264+
260265
## Configuring `haskell-language-server`
261266

262267
Language servers like `haskell-language-server` expose most of their configuration via the client (i.e. the editor).

0 commit comments

Comments
 (0)