From f16506b2cde71dc7ce8c70f2f87acd60b4b0b5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Mon, 6 May 2024 09:07:38 +0200 Subject: [PATCH] Add Haskell Language Server to the documentation page --- site/documentation.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/site/documentation.markdown b/site/documentation.markdown index ccc65e1..a092331 100644 --- a/site/documentation.markdown +++ b/site/documentation.markdown @@ -79,6 +79,7 @@ Manuals and guides that cover common Haskell tooling: * [GHC User's Guide](http://www.haskell.org/ghc/docs/latest/html/users_guide/) * [Cabal Homepage And Quick Links](https://www.haskell.org/cabal/) * [Cabal User Guide](http://www.haskell.org/cabal/users-guide/) +* [Haskell Language Server](https://haskell-language-server.readthedocs.io/en/stable/) * [Stack User Guide](https://docs.haskellstack.org/) * [Haddock User Guide](https://haskell-haddock.readthedocs.io/) * [Haskeleton: A Haskell Project Skeleton](http://taylor.fausak.me/2014/03/04/haskeleton-a-haskell-project-skeleton/)