From 99f211c34991eaf6484c6725814d3e19c60dd327 Mon Sep 17 00:00:00 2001 From: Andy Date: Sun, 2 Feb 2020 01:38:51 +0100 Subject: [PATCH] Readme: haskell-ide -> haskell-language-server See https://github.com/haskell/haskell-language-server/pull/31 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d324d2d10..b3ddd41a9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Currently the main development effort is focused in [integrating haskell-ide-engine](https://github.com/haskell/haskell-ide-engine/issues/1416) and [ghcide](https://github.com/digital-asset/ghcide) under a common repository: -https://github.com/haskell/ide +https://github.com/haskell/haskell-language-server -Until the new `haskell-ide` reaches the feature level and stability of `haskell-ide-engine`, we aim to continue doing monthly releases. However, in general, bug fixes will be favored over new features and refactorings. They could be redirected to the new repo to avoid duplicated efforts. +Until the new `haskell-language-server` reaches the feature level and stability of `haskell-ide-engine`, we aim to continue doing monthly releases. However, in general, bug fixes will be favored over new features and refactorings. They could be redirected to the new repo to avoid duplicated efforts. You still can contribute to improve the haskell ide experience! If you are not sure if you contribution should belong to this repo or the new one, feel free to ask in [any of the communication channels](#its-time-to-join-the-project).