Minor README updates [ci skip]

This commit is contained in:
Daniel Gröber 2017-01-23 00:34:57 +01:00
parent b185571e94
commit 5cd74b5f56

View File

@ -47,22 +47,19 @@ almost 100 releases! We would like to make a cut during v6.0 or so and
completely re-do the API but we need more input from downstream tool writers to completely re-do the API but we need more input from downstream tool writers to
do that properly, see [Library API Redesign](Library-API-Redesign.md). do that properly, see [Library API Redesign](Library-API-Redesign.md).
Right now tools like Alanz's Right now tools like
[The Haskell Refactorer (HaRe)](https://github.com/alanz/HaRe) and [The Haskell Refactorer (HaRe)](https://github.com/alanz/HaRe) use this
[mote](https://github.com/imeckler/mote) use this environment handling so they environment handling so they can concentrate on their core functionality instead
can concentrate on their core functionality instead of worrying about of worrying about environments.
environments.
Most recently the Most recently the
[`haskell-ide-engine`](https://github.com/haskell/haskell-ide-engine) project [`haskell-ide-engine`](https://github.com/haskell/haskell-ide-engine) project
has sprung up and if you're planning to write any kind of tool that needs editor has sprung up and if you're planning to write any kind of tool that needs editor
integration eventually you should definetly look into that. `haskell-ide-engine` integration eventually you should definetly look into that. `haskell-ide-engine`
does uses `ghc-mod` at it's core so you'll want to be familliar with it either uses `ghc-mod` at it's core so you'll want to be familliar with it either way.
way.
API "documentation" is here: API "documentation" is here:
[Hackage docs](http://hackage.haskell.org/package/ghc-mod-5.4.0.0/docs/Language-Haskell-GhcMod.html). [Hackage docs](http://hackage.haskell.org/package/ghc-mod/docs/Language-Haskell-GhcMod.html).
## IRC ## IRC