Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 6d4c312

Browse files
committed
Add note about new haskell-ide
1 parent 970637f commit 6d4c312

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Integration with `ghcide`: the new `haskell-ide`
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:
4+
5+
https://github.com/haskell/ide/
6+
7+
Until the new `haskell-ide` doesn't reach 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+
111
# Haskell IDE Engine (HIE)
212
<img src="https://github.com/haskell/haskell-ide-engine/raw/master/logos/HIE_logo_512.png" width="256" style="margin:25px;" align="right"/>
313

@@ -14,6 +24,8 @@
1424
[appveyor]: https://ci.appveyor.com/project/Bubba/haskell-ide-engine-74xec
1525

1626

27+
28+
1729
This project aims to be __the universal interface__ to __a growing number of Haskell tools__, providing a __fully-featured [Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md) server__ for editors and IDEs that require Haskell-specific functionality.
1830

1931
- [Haskell IDE Engine (HIE)](#haskell-ide-engine-hie)

0 commit comments

Comments
 (0)