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

Commit 66291d6

Browse files
authored
Merge pull request #1612 from jneira/readme-new-ide
Mention the new haskell-ide in the README
2 parents 6dffe13 + 2e4feda commit 66291d6

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

+13-10
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` 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+
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)
@@ -693,16 +705,7 @@ Or you can set the environment variable `HIE_HOOGLE_DATABASE` to specify a speci
693705

694706
## Contributing
695707

696-
### Planned Features
697-
698-
- [x] Multiproject support
699-
- [x] New-build support
700-
- [ ] Project wide references
701-
- [ ] Cross project find definition
702-
- [ ] More HaRe refactorings
703-
- [ ] More code actions
704-
- [ ] Cross project/dependency Find Definition
705-
- [ ] Case splitting, type insertion etc.
708+
Please see the [note above](#integration-with-ghcide-the-new-haskell-ide) about the new `haskell-ide` project.
706709

707710
This project is not started from scratch:
708711

0 commit comments

Comments
 (0)