|
1 | | -# Integration with `ghcide`: the new `haskell-language-server` |
| 1 | +# Deprecated |
2 | 2 |
|
3 | | -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: |
| 3 | +This repository is now an historical artifact. It was the original LSP support for haskell, which is now provided by |
4 | 4 |
|
5 | 5 | https://github.com/haskell/haskell-language-server
|
6 | 6 |
|
7 | | -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. |
8 | | - |
9 | | -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). |
10 | 7 |
|
11 | 8 | # Haskell IDE Engine (HIE)
|
12 | 9 | <img src="https://github.com/haskell/haskell-ide-engine/raw/master/logos/HIE_logo_512.png" width="256" style="margin:25px;" align="right"/>
|
|
0 commit comments