From d84b84322ccac81bf4963983d55cc4e6e98ad418 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Wed, 7 Oct 2020 17:52:00 +0100 Subject: [PATCH] Add deprecation notice to README This is prior to archiving in favour of https://github.com/haskell/haskell-language-server See https://github.com/haskell/haskell-language-server/issues/473 --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 56eb31aa..03e4923e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ -# Integration with `ghcide`: the new `haskell-language-server` +# Deprecated -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: +This repository is now an historical artifact. It was the original LSP support for haskell, which is now provided by https://github.com/haskell/haskell-language-server -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). # Haskell IDE Engine (HIE)